KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
authorMarc Zyngier <[email protected]>
Fri, 9 Jun 2017 11:49:36 +0000 (12:49 +0100)
committerMarc Zyngier <[email protected]>
Thu, 15 Jun 2017 08:45:00 +0000 (09:45 +0100)
commit132a324ab62fe4fb8d6dcc2ab4eddb0e93b69afe
tree40e984fdf6d974fd8a7549b005897f5f134bd420
parentf8b630bc542e0368886ae193d3519c832b270359
KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler

Add a handler for reading the guest's view of the ICC_IAR1_EL1
register. This involves finding the highest priority Group-1
interrupt, checking against both PMR and the active group
priority, activating the interrupt and setting the group
priority as active.

Tested-by: Alexander Graf <[email protected]>
Acked-by: David Daney <[email protected]>
Reviewed-by: Eric Auger <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Reviewed-by: Christoffer Dall <[email protected]>
Signed-off-by: Christoffer Dall <[email protected]>
include/linux/irqchip/arm-gic-v3.h
virt/kvm/arm/hyp/vgic-v3-sr.c