Re: [Qemu-devel] [PATCH 08/11] qmp: add interface query-snapshot

2013-01-07 Thread Wenchao Xia
Sorry for bad spelling, will fix them in next version. On 12/29/2012 01:45 AM, Wenchao Xia wrote: This interface now return valid internal snapshots. Signed-off-by: Wenchao Xia --- block.c | 32 qapi-schema.json | 12 2 files c

Re: [Qemu-devel] [PATCH 08/11] qmp: add interface query-snapshot

2013-01-07 Thread Eric Blake
On 12/29/2012 01:45 AM, Wenchao Xia wrote: > This interface now return valid internal snapshots. > > Signed-off-by: Wenchao Xia > --- > block.c | 32 > qapi-schema.json | 12 > 2 files changed, 44 insertions(+), 0 deletions(-) > > ++

[Qemu-devel] [PATCH 08/11] qmp: add interface query-snapshot

2012-12-29 Thread Wenchao Xia
This interface now return valid internal snapshots. Signed-off-by: Wenchao Xia --- block.c | 32 qapi-schema.json | 12 2 files changed, 44 insertions(+), 0 deletions(-) diff --git a/block.c b/block.c index d7eb213..ad058f9 100644 ---