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

2012-08-05 Thread Dong Xu Wang
On Fri, Aug 3, 2012 at 4:26 PM, Stefan Hajnoczi wrote: > On Fri, Aug 3, 2012 at 6:56 AM, Dong Xu Wang > wrote: >> On Thu, Aug 2, 2012 at 6:44 PM, Stefan Hajnoczi wrote: >>> On Thu, Aug 2, 2012 at 8:09 AM, Dong Xu Wang >>> wrote: On Wed, Aug 1, 2012 at 9:55 PM, Stefan Hajnoczi wrote: >>>

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

2012-08-03 Thread Stefan Hajnoczi
On Fri, Aug 3, 2012 at 6:56 AM, Dong Xu Wang wrote: > On Thu, Aug 2, 2012 at 6:44 PM, Stefan Hajnoczi wrote: >> On Thu, Aug 2, 2012 at 8:09 AM, Dong Xu Wang >> wrote: >>> On Wed, Aug 1, 2012 at 9:55 PM, Stefan Hajnoczi wrote: On Tue, Jul 31, 2012 at 5:51 PM, Dong Xu Wang wrote:

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

2012-08-02 Thread Dong Xu Wang
On Thu, Aug 2, 2012 at 6:44 PM, Stefan Hajnoczi wrote: > On Thu, Aug 2, 2012 at 8:09 AM, Dong Xu Wang > wrote: >> On Wed, Aug 1, 2012 at 9:55 PM, Stefan Hajnoczi wrote: >>> On Tue, Jul 31, 2012 at 5:51 PM, Dong Xu Wang >>> wrote: +test.raw may be larger than ubuntu.img, in that case, the

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

2012-08-02 Thread Stefan Hajnoczi
On Thu, Aug 2, 2012 at 8:09 AM, Dong Xu Wang wrote: > On Wed, Aug 1, 2012 at 9:55 PM, Stefan Hajnoczi wrote: >> On Tue, Jul 31, 2012 at 5:51 PM, Dong Xu Wang >> wrote: >>> +test.raw may be larger than ubuntu.img, in that case, the size of >>> test.add-cow >>> +will be calculated by the size of

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

2012-08-02 Thread Dong Xu Wang
On Wed, Aug 1, 2012 at 9:55 PM, Stefan Hajnoczi wrote: > On Tue, Jul 31, 2012 at 5:51 PM, Dong Xu Wang > wrote: >> Introduce a new file format:add-cow. The usage can be found at this patch. >> >> Signed-off-by: Dong Xu Wang >> --- >> Now add-cow is still using QEMUOptionParameter, not QemuOpts,

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

2012-08-02 Thread Dong Xu Wang
On Wed, Aug 1, 2012 at 9:51 PM, Eric Blake wrote: > On 07/31/2012 10:51 AM, Dong Xu Wang wrote: >> Introduce a new file format:add-cow. The usage can be found at this patch. >> >> Signed-off-by: Dong Xu Wang >> --- >> Now add-cow is still using QEMUOptionParameter, not QemuOpts, I will send a >>

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

2012-08-01 Thread Stefan Hajnoczi
On Tue, Jul 31, 2012 at 5:51 PM, Dong Xu Wang wrote: > Introduce a new file format:add-cow. The usage can be found at this patch. > > Signed-off-by: Dong Xu Wang > --- > Now add-cow is still using QEMUOptionParameter, not QemuOpts, I will send a > seperate patch series to convert. I suggest inc

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

2012-08-01 Thread Eric Blake
On 07/31/2012 10:51 AM, Dong Xu Wang wrote: > Introduce a new file format:add-cow. The usage can be found at this patch. > > Signed-off-by: Dong Xu Wang > --- > Now add-cow is still using QEMUOptionParameter, not QemuOpts, I will send a > seperate patch series to convert. s/seperate/separate/

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

2012-07-31 Thread Dong Xu Wang
Introduce a new file format:add-cow. The usage can be found at this patch. Signed-off-by: Dong Xu Wang --- Now add-cow is still using QEMUOptionParameter, not QemuOpts, I will send a seperate patch series to convert. docs/specs/add-cow.txt | 128 +++