]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: implement kvm_arch_intc_initialized
authorEric Auger <eric.auger@linaro.org>
Wed, 4 Mar 2015 10:14:34 +0000 (11:14 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 12 Mar 2015 14:15:33 +0000 (15:15 +0100)
commit311d8b49679f3a559ae93ed63972a285f14fa9ed
tree55734a66ab3f730d7664a7ae5e7e6df881444602
parent7c85c62b844722123f3fab2c6e7422673bac224a
KVM: arm/arm64: implement kvm_arch_intc_initialized

On arm/arm64 the VGIC is dynamically instantiated and it is useful
to expose its state, especially for irqfd setup.

This patch defines __KVM_HAVE_ARCH_INTC_INITIALIZED and
implements kvm_arch_intc_initialized.

Signed-off-by: Eric Auger <eric.auger@linaro.org>
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm/include/asm/kvm_host.h
arch/arm/kvm/arm.c
arch/arm64/include/asm/kvm_host.h