ioapic: Implement polarity
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 22 Aug 2011 15:46:42 +0000 (17:46 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 22 Aug 2011 19:37:03 +0000 (14:37 -0500)
commitc124d431df314a2601963ac5ebc2eddac36f4614
treec0ff285506da5c3e7686db66f76c95f29795037d
parent36b41a560ef3aae555c3b10e0b049fa4a9ee2e85
ioapic: Implement polarity

If the polarity bit is set in the redirection table, the input level
simply has to inverted as it is low active in this case.

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