Re: [PATCH v3 08/10] migration: Move return path cleanup to main migration thread

2023-08-15 Thread Peter Xu
On Fri, Aug 11, 2023 at 12:08:34PM -0300, Fabiano Rosas wrote: > Now that the return path thread is allowed to finish during a paused > migration, we can move the cleanup of the QEMUFiles to the main > migration thread. > > Signed-off-by: Fabiano Rosas Reviewed-by: Peter Xu -- Peter Xu

[PATCH v3 08/10] migration: Move return path cleanup to main migration thread

2023-08-11 Thread Fabiano Rosas
Now that the return path thread is allowed to finish during a paused migration, we can move the cleanup of the QEMUFiles to the main migration thread. Signed-off-by: Fabiano Rosas --- migration/migration.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/migration/