Re: [Qemu-devel] [PATCH v2 13/17] qapi: Convert savevm

2012-12-14 Thread Eric Blake
On 12/14/2012 09:57 AM, Luiz Capitulino wrote: >> +## >> +# @vm-snapshot-save: >> +# >> +# Create a snapshot of the whole virtual machine. If tag is provided as >> @name, >> +# it is used as human readable identifier. If there is already a snapshot >> +# with the same tag or ID, it is replaced. >

Re: [Qemu-devel] [PATCH v2 13/17] qapi: Convert savevm

2012-12-14 Thread Luiz Capitulino
On Thu, 13 Dec 2012 16:40:47 +0100 Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > hmp-commands.hx | 4 ++-- > hmp.c| 9 + > hmp.h| 1 + > qapi-schema.json | 19 +++ > qmp-commands.hx | 29 + > savevm.c

[Qemu-devel] [PATCH v2 13/17] qapi: Convert savevm

2012-12-13 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- hmp-commands.hx | 4 ++-- hmp.c| 9 + hmp.h| 1 + qapi-schema.json | 19 +++ qmp-commands.hx | 29 + savevm.c | 26 ++ sysemu.h | 1 - 7 files