Re: [PATCH v6 21/21] arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware

2014-07-04 Thread Christoffer Dall
On Mon, Jun 30, 2014 at 04:01:50PM +0100, Marc Zyngier wrote: > Add the last missing bits that enable GICv2 emulation on top of > GICv3 hardware. > > Signed-off-by: Marc Zyngier > --- Acked-by: Christoffer Dall -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a m

[PATCH v6 21/21] arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware

2014-06-30 Thread Marc Zyngier
Add the last missing bits that enable GICv2 emulation on top of GICv3 hardware. Signed-off-by: Marc Zyngier --- arch/arm64/include/asm/kvm_host.h | 7 +++ arch/arm64/kvm/Makefile | 2 ++ virt/kvm/arm/vgic.c | 1 + 3 files changed, 10 insertions(+) diff --git a/arch/a