]> git.karo-electronics.de Git - linux-beck.git/commit
arm64: KVM: Implement vgic-v2 save/restore
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 19 Oct 2015 14:50:37 +0000 (15:50 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 14 Dec 2015 11:30:38 +0000 (11:30 +0000)
commit06282fd2c2bf61619649a2b13e4a08556598a64c
treeebb46296deafc935bcb1c4f58c8f9b48355375df
parentc76a0a6695c61088c8d2e731e25305502666bf7d
arm64: KVM: Implement vgic-v2 save/restore

Implement the vgic-v2 save restore (mostly) as a direct translation
of the assembly code version.

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