[PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Anish Moorthy
amoorthy at google.com
Wed Nov 8 15:37:19 PST 2023
On Wed, Nov 8, 2023 at 9:00 AM Anish Moorthy <amoorthy at google.com> wrote:
>
> This commit breaks the arm64 selftests build btw: looks like a simple oversight?
Yup, fix is a one-liner. Posted below.
diff --git a/tools/testing/selftests/kvm/aarch64/page_fault_test.c b/tools/testing/selftests/kvm/aarch64/page_fault_test.c
index eb4217b7c768..08a5ca5bed56 100644
--- a/tools/testing/selftests/kvm/aarch64/page_fault_test.c
+++ b/tools/testing/selftests/kvm/aarch64/page_fault_test.c
@@ -705,7 +705,7 @@ static void run_test(enum vm_guest_mode mode, void *arg)
print_test_banner(mode, p);
- vm = ____vm_create(mode);
+ vm = ____vm_create(VM_SHAPE(mode));
setup_memslots(vm, p);
kvm_vm_elf_load(vm, program_invocation_name);
setup_ucall(vm);
More information about the linux-riscv
mailing list