]> xenbits.xensource.com Git - qemu-xen-4.2-testing.git/commit
piix4acpi, xen: Clarify that the qemu_set_irq calls just do an IRQ pulse.
authorKonrad Rzeszutek Wilk <konrad@kernel.org>
Tue, 14 May 2013 17:48:48 +0000 (18:48 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 17 Jul 2013 10:59:27 +0000 (11:59 +0100)
commit1fb2ef1230e372e456d1030b5c5eca183a7f6cef
tree20a021d04e428f5ad5c5f8bfa7839887fa0f475f
parent8db5ae01413b9ffd75199996298107946bf291b6
piix4acpi, xen: Clarify that the qemu_set_irq calls just do an IRQ pulse.

The "qemu_cpu_notify" raises and lowers the ACPI SCI line when the
vCPU state has changed.

Instead of doing the two functions, just use one function that
describes exactly what it does.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com> (for 4.3 release)
(cherry picked from commit e28e06225c4ee8793f935b0f72fe2d944a2d9b50)
hw/piix4acpi.c