X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=savevm.c;h=f1f7735d11aed6ecdbd049047b617d264230619c;hb=1dfb4dd993f7122353fb2894f09dfcba894cd7d5;hp=1feaa70ccc6de9877eef54df3ed6960e326ea5d9;hpb=bff046f86b4f8970c722c3bc3e32173b8000e716;p=mirror_qemu.git diff --git a/savevm.c b/savevm.c index 1feaa70ccc..f1f7735d11 100644 --- a/savevm.c +++ b/savevm.c @@ -1603,7 +1603,7 @@ static int qemu_savevm_state(Monitor *mon, QEMUFile *f) int ret; saved_vm_running = vm_running; - vm_stop(VMSTOP_SAVEVM); + vm_stop(RSTATE_SAVEVM); if (qemu_savevm_state_blocked(mon)) { ret = -EINVAL; @@ -1932,7 +1932,7 @@ void do_savevm(Monitor *mon, const QDict *qdict) } saved_vm_running = vm_running; - vm_stop(VMSTOP_SAVEVM); + vm_stop(RSTATE_SAVEVM); memset(sn, 0, sizeof(*sn));