]> git.proxmox.com Git - mirror_qemu.git/commit
migration/socket: Close the listener at the end
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 21 Apr 2021 11:28:33 +0000 (12:28 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 8 Jun 2021 18:36:19 +0000 (19:36 +0100)
commita59136f3b126cfbcaa13a44fbdaf8df6e3d1885f
treec13beef1dc33b19dae919442cf6d3cd600384611
parent1df6ddb43b48eacf5e1c7f63f48b507716150e6f
migration/socket: Close the listener at the end

Delay closing the listener until the cleanup hook at the end; mptcp
needs the listener to stay open while the other paths come in.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210421112834.107651-5-dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/multifd.c
migration/socket.c