Re: [Qemu-devel] [PATCH 22/23] migration: propagate error correctly

2011-10-04 Thread Anthony Liguori
On 09/23/2011 07:57 AM, Juan Quintela wrote: unix and tcp outgoing migration have error values, but didn't returned it. Make them return the error. Notice that EINPROGRESS& EWOULDBLOCK are not considered errors as callwill be retry later. Signed-off-by: Juan Quintela Reviewed-by: Anthony Li

[Qemu-devel] [PATCH 22/23] migration: propagate error correctly

2011-09-23 Thread Juan Quintela
unix and tcp outgoing migration have error values, but didn't returned it. Make them return the error. Notice that EINPROGRESS & EWOULDBLOCK are not considered errors as callwill be retry later. Signed-off-by: Juan Quintela --- migration-tcp.c | 20 +++- migration-unix.c |

[Qemu-devel] [PATCH 22/23] migration: propagate error correctly

2011-09-20 Thread Juan Quintela
unix and tcp outgoing migration have error values, but didn't returned it. Make them return the error. Notice that EINPROGRESS & EWOULDBLOCK are not considered errors as callwill be retry later. Signed-off-by: Juan Quintela --- migration-tcp.c | 20 +++- migration-unix.c |