]> git.baikalelectronics.ru Git - kernel.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)
commit58c0073c9facc565473053de4d260f89fdff5604
treeebb46296deafc935bcb1c4f58c8f9b48355375df
parenta7336887bc34073f1382afc4b31e3cb545649134
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]