Skip to content

Commit 1193477

Browse files
committed
selftests: kvm: bring list of exit reasons up to date
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20250331221851.614582-1-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 80fd663 commit 1193477

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/testing/selftests/kvm/lib/kvm_util.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,9 +2019,8 @@ static struct exit_reason {
20192019
KVM_EXIT_STRING(RISCV_SBI),
20202020
KVM_EXIT_STRING(RISCV_CSR),
20212021
KVM_EXIT_STRING(NOTIFY),
2022-
#ifdef KVM_EXIT_MEMORY_NOT_PRESENT
2023-
KVM_EXIT_STRING(MEMORY_NOT_PRESENT),
2024-
#endif
2022+
KVM_EXIT_STRING(LOONGARCH_IOCSR),
2023+
KVM_EXIT_STRING(MEMORY_FAULT),
20252024
};
20262025

20272026
/*

0 commit comments

Comments
 (0)