]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Move return path cleanup to main migration thread
authorFabiano Rosas <farosas@suse.de>
Mon, 18 Sep 2023 17:28:22 +0000 (14:28 -0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 2 Oct 2023 23:00:54 +0000 (02:00 +0300)
commit4ade907b3026990e58b221fa931762812e21362a
tree2987306f4d1176c1caad4f75022567c707452c44
parentdec7785fabc31f4fd7c6906dc5bbf509ff85da55
migration: Move return path cleanup to main migration thread

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.

Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-ID: <20230918172822.19052-9-farosas@suse.de>
(cherry picked from commit 36e9aab3c569d4c9ad780473596e18479838d1aa)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
migration/migration.c