Re: [Qemu-devel] [PATCH 07/11] qapi: Convert loadvm

2013-04-18 Thread Pavel Hrdina
On 17.4.2013 01:43, Eric Blake wrote: On 04/16/2013 10:05 AM, Pavel Hrdina wrote: QMP command vm-snapshot-load and HMP command loadvm behave similar to vm-snapshot-delete and delvm. The only different is that they will load the snapshot instead of deleting it. Signed-off-by: Pavel Hrdina ---

Re: [Qemu-devel] [PATCH 07/11] qapi: Convert loadvm

2013-04-16 Thread Eric Blake
On 04/16/2013 10:05 AM, Pavel Hrdina wrote: > QMP command vm-snapshot-load and HMP command loadvm behave similar to > vm-snapshot-delete and delvm. The only different is that they will load > the snapshot instead of deleting it. > > Signed-off-by: Pavel Hrdina > --- > hmp-commands.hx | 1

[Qemu-devel] [PATCH 07/11] qapi: Convert loadvm

2013-04-16 Thread Pavel Hrdina
QMP command vm-snapshot-load and HMP command loadvm behave similar to vm-snapshot-delete and delvm. The only different is that they will load the snapshot instead of deleting it. Signed-off-by: Pavel Hrdina --- hmp-commands.hx | 16 +- hmp.c | 35 +++