Re: [Qemu-devel] [PATCH 13/33] acpi: extend ACPI interface to provide send_event hook

2016-05-30 Thread Marcel Apfelbaum
On 05/17/2016 05:43 PM, Igor Mammedov wrote: send_event() hook will allow to send ACPI event in a target specific way (GPE or GPIO based impl.) it will also simplify proxy wrappers in piix4pm/ich9 that access ACPI regs and SCI which are part of piix4pm/lcp_ich9 devices and call acpi_foo() API dir

[Qemu-devel] [PATCH 13/33] acpi: extend ACPI interface to provide send_event hook

2016-05-17 Thread Igor Mammedov
send_event() hook will allow to send ACPI event in a target specific way (GPE or GPIO based impl.) it will also simplify proxy wrappers in piix4pm/ich9 that access ACPI regs and SCI which are part of piix4pm/lcp_ich9 devices and call acpi_foo() API directly. Signed-off-by: Igor Mammedov --- Follo