On 6/27/23 15:46, Nicholas Piggin wrote:
+ vm_stop(RUN_STATE_GUEST_PANICKED);
Calling qemu_system_guest_panicked(NULL) seems to be more correct.Though I'm not really sure the difference from cpu_abort(), which would also care for dumping cpu state.
r~