Re: [Qemu-devel] [PATCH V15 2/5] acpi: add a vm_generation_id_changed method
On 04/27/2015 05:19 AM, Gal Hammer wrote: > Add a new method to the AcpiDeviceIfClass interface. The new > method send an ACPI notfication when the VM generation id is s/send/sends/ > changed. > > Signed-off-by: Gal Hammer > --- > hw/acpi/core.c | 8 > hw/acpi/ic
[Qemu-devel] [PATCH V15 2/5] acpi: add a vm_generation_id_changed method
Add a new method to the AcpiDeviceIfClass interface. The new method send 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