Re: [Qemu-devel] [PATCH 1/2] migration: Allow migrate_fd_connect to take an Error *

2018-01-28 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Allow whatever is performing the connection to pass migrate_fd_connect > an error to indicate there was a problem during connection, an allow > us to clean up. > > The caller must free the error. > > Signed-off-by: Dr. Dav

[Qemu-devel] [PATCH 1/2] migration: Allow migrate_fd_connect to take an Error *

2017-12-15 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Allow whatever is performing the connection to pass migrate_fd_connect an error to indicate there was a problem during connection, an allow us to clean up. The caller must free the error. Signed-off-by: Dr. David Alan Gilbert --- migration/channel.c | 2 +- mi