mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-09 05:05:16 +00: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
@ -164,7 +164,6 @@ static void ioapic_set_irq(void *opaque, int vector, int level)
|
|||||||
if (level) {
|
if (level) {
|
||||||
s->irr |= mask;
|
s->irr |= mask;
|
||||||
ioapic_service(s);
|
ioapic_service(s);
|
||||||
s->irr &= ~mask;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user