Re: [Qemu-devel] [PATCH v6 4/6] commit: support commit active layer

2013-12-15 Thread Fam Zheng
On 2013年12月16日 14:28, Fam Zheng wrote: On 2013年12月14日 11:10, Eric Blake wrote: On 11/25/2013 10:45 PM, Fam Zheng wrote: If active is top, it will be mirrored to base, (with block/mirror.c code), then the image is switched when user completes the block job. QMP documentation is updated. Signed

Re: [Qemu-devel] [PATCH v6 4/6] commit: support commit active layer

2013-12-15 Thread Fam Zheng
On 2013年12月14日 11:10, Eric Blake wrote: On 11/25/2013 10:45 PM, Fam Zheng wrote: If active is top, it will be mirrored to base, (with block/mirror.c code), then the image is switched when user completes the block job. QMP documentation is updated. Signed-off-by: Fam Zheng --- +++ b/qapi-sc

Re: [Qemu-devel] [PATCH v6 4/6] commit: support commit active layer

2013-12-15 Thread Fam Zheng
On 2013年12月14日 02:26, Kevin Wolf wrote: Am 26.11.2013 um 06:45 hat Fam Zheng geschrieben: If active is top, it will be mirrored to base, (with block/mirror.c code), then the image is switched when user completes the block job. QMP documentation is updated. Signed-off-by: Fam Zheng --- block

Re: [Qemu-devel] [PATCH v6 4/6] commit: support commit active layer

2013-12-13 Thread Eric Blake
On 11/25/2013 10:45 PM, Fam Zheng wrote: > If active is top, it will be mirrored to base, (with block/mirror.c > code), then the image is switched when user completes the block job. > > QMP documentation is updated. > > Signed-off-by: Fam Zheng > --- > +++ b/qapi-schema.json > @@ -1967,9 +1967,

Re: [Qemu-devel] [PATCH v6 4/6] commit: support commit active layer

2013-12-13 Thread Kevin Wolf
Am 26.11.2013 um 06:45 hat Fam Zheng geschrieben: > If active is top, it will be mirrored to base, (with block/mirror.c > code), then the image is switched when user completes the block job. > > QMP documentation is updated. > > Signed-off-by: Fam Zheng > --- > block/mirror.c | 11 +++

[Qemu-devel] [PATCH v6 4/6] commit: support commit active layer

2013-11-25 Thread Fam Zheng
If active is top, it will be mirrored to base, (with block/mirror.c code), then the image is switched when user completes the block job. QMP documentation is updated. Signed-off-by: Fam Zheng --- block/mirror.c | 11 +++ blockdev.c | 9 +++-- qapi-schema.json | 5 +++-- 3