Re: [PATCH 11/21] arm64: KVM: Implement the core world switch

2015-11-24 Thread Alex Bennée
Marc Zyngier writes: > 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

Re: [PATCH 11/21] arm64: KVM: Implement the core world switch

2015-11-24 Thread Marc Zyngier
On Tue, 24 Nov 2015 17:29:14 + Alex Bennée wrote: > > Marc Zyngier writes: > > > 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

[PATCH 11/21] arm64: KVM: Implement the core world switch

2015-11-16 Thread Marc Zyngier
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 --- arch/arm64/kvm/hyp/Makefile | 1 +