[pve-devel] [PATCH 08/14] convert system_reset monitor command to qmp

Alexandre Derumier aderumier at odiso.com
Tue Jun 26 06:34:17 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 0f4ba1a..96c87ff 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -2945,7 +2945,7 @@ sub vm_reset {
 
 	check_lock($conf) if !$skiplock;
 
-	vm_monitor_command($vmid, "system_reset");
+	vm_mon_cmd($vmid, "system_reset");
     });
 }
 
-- 
1.7.2.5




More information about the pve-devel mailing list