]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Make postcopy listen thread joinable
authorJuraj Marcin <jmarcin@redhat.com>
Mon, 3 Nov 2025 18:32:56 +0000 (19:32 +0100)
committerPeter Xu <peterx@redhat.com>
Mon, 3 Nov 2025 21:04:10 +0000 (16:04 -0500)
commit0680dd185b3265a948e1863cdc52c65f72b994d9
treebadb55d09428e68a8df673a86b6b2229a8ba1f27
parentb1a17a519b20438fb3f8435a2b7fa702f393d075
migration: Make postcopy listen thread joinable

This patch makes the listen thread joinable instead detached, and joins
it alongside other postcopy threads.

Signed-off-by: Juraj Marcin <jmarcin@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Link: https://lore.kernel.org/r/20251103183301.3840862-8-jmarcin@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/postcopy-ram.c