X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=savevm.c;h=8139bc7e297db9604bfc7a607025a435b6aec75f;hb=691a0c9c9b71360271220c12f20a7238bc302503;hp=939845c82576faf69fea6a410b4ab2504d22b977;hpb=ac779fe2334ebea5d4a365b053d786f7748a1db5;p=qemu.git diff --git a/savevm.c b/savevm.c index 939845c82..8139bc7e2 100644 --- 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);