mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-29 21:26:59 +00:00
convert cont monitor command (in vm_start) to qmp
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
ec843725c7
commit
608164747f
@ -2653,7 +2653,7 @@ sub vm_start {
|
|||||||
} else {
|
} else {
|
||||||
unlink $statefile;
|
unlink $statefile;
|
||||||
# fixme: send resume - is that necessary ?
|
# fixme: send resume - is that necessary ?
|
||||||
eval { vm_monitor_command($vmid, "cont"); };
|
eval { vm_mon_cmd($vmid, "cont"); };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user