From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Koara-0004vd-V6 for qemu-devel@nongnu.org; Sat, 11 Oct 2008 05:34:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KoarZ-0004v8-Ak for qemu-devel@nongnu.org; Sat, 11 Oct 2008 05:34:18 -0400 Received: from [199.232.76.173] (port=53688 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoarZ-0004v4-5d for qemu-devel@nongnu.org; Sat, 11 Oct 2008 05:34:17 -0400 Received: from wf-out-1314.google.com ([209.85.200.172]:5531) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KoarY-0005kv-Ua for qemu-devel@nongnu.org; Sat, 11 Oct 2008 05:34:17 -0400 Received: by wf-out-1314.google.com with SMTP id 27so911430wfd.4 for ; Sat, 11 Oct 2008 02:34:15 -0700 (PDT) Message-ID: Date: Sat, 11 Oct 2008 12:34:15 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH] [v2] scsi-disk: correct SCSI error reporting In-Reply-To: <1223570090.4143.22.camel@frecb07144> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1223570090.4143.22.camel@frecb07144> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 10/9/08, Laurent Vivier wrote: > Hi, > > scsi-disk.c seems to not report to SCSI controller (through completion() > routine) the good error value. Thanks, applied as r5455.