* [PATCH] selftests: kvm: bring list of exit reasons up to date
@ 2025-03-31 22:18 Paolo Bonzini
2025-04-04 10:22 ` Paolo Bonzini
0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2025-03-31 22:18 UTC (permalink / raw)
To: linux-kernel, kvm
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
tools/testing/selftests/kvm/lib/kvm_util.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/tools/testing/selftests/kvm/lib/kvm_util.c b/tools/testing/selftests/kvm/lib/kvm_util.c
index 279ad8946040..815bc45dd8dc 100644
--- a/tools/testing/selftests/kvm/lib/kvm_util.c
+++ b/tools/testing/selftests/kvm/lib/kvm_util.c
@@ -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),
};
/*
--
2.49.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] selftests: kvm: bring list of exit reasons up to date
2025-03-31 22:18 [PATCH] selftests: kvm: bring list of exit reasons up to date Paolo Bonzini
@ 2025-04-04 10:22 ` Paolo Bonzini
0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2025-04-04 10:22 UTC (permalink / raw)
To: linux-kernel, kvm
On 4/1/25 00:18, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> tools/testing/selftests/kvm/lib/kvm_util.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
Applied now.
Paolo
> diff --git a/tools/testing/selftests/kvm/lib/kvm_util.c b/tools/testing/selftests/kvm/lib/kvm_util.c
> index 279ad8946040..815bc45dd8dc 100644
> --- a/tools/testing/selftests/kvm/lib/kvm_util.c
> +++ b/tools/testing/selftests/kvm/lib/kvm_util.c
> @@ -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),
> };
>
> /*
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-04 10:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-31 22:18 [PATCH] selftests: kvm: bring list of exit reasons up to date Paolo Bonzini
2025-04-04 10:22 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).