From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRn0W-00057p-IB for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRn0U-0005NM-FX for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:24 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:59265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRn0U-0005N2-BK for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:22 -0400 Received: by yhoo21 with SMTP id o21so2774253yho.4 for ; Tue, 08 May 2012 09:11:21 -0700 (PDT) Message-ID: <4FA945A6.1010006@codemonkey.ws> Date: Tue, 08 May 2012 11:11:18 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1336121154-26517-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1336121154-26517-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/14] SCSI changes for 1.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 05/04/2012 03:45 AM, Paolo Bonzini wrote: > Anthony, > > the following changes since commit f05ae5379e40f81a6c8526d891693af8bf6e62da: > > Bail out if CONFIG_TCG_PASS_AREG0 is defined (2012-05-03 15:48:49 +0400) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git scsi-next > > for you to fetch changes up to 537b10a444015fb6b01150f2ec7425a61472c621: > > scsi: Add assertion for use-after-free errors (2012-05-04 10:29:31 +0200) > > With the patches, scsi-testsuite passes. Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > Paolo Bonzini (11): > scsi: prevent data transfer overflow > scsi: fix refcounting for reads > scsi: fix WRITE SAME transfer length and direction > scsi: change "removable" field to host many features > scsi-disk: add dpofua property > scsi: do not report bogus overruns for commands in the 0x00-0x1F range > scsi: parse 16-byte tape CDBs > scsi: do not require a minimum allocation length for INQUIRY > scsi: do not require a minimum allocation length for REQUEST SENSE > scsi: set VALID bit to 0 in fixed format sense data > scsi: remove useless debug messages > > Ronnie Sahlberg (2): > ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNs > scsi: Specify the xfer direction for UNMAP and ATA_PASSTHROUGH commands > > Stefan Weil (1): > scsi: Add assertion for use-after-free errors > > block/iscsi.c | 86 ++++++++++++++++++++++++++++++++++++++++-------- > configure | 5 ++- > hw/scsi-bus.c | 100 ++++++++++++++++++++++++++++++++++---------------------- > hw/scsi-defs.h | 1 + > hw/scsi-disk.c | 66 ++++++++++++++++++------------------- > 5 files changed, 171 insertions(+), 87 deletions(-)