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

2013-01-10 Thread Pavel Hrdina
On Wed, 2013-01-09 at 15:47 -0700, Eric Blake wrote: > On 01/09/2013 08:18 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 a

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

2013-01-09 Thread Eric Blake
On 01/09/2013 08:18 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 13/13] vm-snapshot-save: add force parameter

2013-01-09 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 | 15