5
0
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:
Alexandre Derumier 2012-06-25 10:02:52 +02:00 committed by Dietmar Maurer
parent 6f1dbbea52
commit 816e2c4a53

View File

@ -2945,7 +2945,7 @@ sub vm_reset {
check_lock($conf) if !$skiplock;
vm_monitor_command($vmid, "system_reset");
vm_mon_cmd($vmid, "system_reset");
});
}