[pve-devel] [PATCH 12/14] convert cont monitor command (in vm_start) to qmp
Alexandre Derumier
aderumier at odiso.com
Mon Jun 25 10:02:56 CEST 2012
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/QemuServer.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 4baae4a..c9ea640 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -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"); };
}
}
--
1.7.2.5
More information about the pve-devel
mailing list