arm64: KVM: Implement guest entry
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 22 Oct 2015 07:32:18 +0000 (08:32 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 14 Dec 2015 11:30:40 +0000 (11:30 +0000)
commitb97b66c14b96ab562e4fd516d804c5cd05c0529e
tree9ff79f98811d57e79e34781bfdf7c7938e8312b9
parent8eb992674c9e69d57af199f36b6455dbc00ac9f9
arm64: KVM: Implement guest entry

Contrary to the previous patch, the guest entry is fairly different
from its assembly counterpart, mostly because it is only concerned
with saving/restoring the GP registers, and nothing else.

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