[pve-devel] [PATCH 3/7] qmpclient-qga : add qga param to qmp_socket

Alexandre Derumier aderumier at odiso.com
Sun Mar 17 16:09:03 CET 2013


Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 PVE/QMPClient.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QMPClient.pm b/PVE/QMPClient.pm
index e5d4356..4cf39a1 100755
--- a/PVE/QMPClient.pm
+++ b/PVE/QMPClient.pm
@@ -124,7 +124,7 @@ my $close_connection = sub {
 my $open_connection = sub {
     my ($self, $vmid, $timeout) = @_;
 
-    my $sname = PVE::QemuServer::qmp_socket($vmid);
+    my $sname = PVE::QemuServer::qmp_socket($vmid, $self->{qga});
 
     $timeout = 1 if !$timeout;
 
-- 
1.7.10.4




More information about the pve-devel mailing list