diff options
| author | Avihai Horon <avihaih@nvidia.com> | 2023-06-21 14:11:56 +0300 |
|---|---|---|
| committer | Cédric Le Goater <clg@redhat.com> | 2023-06-30 06:02:51 +0200 |
| commit | 538ef4fe2f724f230834b72898138618637761f1 (patch) | |
| tree | 2fd2a9d03de465ddd5ebf195af09eacc39a86d24 /migration/options.c | |
| parent | 1b4adb10f89802e41f730b3d2b5d85a551c6bce5 (diff) | |
| download | focaccia-qemu-538ef4fe2f724f230834b72898138618637761f1.tar.gz focaccia-qemu-538ef4fe2f724f230834b72898138618637761f1.zip | |
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>
Diffstat (limited to 'migration/options.c')
| -rw-r--r-- | migration/options.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/migration/options.c b/migration/options.c index 16007afca6..5a9505adf7 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; |