Re: [PATCH v3 06/10] migration: Consolidate return path closing code

2023-08-15 Thread Peter Xu
On Fri, Aug 11, 2023 at 12:08:32PM -0300, Fabiano Rosas wrote: > We'll start calling the await_return_path_close_on_source() function > from other parts of the code, so move all of the related checks and > tracepoints into it. > > Signed-off-by: Fabiano Rosas Reviewed-by: Peter Xu -- Peter Xu

[PATCH v3 06/10] migration: Consolidate return path closing code

2023-08-11 Thread Fabiano Rosas
We'll start calling the await_return_path_close_on_source() function from other parts of the code, so move all of the related checks and tracepoints into it. Signed-off-by: Fabiano Rosas --- migration/migration.c | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(