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

2013-11-25 Thread Stefan Hajnoczi
On Wed, Oct 09, 2013 at 01:19:41PM +0800, Fam Zheng wrote: > diff --git a/qapi-schema.json b/qapi-schema.json > index 381ffbf..eb13707 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -1910,9 +1910,11 @@ > # > # @top: The file name of the backing image within the image

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

2013-10-08 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