Re: [PATCH 08/10] KVM: arm/arm64: vgic: Add vgic_{get, set}_phys_irq_active

2015-06-17 Thread Eric Auger
Reviewed-by: Eric Auger eric.au...@linaro.org On 06/08/2015 07:04 PM, Marc Zyngier wrote: In order to control the active state of an interrupt, introduce a pair of accessors allowing the state to be set/queried. This only affects the logical state, and the HW state will only be applied at

[PATCH 08/10] KVM: arm/arm64: vgic: Add vgic_{get, set}_phys_irq_active

2015-06-08 Thread Marc Zyngier
In order to control the active state of an interrupt, introduce a pair of accessors allowing the state to be set/queried. This only affects the logical state, and the HW state will only be applied at world-switch time. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- include/kvm/arm_vgic.h