Commit 1131a2c813 for qemu.org
commit 1131a2c8138e77da8f0a8387f254c4549d440d8e
Author: Mohamed Mediouni <mohamed@unpredictable.fr>
Date: Wed Apr 22 23:42:13 2026 +0200
whpx: i386: Pause VM on fatal exception to be able to inspect state
Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr>
Link: https://lore.kernel.org/r/20260422214225.2242-26-mohamed@unpredictable.fr
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/target/i386/whpx/whpx-all.c b/target/i386/whpx/whpx-all.c
index 077a491664..25ace38ff6 100644
--- a/target/i386/whpx/whpx-all.c
+++ b/target/i386/whpx/whpx-all.c
@@ -2387,7 +2387,7 @@ int whpx_vcpu_run(CPUState *cpu)
vcpu->exit_ctx.ExitReason);
whpx_get_registers(cpu, WHPX_LEVEL_FULL_STATE);
bql_lock();
- qemu_system_guest_panicked(cpu_get_crash_info(cpu));
+ vm_stop(RUN_STATE_PAUSED);
bql_unlock();
break;
}