Re: [PATCH 00/21] migration: Unify capabilities and parameters

2025-06-11 Thread Mario Casquero
This series has been successfully tested. Boot up two VMs, one in source and the other in destination with -incoming defer. Using the migrate_set_parameter, enable the postcopy-ram, after that check with info migrate_parameters this is correct. (qemu) migrate_set_parameter postcopy-ram on (qemu) i

[PATCH 00/21] migration: Unify capabilities and parameters

2025-06-02 Thread Fabiano Rosas
Hi, Thanks for the reviews in the last round. Your feedback has allowed me to reduce the complexity of the series and the code considerably. Changes in this v2: - Followed the suggestion to unify the TLS strings as StrOrNull. This allows the complete removal of the MigrateSetParameters type.