Re: [Qemu-devel] [PATCH V14 1/6] docs: document for add-cow file format

2012-10-26 Thread Kevin Wolf
Am 26.10.2012 04:54, schrieb Dong Xu Wang: > On Thu, Oct 25, 2012 at 10:56 PM, Eric Blake wrote: >> On 10/25/2012 07:36 AM, Dong Xu Wang wrote: >>> + >>> +64 - 79:image file format >>> +Format of image file. It must be non-empty. It is >>> coded >>> +

Re: [Qemu-devel] [PATCH V14 1/6] docs: document for add-cow file format

2012-10-25 Thread Dong Xu Wang
On Thu, Oct 25, 2012 at 10:56 PM, Eric Blake wrote: > On 10/25/2012 07:36 AM, Dong Xu Wang wrote: >> Document for add-cow format, the usage and spec of add-cow are introduced. >> >> Signed-off-by: Dong Xu Wang >> --- >> +An example usage of add-cow would look like:: >> +(ubuntu.img is a disk imag

Re: [Qemu-devel] [PATCH V14 1/6] docs: document for add-cow file format

2012-10-25 Thread Eric Blake
On 10/25/2012 07:36 AM, Dong Xu Wang wrote: > Document for add-cow format, the usage and spec of add-cow are introduced. > > Signed-off-by: Dong Xu Wang > --- > +An example usage of add-cow would look like:: > +(ubuntu.img is a disk image which has an installed OS.) > +1) Create a raw image

[Qemu-devel] [PATCH V14 1/6] docs: document for add-cow file format

2012-10-25 Thread Dong Xu Wang
Document for add-cow format, the usage and spec of add-cow are introduced. Signed-off-by: Dong Xu Wang --- docs/specs/add-cow.txt | 151 1 files changed, 151 insertions(+), 0 deletions(-) create mode 100644 docs/specs/add-cow.txt diff --git a/d