Re: [PATCH 13/37] KVM: arm64: Introduce VHE-specific kvm_vcpu_run

2017-12-01 Thread Christoffer Dall
On Tue, Nov 07, 2017 at 04:25:29PM +0100, Andrew Jones wrote: > On Thu, Oct 12, 2017 at 12:41:17PM +0200, Christoffer Dall wrote: > > So far this is just a copy of the legacy non-VHE switch function, where > > we only change the existing calls to has_vhe() in both the original and > > new

Re: [PATCH 13/37] KVM: arm64: Introduce VHE-specific kvm_vcpu_run

2017-11-07 Thread Andrew Jones
On Thu, Oct 12, 2017 at 12:41:17PM +0200, Christoffer Dall wrote: > So far this is just a copy of the legacy non-VHE switch function, where > we only change the existing calls to has_vhe() in both the original and > new functions. > > Signed-off-by: Christoffer Dall

[PATCH 13/37] KVM: arm64: Introduce VHE-specific kvm_vcpu_run

2017-10-12 Thread Christoffer Dall
So far this is just a copy of the legacy non-VHE switch function, where we only change the existing calls to has_vhe() in both the original and new functions. Signed-off-by: Christoffer Dall --- arch/arm/include/asm/kvm_asm.h | 4 +++