Re: [Qemu-devel] [PATCH 5/5] qmp/hmp: add set-vm-generation-id commands

2016-12-20 Thread Ben Warren
Hi Eric, > On Dec 20, 2016, at 6:36 AM, Eric Blake wrote: > > On 12/19/2016 04:46 PM, b...@skyportsystems.com > wrote: >> From: Igor Mammedov >> >> Add set-vm-generation-id command to set Virtual Machine >> Generation ID counter. >> >> QMP command example: >>

Re: [Qemu-devel] [PATCH 5/5] qmp/hmp: add set-vm-generation-id commands

2016-12-20 Thread Eric Blake
On 12/19/2016 04:46 PM, b...@skyportsystems.com wrote: > From: Igor Mammedov > > Add set-vm-generation-id command to set Virtual Machine > Generation ID counter. > > QMP command example: > { "execute": "set-vm-generation-id", > "arguments": { > "changed": true, >

[Qemu-devel] [PATCH 5/5] qmp/hmp: add set-vm-generation-id commands

2016-12-19 Thread ben
From: Igor Mammedov Add set-vm-generation-id command to set Virtual Machine Generation ID counter. QMP command example: { "execute": "set-vm-generation-id", "arguments": { "changed": true, "guid": "324e6eaf-d1d1-4bf6-bf41-b9bb6c91fb87" } }