OSDN Git Service

acpi: use notifier for signaling guest system_powerdown command
authorIgor Mammedov <imammedo@redhat.com>
Wed, 5 Sep 2012 21:06:22 +0000 (23:06 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 25 Sep 2012 23:37:41 +0000 (18:37 -0500)
commitd010f91c3ab97862c1d0a6a6b6832ed388fb6cd7
treec0437c2080f765038b1382ee4ddb556e40f83c82
parenta9552c8edbd31bf75d42b561f0a592c00aff1038
acpi: use notifier for signaling guest system_powerdown command

In addition, there is no need to allocate an extra irq just for
rising SCI in irq handler. Just rise SCI right from notifier
handler instead.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/acpi_piix4.c