[libvirt PATCH v2 28/81] qemu: Drop obsolete comment in qemuMigrationDstFinish

Jiri Denemark jdenemar at redhat.com
Wed Jun 1 12:49:28 UTC 2022


The comment about QEMU < 0.10.6 has been irrelevant for years.

Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
Reviewed-by: Peter Krempa <pkrempa at redhat.com>
Reviewed-by: Pavel Hrdina <phrdina at redhat.com>
---

Notes:
    Version 2:
    - no change

 src/qemu/qemu_migration.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c
index 10fc99180d..fdc93d7fe1 100644
--- a/src/qemu/qemu_migration.c
+++ b/src/qemu/qemu_migration.c
@@ -5959,10 +5959,6 @@ qemuMigrationDstFinish(virQEMUDriver *driver,
         inPostCopy = true;
 
     if (!(flags & VIR_MIGRATE_PAUSED)) {
-        /* run 'cont' on the destination, which allows migration on qemu
-         * >= 0.10.6 to work properly.  This isn't strictly necessary on
-         * older qemu's, but it also doesn't hurt anything there
-         */
         if (qemuProcessStartCPUs(driver, vm,
                                  inPostCopy ? VIR_DOMAIN_RUNNING_POSTCOPY
                                             : VIR_DOMAIN_RUNNING_MIGRATED,
-- 
2.35.1



More information about the libvir-list mailing list