Re: [Qemu-devel] [PATCH 04/18] qemu-sockets: add nonblocking connect for Unix sockets

2012-10-05 Thread Paolo Bonzini
Il 04/10/2012 19:38, Luiz Capitulino ha scritto: On Wed, 3 Oct 2012 16:36:51 +0200 Paolo Bonzini pbonz...@redhat.com wrote: This looks like a bug fix, because if is_waitconnect==false unix_connect_opts() shouldn't block. Am I right? It could be a start, but it doesn't fix it yet.

Re: [Qemu-devel] [PATCH 04/18] qemu-sockets: add nonblocking connect for Unix sockets

2012-10-04 Thread Luiz Capitulino
On Wed, 3 Oct 2012 16:36:51 +0200 Paolo Bonzini pbonz...@redhat.com wrote: This looks like a bug fix, because if is_waitconnect==false unix_connect_opts() shouldn't block. Am I right? Somme comments below. Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- qemu-char.c| 2 +-

[Qemu-devel] [PATCH 04/18] qemu-sockets: add nonblocking connect for Unix sockets

2012-10-03 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- qemu-char.c| 2 +- qemu-sockets.c | 78 +- qemu_socket.h | 6 - 3 file modificati, 72 inserzioni(+), 14 rimozioni(-) diff --git a/qemu-char.c b/qemu-char.c index