From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK3j7-0006fG-Uy for qemu-devel@nongnu.org; Fri, 05 Oct 2012 04:57:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK3ix-00058v-KX for qemu-devel@nongnu.org; Fri, 05 Oct 2012 04:57:45 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:51815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK3ix-00058K-E6 for qemu-devel@nongnu.org; Fri, 05 Oct 2012 04:57:35 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so1478956pad.4 for ; Fri, 05 Oct 2012 01:57:34 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <506EA0F7.7010002@redhat.com> Date: Fri, 05 Oct 2012 10:57:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1349275025-5093-1-git-send-email-pbonzini@redhat.com> <1349275025-5093-5-git-send-email-pbonzini@redhat.com> <20121004143837.782ef304@doriath.home> In-Reply-To: <20121004143837.782ef304@doriath.home> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/18] qemu-sockets: add nonblocking connect for Unix sockets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: Orit Wasserman , qemu-devel@nongnu.org Il 04/10/2012 19:38, Luiz Capitulino ha scritto: > On Wed, 3 Oct 2012 16:36:51 +0200 > Paolo Bonzini 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. qemu-char always calls inet_connect_opts() and unix_connect_opts() in blocking mode. I wonder if Orit's patches have broken wait=off, need to check. Paolo