Commit 3f6ffb6ac9709b6b9422e20c29f6bf4556c3af09
1 parent
0da46a6e
Enable ACPI interrupts, by Igor Lvovsky.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3419 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
hw/piix_pci.c
... | ... | @@ -208,6 +208,7 @@ static void piix3_set_irq(qemu_irq *pic, int irq_num, int level) |
208 | 208 | { |
209 | 209 | int i, pic_irq, pic_level; |
210 | 210 | |
211 | + piix3_dev->config[0x60 + irq_num] &= ~0x80; // enable bit | |
211 | 212 | pci_irq_levels[irq_num] = level; |
212 | 213 | |
213 | 214 | /* now we change the pic irq level according to the piix irq mappings */ | ... | ... |