Re: [Qemu-devel] [PATCH 08/25] migration (outgoing): add error propagation for all protocols

2012-10-17 Thread Markus Armbruster
Paolo Bonzini writes: > Il 17/10/2012 16:43, Markus Armbruster ha scritto: >>> > Error propagation is already there for socket backends, even though >>> > it is (and remains) incomplete because no Error is passed to the >>> > NonBlockingConnectHandler. >> Why is that a problem? > > It means that

Re: [Qemu-devel] [PATCH 08/25] migration (outgoing): add error propagation for all protocols

2012-10-17 Thread Paolo Bonzini
Il 17/10/2012 16:43, Markus Armbruster ha scritto: >> > Error propagation is already there for socket backends, even though >> > it is (and remains) incomplete because no Error is passed to the >> > NonBlockingConnectHandler. > Why is that a problem? It means that the exact error message still can

Re: [Qemu-devel] [PATCH 08/25] migration (outgoing): add error propagation for all protocols

2012-10-17 Thread Markus Armbruster
Paolo Bonzini writes: > Error propagation is already there for socket backends, even though > it is (and remains) incomplete because no Error is passed to the > NonBlockingConnectHandler. Why is that a problem? > Add it to other protocols, simplifying > code that tes

[Qemu-devel] [PATCH 08/25] migration (outgoing): add error propagation for all protocols

2012-10-10 Thread Paolo Bonzini
Error propagation is already there for socket backends, even though it is (and remains) incomplete because no Error is passed to the NonBlockingConnectHandler. Add it to other protocols, simplifying code that tests for errors that will never happen. With all protocols understanding Error, the cod