]> xenbits.xensource.com Git - people/andrewcoop/qemu-traditional.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>
Tue, 21 May 2013 10:49:14 +0000 (11:49 +0100)
commite28e06225c4ee8793f935b0f72fe2d944a2d9b50
treeb7a50e43b5c65c1e9ff814d071ee5faf6a1eda99
parent2133c3847bd2d3e0954e85dadc2ad2606c513cf8
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)
hw/piix4acpi.c