selftests: kvm: bring list of exit reasons up to date
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 31 Mar 2025 22:18:51 +0000 (00:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Apr 2025 10:22:17 +0000 (06:22 -0400)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20250331221851.614582-1-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/lib/kvm_util.c

index 279ad8946040cb2b631203db1de8458f31365458..815bc45dd8dc68b84469abb062296399bbb4115b 100644 (file)
@@ -2019,9 +2019,8 @@ static struct exit_reason {
        KVM_EXIT_STRING(RISCV_SBI),
        KVM_EXIT_STRING(RISCV_CSR),
        KVM_EXIT_STRING(NOTIFY),
-#ifdef KVM_EXIT_MEMORY_NOT_PRESENT
-       KVM_EXIT_STRING(MEMORY_NOT_PRESENT),
-#endif
+       KVM_EXIT_STRING(LOONGARCH_IOCSR),
+       KVM_EXIT_STRING(MEMORY_FAULT),
 };
 
 /*