[libvirt] [PATCH 3/3] qemu: Removed an outdated comment in qemuDomainSaveImageStartVM()

Marc Hartmayer mhartmay at linux.vnet.ibm.com
Fri Nov 18 13:18:27 UTC 2016


Removed the comment 'Set the migration source' as it isn't valid anymore
and 'start it up' isn't useful as qemuProcessStart() is already a
speaking name.

Signed-off-by: Marc Hartmayer <mhartmay at linux.vnet.ibm.com>
---
 src/qemu/qemu_driver.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
index d039255..49c7303 100644
--- a/src/qemu/qemu_driver.c
+++ b/src/qemu/qemu_driver.c
@@ -6609,7 +6609,6 @@ qemuDomainSaveImageStartVM(virConnectPtr conn,
         }
     }
 
-    /* Set the migration source and start it up. */
     if (qemuProcessStart(conn, driver, vm, asyncJob,
                          "stdio", *fd, path, NULL,
                          VIR_NETDEV_VPORT_PROFILE_OP_RESTORE,
-- 
2.5.5




More information about the libvir-list mailing list