linux/virt/kvm/arm/vgic
Marc Zyngier 637d122baa KVM: arm/arm64: vgic-v3: Always resample level interrupts
When reading back from the list registers, we need to perform
two actions for level interrupts:
1) clear the soft-pending bit if the interrupt is not pending
   anymore *in the list register*
2) resample the line level and propagate it to the pending state

But these two actions shouldn't be linked, and we should *always*
resample the line level, no matter what state is in the list
register. Otherwise, we may end-up injecting spurious interrupts
that have been already retired.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
2016-05-31 16:12:16 +02:00
..
vgic-init.c KVM: arm/arm64: vgic-new: vgic_init: implement map_resources 2016-05-20 15:40:07 +02:00
vgic-irqfd.c KVM: arm/arm64: vgic-new: Wire up irqfd injection 2016-05-20 15:40:08 +02:00
vgic-kvm-device.c KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access 2016-05-20 15:40:05 +02:00
vgic-mmio-v2.c KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access 2016-05-20 15:40:05 +02:00
vgic-mmio-v3.c KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler 2016-05-20 15:39:59 +02:00
vgic-mmio.c KVM: arm/arm64: vgic-new: Synchronize changes to active state 2016-05-20 16:26:38 +02:00
vgic-mmio.h KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework 2016-05-20 15:39:56 +02:00
vgic-v2.c KVM: arm/arm64: vgic-v2: Always resample level interrupts 2016-05-31 16:12:15 +02:00
vgic-v3.c KVM: arm/arm64: vgic-v3: Always resample level interrupts 2016-05-31 16:12:16 +02:00
vgic.c KVM: arm/arm64: vgic-new: implement mapped IRQ handling 2016-05-20 15:40:09 +02:00
vgic.h KVM: arm/arm64: vgic-new: vgic_init: implement map_resources 2016-05-20 15:40:07 +02:00