5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-10 01:18:01 +03:00

convert cont monitor command to qmp

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2012-06-25 10:02:49 +02:00 committed by Dietmar Maurer
parent f77f91f3d4
commit 12060fe8c3

View File

@ -3084,7 +3084,7 @@ sub vm_resume {
check_lock($conf) if !$skiplock;
vm_monitor_command($vmid, "cont");
vm_mon_cmd($vmid, "cont");
});
}