KVM: ARM: vgic: split GICv2 backend from the main vgic code
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 4 Feb 2014 18:13:03 +0000 (18:13 +0000)
committerChristoffer Dall <christoffer.dall@linaro.org>
Fri, 11 Jul 2014 11:57:34 +0000 (04:57 -0700)
commit8f186d522c69bb18dd9b93a634da4953228c67d4
treed3ed28a710860943ac7709b512bb35ca2b958955
parentca85f623e37d096206e092ef037a145a60fa7f85
KVM: ARM: vgic: split GICv2 backend from the main vgic code

Brutally hack the innocent vgic code, and move the GICv2 specific code
to its own file, using vgic_ops and vgic_params as a way to pass
information between the two blocks.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kvm/Makefile
arch/arm64/kvm/Makefile
include/kvm/arm_vgic.h
virt/kvm/arm/vgic-v2.c [new file with mode: 0644]
virt/kvm/arm/vgic.c