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)
commit0035e5094c9e01c8227db2ddc0c607e3f6bc33b7
treec0ff285506da5c3e7686db66f76c95f29795037d
parent1f6f408c8c38b83b9e3e4577b680dfd686ffe37a
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