From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxBsw-0006Ax-RV for qemu-devel@nongnu.org; Fri, 03 Aug 2012 03:01:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxBsw-0006E8-1m for qemu-devel@nongnu.org; Fri, 03 Aug 2012 03:01:22 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:47389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxBsv-0006Dx-OJ for qemu-devel@nongnu.org; Fri, 03 Aug 2012 03:01:21 -0400 Received: by wibhm2 with SMTP id hm2so111366wib.4 for ; Fri, 03 Aug 2012 00:01:21 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <501B773E.80205@redhat.com> Date: Fri, 03 Aug 2012 09:01:18 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1343966539-955-1-git-send-email-mc@linux.vnet.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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: Cong Meng Cc: qemu-devel@nongnu.org Il 03/08/2012 08:57, Paolo Bonzini ha scritto: > 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. Ehm, scsi-next.