]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commitdiff
migration: Enable switchover ack capability
authorAvihai Horon <avihaih@nvidia.com>
Wed, 21 Jun 2023 11:11:56 +0000 (14:11 +0300)
committerCédric Le Goater <clg@redhat.com>
Fri, 30 Jun 2023 04:02:51 +0000 (06:02 +0200)
Now that switchover ack logic has been implemented, enable the
capability.

Signed-off-by: Avihai Horon <avihaih@nvidia.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Tested-by: YangHang Liu <yanghliu@redhat.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
migration/options.c

index 16007afca662bd6b047b854f533c98088ee5a7df..5a9505adf7a874cd00a0c91267bbf63ce5e95f58 100644 (file)
@@ -562,10 +562,6 @@ bool migrate_caps_check(bool *old_caps, bool *new_caps, Error **errp)
                              "'return-path'");
             return false;
         }
-
-        /* Disable this capability until it's implemented */
-        error_setg(errp, "'switchover-ack' is not implemented yet");
-        return false;
     }
 
     return true;