commit | be901e9b15cd2c8e48dc089b4655ea4a076e66fd | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Wed Oct 21 09:57:10 2015 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Dec 14 11:30:41 2015 +0000 |
tree | 1593b831d97e88e67e1e1b670380b4a45c34a13f | |
parent | c1bf6e18e97e7ead77371d4251f8ef1567455584 [diff] |
arm64: KVM: Implement the core world switch Implement the core of the world switch in C. Not everything is there yet, and there is nothing to re-enter the world switch either. But this already outlines the code structure well enough. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>