Re: [PATCH v2 04/24] migration: Remove MigrateSetParameters

2025-07-04 Thread Peter Xu
On Mon, Jun 30, 2025 at 04:58:53PM -0300, Fabiano Rosas wrote: > Now that the TLS options have been made the same between > migrate-set-parameters and query-migrate-parameters, a single type can > be used. Remove MigrateSetParameters. > > The TLS options documentation from MigrationParameters were

Re: [PATCH v2 04/24] migration: Remove MigrateSetParameters

2025-07-03 Thread Markus Armbruster
Fabiano Rosas writes: > Markus Armbruster writes: > >> Fabiano Rosas writes: >> >>> Now that the TLS options have been made the same between >>> migrate-set-parameters and query-migrate-parameters, a single type can >>> be used. Remove MigrateSetParameters. >>> >>> The TLS options documentation

Re: [PATCH v2 04/24] migration: Remove MigrateSetParameters

2025-07-03 Thread Fabiano Rosas
Markus Armbruster writes: > Fabiano Rosas writes: > >> Now that the TLS options have been made the same between >> migrate-set-parameters and query-migrate-parameters, a single type can >> be used. Remove MigrateSetParameters. >> >> The TLS options documentation from MigrationParameters were rep

Re: [PATCH v2 04/24] migration: Remove MigrateSetParameters

2025-07-01 Thread Markus Armbruster
Fabiano Rosas writes: > Now that the TLS options have been made the same between > migrate-set-parameters and query-migrate-parameters, a single type can > be used. Remove MigrateSetParameters. > > The TLS options documentation from MigrationParameters were replaced > with the ones from MigrateSe

[PATCH v2 04/24] migration: Remove MigrateSetParameters

2025-06-30 Thread Fabiano Rosas
Now that the TLS options have been made the same between migrate-set-parameters and query-migrate-parameters, a single type can be used. Remove MigrateSetParameters. The TLS options documentation from MigrationParameters were replaced with the ones from MigrateSetParameters which was more complete