Re: [RFC PATCH 03/13] migration: Run a post update routine after setting parameters

2025-05-15 Thread Peter Xu
On Fri, Apr 11, 2025 at 04:14:33PM -0300, Fabiano Rosas wrote: > Some migration parameters are updated immediately once they are set > via migrate-set-parameters. Move that work outside of > migrate_params_apply() and leave that function with the single > responsibility of setting s->parameters and

[RFC PATCH 03/13] migration: Run a post update routine after setting parameters

2025-04-11 Thread Fabiano Rosas
Some migration parameters are updated immediately once they are set via migrate-set-parameters. Move that work outside of migrate_params_apply() and leave that function with the single responsibility of setting s->parameters and not doing any side-effects. Signed-off-by: Fabiano Rosas --- migrat