mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-10 01:18:01 +03:00
convert system_reset monitor command to qmp
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
6f1dbbea52
commit
816e2c4a53
@ -2945,7 +2945,7 @@ sub vm_reset {
|
||||
|
||||
check_lock($conf) if !$skiplock;
|
||||
|
||||
vm_monitor_command($vmid, "system_reset");
|
||||
vm_mon_cmd($vmid, "system_reset");
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user