diff --git a/vl.c b/vl.c index b773d2f126be8883c14a66c7d2bf867f98d44a90..0c2fc3fb3def3db040af1e3daa3021c108e178a6 100644 --- a/vl.c +++ b/vl.c @@ -1296,6 +1296,7 @@ void qemu_system_killed(int signal, pid_t pid) { shutdown_signal = signal; shutdown_pid = pid; + no_shutdown = 0; qemu_system_shutdown_request(); }