[PATCH v1 0/3] LoongArch: KVM: Remove SW timer switch during

From: Bibo Mao
Date: Sat Nov 04 2023 - 04:58:18 EST


This patches removes SW timer switch during vcpu block stage. VM uses HW
timer rather than SW PV timer on LoongArch system, it can check HW timer
pending interrupt status directly, rather than switch to SW timer and
check injected SW timer interrupt.

When SW timer is not used in vcpu block polling status, the relative
SW timer handling before entering guest can be removed also. Timer
emulation is simpler than before, SW timer emuation is only used in vcpu
thread context switch.

Bibo Mao (3):
LoongArch: KVM: Remove SW timer switch during vcpu block flow
LoongArch: KVM: Allow to access HW timer CSR registers always
LoongArch: KVM: Remove kvm_acquire_timer before entering guest

arch/loongarch/include/asm/kvm_vcpu.h | 1 -
arch/loongarch/kvm/exit.c | 11 +-----
arch/loongarch/kvm/main.c | 1 -
arch/loongarch/kvm/timer.c | 48 ++++++++-------------------
arch/loongarch/kvm/vcpu.c | 38 +++++----------------
5 files changed, 22 insertions(+), 77 deletions(-)


base-commit: 8f6f76a6a29f36d2f3e4510d0bde5046672f6924
--
2.39.3