]> git.proxmox.com Git - mirror_qemu.git/commit - hw/ioapic.c
target-i386: Remove unused polarity arguments from APIC API
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 22 Aug 2011 15:46:31 +0000 (17:46 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 22 Aug 2011 19:37:03 +0000 (14:37 -0500)
commit1f6f408c8c38b83b9e3e4577b680dfd686ffe37a
tree5172d9f6a700211d911febcdf3b970d46c666a5b
parenteae74cf906942999bf70e94f034f95c7f831ec63
target-i386: Remove unused polarity arguments from APIC API

Polarity of external interrupts needs to be handled in the IOAPIC.
Passing it to the APIC is pointless. So remove all these arguments.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/apic.c
hw/apic.h
hw/ioapic.c
trace-events