Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-20 | KVM: selftests: Add ucall test support for LoongArch | Bibo Mao | |
Add ucall test support for LoongArch, ucall method on LoongArch uses undefined mmio area. It will cause vCPU exiting to hypervisor so that hypervisor can communicate with vCPU. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn> | |||
2025-05-20 | KVM: selftests: Add KVM selftests header files for LoongArch | Bibo Mao | |
Add KVM selftests header files for LoongArch, including processor.h and kvm_util_arch.h. It mainly contains LoongArch CSR register and page table entry definition. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn> |