Re: [Qemu-devel] [help] QEMUFile's format

2011-12-30 Thread Stefan Hajnoczi
On Fri, Dec 23, 2011 at 01:17:00PM +0800, ¤終於aware wrote: > Is anyone clear about the format of qemu file for savevm or loadvm? If you are interested in the serialized device state format (e.g. the e1000 NIC's serialized state) then the answer is no. I'm not aware of any specification or sch

Re: [Qemu-devel] [help] QEMUFile's format

2011-12-22 Thread Dong Xu Wang
You could have a look at docs/specs directory. 2011/12/23 陳韋任 > On Fri, Dec 23, 2011 at 01:32:50PM +0800, Shu Ming wrote: > > Do you mean the file format? qcow2, qed, raw? Or the content layout in > > the file image? > > On 2011-12-23 13:17, ¤終於aware wrote: > > > Hi, > > > Is anyone clear about

Re: [Qemu-devel] [help] QEMUFile's format

2011-12-22 Thread 陳韋任
> savevm requires image's format to be qcow2. > > You can check http://en.wikipedia.org/wiki/Qcow for more information. Plus this, http://www.linux-kvm.org/wiki/images/6/63/2011-forum-qcow2.pdf HTH, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, A

Re: [Qemu-devel] [help] QEMUFile's format

2011-12-22 Thread 陳韋任
On Fri, Dec 23, 2011 at 01:32:50PM +0800, Shu Ming wrote: > Do you mean the file format? qcow2, qed, raw? Or the content layout in > the file image? > On 2011-12-23 13:17, ¤終於aware wrote: > > Hi, > > Is anyone clear about the format of qemu file for savevm or loadvm?

Re: [Qemu-devel] [help] QEMUFile's format

2011-12-22 Thread Shu Ming
Do you mean the file format? qcow2, qed, raw? Or the content layout in the file image? On 2011-12-23 13:17, ¤終於aware wrote: Hi, Is anyone clear about the format of qemu file for savevm or loadvm? bruce -- Shu Ming IBM China Systems and Technology Laboratory

[Qemu-devel] [help] QEMUFile's format

2011-12-22 Thread ¤終於aware
Hi, Is anyone clear about the format of qemu file for savevm or loadvm? bruce