mirror of https://gitee.com/openkylin/qemu.git
Revert "ioapic: when switches to level trigger mode, interrupts raised repeatedly."
This reverts commit 9bcfc7daab
.
This commit is contained in:
parent
490f4edcdf
commit
449aa4a491
|
@ -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…
Reference in New Issue