Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVM: arm/arm64: Fix emulated ptimer irq injection
The emulated ptimer needs to track the level changes, otherwise the the interrupt will never get deasserted, resulting in the guest getting stuck in an interrupt storm if it enables ptimer interrupts. This was found with kvm-unit-tests; the ptimer tests hung as soon as interrupts were enabled. Typical Linux guests don't have a problem as they prefer using the virtual timer. Fixes: bee038a ("KVM: arm/arm64: Rework the timer code to use a timer_map") Signed-off-by: Andrew Jones <[email protected]> [Simplified the patch to res we only care about emulated timers here] Signed-off-by: Marc Zyngier <[email protected]>
- Loading branch information