From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOLNG-0002HA-Nw for qemu-devel@nongnu.org; Thu, 31 May 2018 07:04:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOLNC-0001Qn-Nr for qemu-devel@nongnu.org; Thu, 31 May 2018 07:04:06 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:51271) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fOLNC-0001QA-GQ for qemu-devel@nongnu.org; Thu, 31 May 2018 07:04:02 -0400 Received: by mail-wm0-f67.google.com with SMTP id r15-v6so25607645wmc.1 for ; Thu, 31 May 2018 04:04:02 -0700 (PDT) Date: Thu, 31 May 2018 13:03:59 +0200 From: Sergio Lopez Message-ID: <20180531110359.3ejv77jwxh5ectti@dritchie> References: <20180531074601.10647-1-slp@redhat.com> <20180531074601.10647-3-slp@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 2/3] chardev: On QIO_CHANNEL_ERR_BROKEN set errno to EPIPE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Cc: "Daniel P. Berrange" , Paolo Bonzini , "Michael S. Tsirkin" , QEMU On Thu, May 31, 2018 at 11:48:25AM +0200, Marc-André Lureau wrote: > On Thu, May 31, 2018 at 9:46 AM, Sergio Lopez wrote: > > This allows callers to identify this potentially unrecoverable error. > > (missing signed-off) Ouch, sorry, will add it in v2. Sergio.