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

2017-02-08 Thread Laszlo Ersek
On 02/05/17 10:12, 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": { > "guid": "324e6eaf-d1d1-4bf6-

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

2017-02-07 Thread Igor Mammedov
On Sun, 5 Feb 2017 01:12:02 -0800 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": { > "guid": "32

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

2017-02-05 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": { "guid": "324e6eaf-d1d1-4bf6-bf41-b9bb6c91fb87" } } HMP command example: set-v