linux/arch/loongarch/kvm
Bibo Mao 0d2abe6702 LoongArch: KVM: Allow to access HW timer CSR registers always
Currently HW timer CSR registers are allowed to access before entering
to vm and disabled if switch to SW timer in host mode, instead it is not
necessary to do so. HW timer CSR registers can be accessed always, it
is nothing to do with whether it is in vm mode or host mode. This patch
removes the limitation.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
2023-12-19 10:48:27 +08:00
..
exit.c LoongArch: KVM: Remove SW timer switch when vcpu is halt polling 2023-12-19 10:48:27 +08:00
interrupt.c LoongArch: KVM: Implement vcpu interrupt operations 2023-10-02 10:01:28 +08:00
Kconfig LoongArch: KVM: Enable kvm config and add the makefile 2023-10-02 10:01:29 +08:00
main.c LoongArch: KVM: Allow to access HW timer CSR registers always 2023-12-19 10:48:27 +08:00
Makefile LoongArch: KVM: Enable kvm config and add the makefile 2023-10-02 10:01:29 +08:00
mmu.c LoongArch: KVM: Optimization for memslot hugepage checking 2023-12-19 10:48:27 +08:00
switch.S LoongArch: KVM: Implement vcpu world switch 2023-10-02 10:01:29 +08:00
timer.c LoongArch: KVM: Allow to access HW timer CSR registers always 2023-12-19 10:48:27 +08:00
tlb.c LoongArch: KVM: Implement virtual machine tlb operations 2023-10-02 10:01:28 +08:00
trace.h LoongArch: KVM: Add vcpu related header files 2023-10-02 10:01:27 +08:00
vcpu.c LoongArch: KVM: Remove SW timer switch when vcpu is halt polling 2023-12-19 10:48:27 +08:00
vm.c LoongArch: KVM: Implement VM related functions 2023-10-02 10:01:27 +08:00