[pve-devel] [PATCH 05/14] convert cont monitor command to qmp
Alexandre Derumier
aderumier at odiso.com
Tue Jun 26 06:34:14 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 0c90e94..f039937 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -3084,7 +3084,7 @@ sub vm_resume {
check_lock($conf) if !$skiplock;
- vm_monitor_command($vmid, "cont");
+ vm_mon_cmd($vmid, "cont");
});
}
--
1.7.2.5
More information about the pve-devel
mailing list