Remove hack that forced pci interrupts to be enabled
commit3f3b70a647ef3c18868e867a2028b15db1ce8549
authorAvi Kivity <avi@qumranet.com>
Thu, 17 Jan 2008 16:59:06 +0000 (17 18:59 +0200)
committerAvi Kivity <avi@qumranet.com>
Sat, 19 Jan 2008 06:37:13 +0000 (19 08:37 +0200)
tree7e63ae56157e59f4678f4ad5082a2b33a70da7b1
parenta89be595f254d497ceea6e00cc77c7f807f7d49a
Remove hack that forced pci interrupts to be enabled

Previously, the acpi sci interrupt was implemented as a pci interrupt.
However, guests did not now about it and disabled the interrupt in the
routing registers, so a hack was introduced to force-enable the irqs.

Now that sci is implemented as an isa irq, this is no longer necessary,
so remove the hack.

Signed-off-by: Avi Kivity <avi@qumranet.com>
hw/piix_pci.c