mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-27 11:43:01 +00:00
convert stop monitor command to qmp
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
0eedc444b7
commit
f77f91f3d4
@ -3070,8 +3070,8 @@ sub vm_suspend {
|
|||||||
my $conf = load_config($vmid);
|
my $conf = load_config($vmid);
|
||||||
|
|
||||||
check_lock($conf) if !$skiplock;
|
check_lock($conf) if !$skiplock;
|
||||||
|
|
||||||
vm_monitor_command($vmid, "stop");
|
vm_mon_cmd($vmid, "stop");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user