On Mon, Jun 30, 2025 at 04:59:00PM -0300, Fabiano Rosas wrote: > QAPI_CLONE_MEMBERS is a better option than copying parameters one by > one because it operates on the entire struct and follows pointers. It > also avoids the need to alter this function every time a new parameter > is added. > > For this to work, the has_* fields of s->parameters need to be already > set beforehand, so move migrate_mark_all_params_present() to the init > routine. > > Signed-off-by: Fabiano Rosas <faro...@suse.de>
Reviewed-by: Peter Xu <pet...@redhat.com> -- Peter Xu