Re: [Qemu-devel] [PATCH 14/18] qapi: Convert loadvm

2012-08-15 Thread Eric Blake
On 08/15/2012 09:31 PM, Eric Blake wrote: > >> + >> +## >> +# @vm-snapshot-load: >> +# >> +# Set the whole virtual machine to the snapshot identified by the tag >> +# 'tag' or the unique snapshot ID 'id'. >> +# >> +# @name: tag or id of existing snapshot >> +# >> +# Returns: Nothing on success >>

Re: [Qemu-devel] [PATCH 14/18] qapi: Convert loadvm

2012-08-15 Thread Eric Blake
On 08/15/2012 01:41 AM, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > hmp-commands.hx | 2 +- > hmp.c| 10 + > hmp.h| 1 + > monitor.c| 12 --- > qapi-schema.json | 15 ++ > qmp-commands.hx | 25 ++ >

[Qemu-devel] [PATCH 14/18] qapi: Convert loadvm

2012-08-15 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- hmp-commands.hx | 2 +- hmp.c| 10 + hmp.h| 1 + monitor.c| 12 --- qapi-schema.json | 15 ++ qmp-commands.hx | 25 ++ savevm.c | 63