[PATCH v3 02/23] arm64: KVM: Switch to C-based stage2 init

2016-02-03 Thread Marc Zyngier
There is no real need to leave the stage2 initialization as part of the early HYP bootstrap, and we can easily postpone it to the point where we can safely run C code. This will help VHE, which doesn't need any of this bootstrap. Signed-off-by: Marc Zyngier --- arch/arm64/include/asm/kvm_asm.h

[PATCH v3 02/23] arm64: KVM: Switch to C-based stage2 init

2016-02-03 Thread Marc Zyngier
There is no real need to leave the stage2 initialization as part of the early HYP bootstrap, and we can easily postpone it to the point where we can safely run C code. This will help VHE, which doesn't need any of this bootstrap. Signed-off-by: Marc Zyngier ---