From: Avihai Horon <[email protected]> Now that switchover ack logic has been implemented, enable the capability.
Signed-off-by: Avihai Horon <[email protected]> Reviewed-by: Juan Quintela <[email protected]> Reviewed-by: Peter Xu <[email protected]> Tested-by: YangHang Liu <[email protected]> Acked-by: Alex Williamson <[email protected]> Signed-off-by: Cédric Le Goater <[email protected]> --- migration/options.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/migration/options.c b/migration/options.c index 16007afca662..5a9505adf7a8 100644 --- a/migration/options.c +++ b/migration/options.c @@ -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; -- 2.41.0
