[libvirt PATCH 30/80] qemu: Drop obsolete comment in qemuMigrationDstFinish

Jiri Denemark posted 80 patches 3 years, 9 months ago
There is a newer version of this series
[libvirt PATCH 30/80] qemu: Drop obsolete comment in qemuMigrationDstFinish
Posted by Jiri Denemark 3 years, 9 months ago
The comment about QEMU < 0.10.6 has been irrelevant for years.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 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 a3d55c8e8b..a6c8e53ac5 100644
--- a/src/qemu/qemu_migration.c
+++ b/src/qemu/qemu_migration.c
@@ -5990,10 +5990,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
Re: [libvirt PATCH 30/80] qemu: Drop obsolete comment in qemuMigrationDstFinish
Posted by Peter Krempa 3 years, 9 months ago
On Tue, May 10, 2022 at 17:20:51 +0200, Jiri Denemark wrote:
> The comment about QEMU < 0.10.6 has been irrelevant for years.
> 
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  src/qemu/qemu_migration.c | 4 ----

Reviewed-by: Peter Krempa <pkrempa@redhat.com>