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

2013-01-09 Thread Eric Blake
On 01/08/2013 10:12 PM, Wenchao Xia wrote: > This interface now return valid internal snapshots. > > +Each json-object contain the following: > + > +- "id": unique snapshot id (json-string) > +- "name": internal snapshot name (json-string) > +- "vm-state-size": size of the VM state (json-int)

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

2013-01-08 Thread Wenchao Xia
This interface now return valid internal snapshots. v2: Better tips and spelling fix in qmp-schema.json. Change name to plurals. Add counter part in qmp-commands.hx. Signed-off-by: Wenchao Xia --- block.c | 32 qapi-schema.json | 13