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

2013-04-25 Thread Stefan Hajnoczi
On Wed, Apr 24, 2013 at 05:31:58PM +0200, Pavel Hrdina wrote: > 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-snaps

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

2013-04-24 Thread Luiz Capitulino
On Wed, 24 Apr 2013 10:15:54 -0600 Eric Blake wrote: > > This patch series introduces new design of these commands: > > At this point, we've missed soft freeze. Is this something we are still > trying to get into 1.5, or is it okay to slip it to 1.6 where we can > feel more comfortable about ha

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

2013-04-24 Thread Eric Blake
On 04/24/2013 09:31 AM, Pavel Hrdina wrote: > I'm sending patches for all commands in one patch series because the > savevm command depends on delvm command. I debated whether to call this out, but here goes: I pointed out s/covert/convert/ on the subject line of v1; that can't bode too well if t

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

2013-04-24 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': 'SnapshotIn