From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujy8Z-0000AH-1D for qemu-devel@nongnu.org; Tue, 04 Jun 2013 16:47:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ujy8W-0004p1-Ce for qemu-devel@nongnu.org; Tue, 04 Jun 2013 16:47:22 -0400 Sender: Paolo Bonzini Message-ID: <51AE5249.3060401@redhat.com> Date: Tue, 04 Jun 2013 22:47:05 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1370377419-31788-1-git-send-email-alevy@redhat.com> <1370377419-31788-2-git-send-email-alevy@redhat.com> In-Reply-To: <1370377419-31788-2-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/5] use qemu_pipe_non_block List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org Il 04/06/2013 22:23, Alon Levy ha scritto: > This fixes six instances of unchecked fcntl return status, spotted by > Coverity. I think we're just assuming that they cannot fail... I don't think we need the previous patch and this one, unless they help porting stuff to Windows. Paolo