]> git.proxmox.com Git - qemu.git/blobdiff - savevm.c
xen: fix xen-mapcache build on non-Xen capable targets
[qemu.git] / savevm.c
index 939845c82576faf69fea6a410b4ab2504d22b977..8139bc7e297db9604bfc7a607025a435b6aec75f 100644 (file)
--- a/savevm.c
+++ b/savevm.c
@@ -2073,6 +2073,7 @@ int load_vmstate(const char *name)
         return -EINVAL;
     }
 
+    qemu_system_reset(VMRESET_SILENT);
     ret = qemu_loadvm_state(f);
 
     qemu_fclose(f);