convert cont monitor command (in vm_start) to qmp

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2012-06-25 10:02:56 +02:00 committed by Dietmar Maurer
parent ec843725c7
commit 608164747f

View File

@ -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"); };
}
}