KVM: ARM: vgic: revisit implementation of irqchip_in_kernel
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 15 May 2014 09:03:25 +0000 (10:03 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Fri, 11 Jul 2014 11:57:35 +0000 (04:57 -0700)
commitf982cf4e9c37b19478c7bc6e0484a43a7e78cf57
treeacb2c678e9ef7f0301025b4c2b2296991a402dc3
parent8f186d522c69bb18dd9b93a634da4953228c67d4
KVM: ARM: vgic: revisit implementation of irqchip_in_kernel

So far, irqchip_in_kernel() was implemented by testing the value of
vctrl_base, which worked fine with GICv2.

With GICv3, this field is useless, as we're using system registers
instead of a emmory mapped interface. To solve this, add a boolean
flag indicating if the we're using a vgic or not.

Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
include/kvm/arm_vgic.h
virt/kvm/arm/vgic.c