From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxBpG-0004pa-00 for qemu-devel@nongnu.org; Fri, 03 Aug 2012 02:57:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxBpF-00050z-3w for qemu-devel@nongnu.org; Fri, 03 Aug 2012 02:57:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:37477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxBpE-00050t-TI for qemu-devel@nongnu.org; Fri, 03 Aug 2012 02:57:33 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SxBpD-0004bO-OD for qemu-devel@nongnu.org; Fri, 03 Aug 2012 08:57:31 +0200 Received: from 93-34-169-1.ip50.fastwebnet.it ([93.34.169.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Aug 2012 08:57:31 +0200 Received: from pbonzini by 93-34-169-1.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Aug 2012 08:57:31 +0200 From: Paolo Bonzini Date: Fri, 03 Aug 2012 08:57:21 +0200 Message-ID: References: <1343966539-955-1-git-send-email-mc@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit In-Reply-To: <1343966539-955-1-git-send-email-mc@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH] add support for ATA_PASSTHROUGH_xx scsi command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Il 03/08/2012 06:02, Cong Meng ha scritto: > Correct the command names of opcode 0x85 and 0xa1, and calculate > their xfer size from CDB. > > ChangeLog: > v2: For opcode 0xa1 on TYPE_ROM device, do not calc the xfer size > v3: Complete xfer calculation of all situations > > Signed-off-by: Cong Meng Thanks, applied to block branch. Paolo