From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlDSZ-00083n-6x for qemu-devel@nongnu.org; Fri, 16 May 2014 04:25:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlDSP-0002bn-UC for qemu-devel@nongnu.org; Fri, 16 May 2014 04:25:42 -0400 Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:59994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlDSP-0002bj-Le for qemu-devel@nongnu.org; Fri, 16 May 2014 04:25:33 -0400 Received: by mail-ee0-f52.google.com with SMTP id e53so1284883eek.39 for ; Fri, 16 May 2014 01:25:32 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5375CB79.1010708@redhat.com> Date: Fri, 16 May 2014 10:25:29 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1398685153-15146-1-git-send-email-pbonzini@redhat.com> <20140516073326.GC1941@T430.nay.redhat.com> In-Reply-To: <20140516073326.GC1941@T430.nay.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] scsi: Improve error messages more List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, armbru@redhat.com Il 16/05/2014 09:33, Fam Zheng ha scritto: > On Mon, 04/28 13:39, Paolo Bonzini wrote: >> Remove the "scsi-block:" prefix for error messages as suggested >> by Markus. >> >> Improve the previous patch by making the message the same for both >> scsi-block and scsi-generic, including the strerror() output in both >> and making an explicit reference to SG_IO. Also s/can not/cannot/. >> >> Signed-off-by: Paolo Bonzini > > Paolo, I think there are a small number of scsi-next patches queued now, are > you going to send a PULL request? Yes. Paolo