linux-stable/arch/loongarch/kvm
Tianrui Zhao c1fc48aad1 LoongArch: KVM: Enable kvm config and add the makefile
Enable LoongArch kvm config and add the makefile to support build kvm
module.

Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Tested-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Tianrui Zhao <zhaotianrui@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
2023-10-02 10:01:29 +08:00
..
exit.c LoongArch: KVM: Implement kvm exception vectors 2023-10-02 10:01:29 +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
Makefile LoongArch: KVM: Enable kvm config and add the makefile 2023-10-02 10:01:29 +08:00
mmu.c LoongArch: KVM: Implement kvm mmu operations 2023-10-02 10:01:28 +08:00
switch.S LoongArch: KVM: Implement vcpu world switch 2023-10-02 10:01:29 +08:00
timer.c LoongArch: KVM: Implement vcpu timer operations 2023-10-02 10:01:28 +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: Implement misc vcpu related interfaces 2023-10-02 10:01:28 +08:00
vm.c LoongArch: KVM: Implement VM related functions 2023-10-02 10:01:27 +08:00