[PATCH v2 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling

From: Bibo Mao
Date: Tue Nov 07 2023 - 07:04:26 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.

---
Changes in v2:
Add halt polling support for idle instruction emulation, using api
kvm_vcpu_halt rather than kvm_vcpu_block in function kvm_emu_idle.

---
Bibo Mao (3):
LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
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 | 13 +-------
arch/loongarch/kvm/main.c | 1 -
arch/loongarch/kvm/timer.c | 48 ++++++++-------------------
arch/loongarch/kvm/vcpu.c | 38 +++++----------------
5 files changed, 22 insertions(+), 79 deletions(-)


base-commit: d2f51b3516dade79269ff45eae2a7668ae711b25
--
2.39.3