On Mon, Jun 30, 2025 at 04:59:08PM -0300, Fabiano Rosas wrote: > Each migration parameters has a default value, store them for later > use in resetting s->parameters. Values overridden via the command line > with the debugging option -global migration.<param> will be included. > > Make the structure const and change the appropriate signatures to make > sure its values are not changed by accident. Some functions take two > MigrationParameters pointers and it's easy to confuse them. > > Signed-off-by: Fabiano Rosas <[email protected]>
Reviewed-by: Peter Xu <[email protected]> -- Peter Xu
