migration: Enable switchover ack capability

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>
master
Avihai Horon 2023-06-21 14:11:56 +03:00 committed by Cédric Le Goater
parent 1b4adb10f8
commit 538ef4fe2f
1 changed files with 0 additions and 4 deletions

View 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;