mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-01 19:31:13 +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 {
|
||||
unlink $statefile;
|
||||
# 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