ARM: KVM: Add vgic v2 save/restore
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 4 Jan 2016 09:06:11 +0000 (09:06 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 29 Feb 2016 18:34:13 +0000 (18:34 +0000)
commitc0c2cdbffef2369a94998fc6d85af25eded92b60
treebd0f0f81fee96cd0977cdff2bc71a21a31e67a7c
parente59bff9bf302bf1332c6421b39ba2e82b84e63a6
ARM: KVM: Add vgic v2 save/restore

This patch shouldn't exist, as we should be able to reuse the
arm64 version for free. I'll get there eventually, but in the
meantime I need an interrupt controller.

Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kvm/hyp/Makefile
arch/arm/kvm/hyp/hyp.h
arch/arm/kvm/hyp/vgic-v2-sr.c [new file with mode: 0644]