aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kvm/lib/loongarch/ucall.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-05-20KVM: selftests: Add ucall test support for LoongArchBibo Mao1-0/+38
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>