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>
Mohamed Mediouni committed
Apr 22, 2026 at 23:42 UTC
1131a2c8138e77da8f0a8387f254c4549d440d8e
1 file changed
+1
-1
target/i386/whpx/whpx-all.c
+1
-1
@@ -2387,7 +2387,7 @@ int whpx_vcpu_run(CPUState *cpu)
2387
vcpu->exit_ctx.ExitReason);
2388
whpx_get_registers(cpu, WHPX_LEVEL_FULL_STATE);
2389
bql_lock();
2390
- qemu_system_guest_panicked(cpu_get_crash_info(cpu));
2390
+ vm_stop(RUN_STATE_PAUSED);
2391
bql_unlock();
2392
break;
2393
}