Re: [PATCH v3 16/32] arm64: KVM: hypervisor initialization code

2013-05-02 Thread Marc Zyngier
On 02/05/13 12:03, Catalin Marinas wrote: > On Mon, Apr 08, 2013 at 05:17:18PM +0100, Marc Zyngier wrote: >> Provide EL2 with page tables and stack, and set the vectors >> to point to the full blown world-switch code. >> >> Signed-off-by: Marc Zyngier >> --- >> arch/arm64/include/asm/kvm_host.h |

Re: [PATCH v3 16/32] arm64: KVM: hypervisor initialization code

2013-05-02 Thread Catalin Marinas
On Mon, Apr 08, 2013 at 05:17:18PM +0100, Marc Zyngier wrote: > Provide EL2 with page tables and stack, and set the vectors > to point to the full blown world-switch code. > > Signed-off-by: Marc Zyngier > --- > arch/arm64/include/asm/kvm_host.h | 13 + > arch/arm64/kvm/hyp-init.S |

[PATCH v3 16/32] arm64: KVM: hypervisor initialization code

2013-04-08 Thread Marc Zyngier
Provide EL2 with page tables and stack, and set the vectors to point to the full blown world-switch code. Signed-off-by: Marc Zyngier --- arch/arm64/include/asm/kvm_host.h | 13 + arch/arm64/kvm/hyp-init.S | 112 ++ 2 files changed, 125 insertions