]> git.proxmox.com Git - qemu.git/blobdiff - savevm.c
slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host
[qemu.git] / savevm.c
index f4ff1a1db443588a6e94c756f4d193253c4761fe..8139bc7e297db9604bfc7a607025a435b6aec75f 100644 (file)
--- a/savevm.c
+++ b/savevm.c
@@ -23,7 +23,6 @@
  */
 #include <unistd.h>
 #include <fcntl.h>
-#include <signal.h>
 #include <time.h>
 #include <errno.h>
 #include <sys/time.h>
@@ -2074,6 +2073,7 @@ int load_vmstate(const char *name)
         return -EINVAL;
     }
 
+    qemu_system_reset(VMRESET_SILENT);
     ret = qemu_loadvm_state(f);
 
     qemu_fclose(f);