[Qemu-devel] [PATCH 00/11] covert savevm, loadvm and delvm into qapi

2013-04-16 Thread Pavel Hrdina
I'm sending patches for all commands in one patch series because the savevm command depends on delvm command. This patch series introduces new design of these commands: * QMP vm-snapshot-save: - { 'command': 'vm-snapshot-save', 'data': { 'name': 'str' }, 'returns':

Re: [Qemu-devel] [PATCH 00/11] covert savevm, loadvm and delvm into qapi

2013-04-16 Thread Eric Blake
On 04/16/2013 10:05 AM, Pavel Hrdina wrote: s/covert/convert/ in the subject, if you send a v2 (but doesn't affect git, so depending on how review goes, you may get lucky :) I'm sending patches for all commands in one patch series because the savevm command depends on delvm command. This