Re: [Qemu-devel] [PATCH v2] vmgenid: allow VM Generation ID modification via QMP/HMP

2018-02-28 Thread no-reply
: allow VM Generation ID modification via QMP/HMP === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-mingw@fedora === TEST SCRIPT END === Updating

Re: [Qemu-devel] [PATCH v2] vmgenid: allow VM Generation ID modification via QMP/HMP

2018-02-28 Thread Igor Mammedov
On Wed, 28 Feb 2018 15:39:12 +0200 Or Idgar wrote: > From: Or Idgar > > This patch allow changing the Virtual Machine Generation > ID through QMP/HMP while the vm guest is running. > As the definition block of VMGENID in ACPI includes the > "Notify" method, we can use it to notify the guest abo

Re: [Qemu-devel] [PATCH v2] vmgenid: allow VM Generation ID modification via QMP/HMP

2018-02-28 Thread no-reply
: allow VM Generation ID modification via QMP/HMP === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-build@min-glib === TEST SCRIPT END === Updating

Re: [Qemu-devel] [PATCH v2] vmgenid: allow VM Generation ID modification via QMP/HMP

2018-02-28 Thread no-reply
: allow VM Generation ID modification via QMP/HMP === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-quick@centos6 === TEST SCRIPT END === Updating

[Qemu-devel] [PATCH v2] vmgenid: allow VM Generation ID modification via QMP/HMP

2018-02-28 Thread Or Idgar
From: Or Idgar This patch allow changing the Virtual Machine Generation ID through QMP/HMP while the vm guest is running. As the definition block of VMGENID in ACPI includes the "Notify" method, we can use it to notify the guest about ID changes. QMP command example: { "execute": "set-vm-gen

Re: [Qemu-devel] [PATCH v2] vmgenid: allow VM Generation ID modification via QMP/HMP

2018-02-28 Thread Eric Blake
On 02/28/2018 07:39 AM, Or Idgar wrote: From: Or Idgar This patch allow changing the Virtual Machine Generation s/allow/allows/ ID through QMP/HMP while the vm guest is running. That's the description of "what" the patch is doing, but not the "why" - you want to give some justification w