arm64: KVM: Implement guest entry
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 22 Oct 2015 07:32:18 +0000 (08:32 +0100)
committerAlex Shi <alex.shi@linaro.org>
Wed, 9 Nov 2016 14:15:43 +0000 (22:15 +0800)
commit7b9a94b384beb4665876848afa0bb0e026a03e99
tree83b31cdfebc3733b17d5e34cb558701a5d9ecc67
parentb45242cdcdef74702189a2a5b6864e355df96a2f
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>
(cherry picked from commit b97b66c14b96ab562e4fd516d804c5cd05c0529e)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
arch/arm64/kvm/hyp/Makefile
arch/arm64/kvm/hyp/entry.S [new file with mode: 0644]
arch/arm64/kvm/hyp/hyp.h