mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
migration: clean up server sockets and handlers before invoking process_incoming_migration
A first step towards making a common "suffix" for all migration protocols, and moving it to process_incoming_migration. Reviewed-by: Orit Wasserman <owasserm@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
d263a20bcf
commit
a6ef29096b
4 changed files with 8 additions and 10 deletions
|
@ -87,8 +87,8 @@ static void exec_accept_incoming_migration(void *opaque)
|
|||
{
|
||||
QEMUFile *f = opaque;
|
||||
|
||||
process_incoming_migration(f);
|
||||
qemu_set_fd_handler2(qemu_get_fd(f), NULL, NULL, NULL, NULL);
|
||||
process_incoming_migration(f);
|
||||
qemu_fclose(f);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue