Re: [Qemu-devel] [PATCH 18/18] vm-snapshot-save: add force parameter

2012-08-16 Thread Pavel Hrdina
On 08/16/2012 07:00 AM, Eric Blake wrote: On 08/15/2012 01:41 AM, Pavel Hrdina wrote: HMP command "savevm" now takes extra optional force parameter to specifi whether s/specifi/specify/ replace existing snapshot or not. QMP command "vm-snapshot-save" has also extra optional force parameter a

Re: [Qemu-devel] [PATCH 18/18] vm-snapshot-save: add force parameter

2012-08-15 Thread Eric Blake
On 08/15/2012 01:41 AM, Pavel Hrdina wrote: > HMP command "savevm" now takes extra optional force parameter to specifi > whether s/specifi/specify/ > replace existing snapshot or not. > > QMP command "vm-snapshot-save" has also extra optional force parameter and > name parameter isn't optional

[Qemu-devel] [PATCH 18/18] vm-snapshot-save: add force parameter

2012-08-15 Thread Pavel Hrdina
HMP command "savevm" now takes extra optional force parameter to specifi whether replace existing snapshot or not. QMP command "vm-snapshot-save" has also extra optional force parameter and name parameter isn't optional anymore. Signed-off-by: Pavel Hrdina --- hmp-commands.hx | 14 +++-