[PATCH] KVM: arm64: Add big.LITTLE architecture support for vcpu

2021-03-05 Thread Yejune Deng
get != phys_target. So modify phys target from the current core to all cpu online. Signed-off-by: Yejune Deng --- arch/arm64/kvm/arm.c | 30 +- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/arch/arm64/kvm/arm.c b/arch/arm64/kvm/arm.c index fc4c95dd2

[PATCH] KVM: arm64: Fix the return value of smp_call_function_single()

2021-01-18 Thread Yejune Deng
ble than 'ret'. Signed-off-by: Yejune Deng --- arch/arm64/kvm/arm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/kvm/arm.c b/arch/arm64/kvm/arm.c index 04c44853b103..5fa5c04106de 100644 --- a/arch/arm64/kvm/arm.c +++ b/arch/arm64/kvm/arm.c @@ -18