Re: [Qemu-devel] [PATCH V16 2/4] acpi: add a vm_generation_id_changed method

2015-06-16 Thread Igor Mammedov
On Tue, 16 Jun 2015 17:11:01 +0300 Gal Hammer wrote: > Add a new method to the AcpiDeviceIfClass interface. The new > method sends an ACPI notfication when the VM generation id is > changed. > > Signed-off-by: Gal Hammer > --- > hw/acpi/core.c | 8 > hw/acpi/ich9

Re: [Qemu-devel] [PATCH V16 2/4] acpi: add a vm_generation_id_changed method

2015-06-16 Thread Eric Blake
On 06/16/2015 08:11 AM, Gal Hammer wrote: > Add a new method to the AcpiDeviceIfClass interface. The new > method sends an ACPI notfication when the VM generation id is s/notfication/notification/ > changed. > > Signed-off-by: Gal Hammer > --- > +++ b/include/hw/acpi/acpi_dev_interface.h > @@

[Qemu-devel] [PATCH V16 2/4] acpi: add a vm_generation_id_changed method

2015-06-16 Thread Gal Hammer
Add a new method to the AcpiDeviceIfClass interface. The new method sends an ACPI notfication when the VM generation id is changed. Signed-off-by: Gal Hammer --- hw/acpi/core.c | 8 hw/acpi/ich9.c | 8 hw/acpi/piix4.c