mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
multifd: Make multifd_load_setup() get an Error parameter
We need to change the full chain to pass the Error parameter. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
00f4b572e6
commit
b673eab4e2
5 changed files with 33 additions and 10 deletions
|
@ -4004,7 +4004,7 @@ static void rdma_accept_incoming_migration(void *opaque)
|
|||
}
|
||||
|
||||
rdma->migration_started_on_destination = 1;
|
||||
migration_fd_process_incoming(f);
|
||||
migration_fd_process_incoming(f, errp);
|
||||
}
|
||||
|
||||
void rdma_start_incoming_migration(const char *host_port, Error **errp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue