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)
commit36b41a560ef3aae555c3b10e0b049fa4a9ee2e85
tree5172d9f6a700211d911febcdf3b970d46c666a5b
parentb8955234b5a02290601e34cbb0591b4a0365c520
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