On Fri, Dec 26, 2025 at 06:19:08PM -0300, Fabiano Rosas wrote: > The postcopy_try_recover() call doesn't need to be duplicated, move it > into migration_incoming_process(). > > This removes code from migration_fd_process_incoming() so it can be > removed in the near future. > > (the diff is a bit strange because migration_incoming_process() was > moved after postcopy_try_recover()) > > Signed-off-by: Fabiano Rosas <[email protected]>
Reviewed-by: Peter Xu <[email protected]> -- Peter Xu
