commit | 0cb84a7c84a76bb1b601305de9eb3fd235b7cbbc | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Thu Oct 22 08:32:18 2015 +0100 |
committer | Alex Shi <alex.shi@linaro.org> | Tue May 24 16:30:27 2016 +0800 |
tree | a04eb689754a1e6b3bf40209a14838b68199d88b | |
parent | 9fed7d49402587cbe3ab88a07e17259d2b81b9f0 [diff] |
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>