mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-24 22:17:22 -07:00
Revert "ioapic: when switches to level trigger mode, interrupts raised repeatedly."
This reverts commit 9bcfc7daab.
This commit is contained in:
parent
490f4edcdf
commit
449aa4a491
1 changed files with 0 additions and 1 deletions
|
|
@ -164,7 +164,6 @@ static void ioapic_set_irq(void *opaque, int vector, int level)
|
|||
if (level) {
|
||||
s->irr |= mask;
|
||||
ioapic_service(s);
|
||||
s->irr &= ~mask;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue