]> git.proxmox.com Git - mirror_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)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 27 Sep 2023 17:58:02 +0000 (13:58 -0400)
commit36e9aab3c569d4c9ad780473596e18479838d1aa
treeb5f9b3a6d0d4c2acab9b73fc6cdcd66aba14d156
parentef796ee93b313ed2f0b427ef30320417387d2ad5
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>
migration/migration.c