Re: [Qemu-devel] [PATCH V3 5/9] qmp: add interface blockdev-snapshot-internal-sync

2013-07-04 Thread Stefan Hajnoczi
On Thu, Jun 27, 2013 at 10:41:44AM +0800, Wenchao Xia wrote: > diff --git a/qapi-schema.json b/qapi-schema.json > index 2547a7d..fba9b15 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -1738,6 +1738,28 @@ > '*mode': 'NewImageMode'} } > > ## > +# @blockdev-snapshot-inte

[Qemu-devel] [PATCH V3 5/9] qmp: add interface blockdev-snapshot-internal-sync

2013-06-25 Thread Wenchao Xia
Snapshot ID can't be specified in this interface. Signed-off-by: Wenchao Xia --- blockdev.c | 13 + qapi-schema.json | 22 ++ qmp-commands.hx | 30 ++ 3 files changed, 65 insertions(+), 0 deletions(-) diff --git a/blockdev