From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjyKO-0005s6-LU for qemu-devel@nongnu.org; Tue, 04 Jun 2013 16:59:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjyKN-0000h4-TQ for qemu-devel@nongnu.org; Tue, 04 Jun 2013 16:59:36 -0400 Date: Tue, 4 Jun 2013 16:59:34 -0400 (EDT) From: Alon Levy Message-ID: <1906731494.14304293.1370379574347.JavaMail.root@redhat.com> In-Reply-To: <51AE5249.3060401@redhat.com> References: <1370377419-31788-1-git-send-email-alevy@redhat.com> <1370377419-31788-2-git-send-email-alevy@redhat.com> <51AE5249.3060401@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: Paolo Bonzini 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. This was purely to satisfy coverity, but I thought we would want to check fcntl return status? also, shouldn't we be looping if EINTR? > > Paolo > >