From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGeXd-0003go-T5 for qemu-devel@nongnu.org; Tue, 25 Sep 2012 19:27:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGeXd-0001NE-0B for qemu-devel@nongnu.org; Tue, 25 Sep 2012 19:27:49 -0400 Received: from e3.ny.us.ibm.com ([32.97.182.143]:44919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGeXc-0001NA-RK for qemu-devel@nongnu.org; Tue, 25 Sep 2012 19:27:48 -0400 Received: from /spool/local by e3.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 25 Sep 2012 19:27:48 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8PNRkHQ36307160 for ; Tue, 25 Sep 2012 19:27:46 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8PNRjDt013098 for ; Tue, 25 Sep 2012 20:27:45 -0300 From: Anthony Liguori In-Reply-To: <1348239169-25040-1-git-send-email-pbonzini@redhat.com> References: <1348239169-25040-1-git-send-email-pbonzini@redhat.com> Date: Tue, 25 Sep 2012 18:27:41 -0500 Message-ID: <878vbxsmxe.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 0/7] SCSI patches for 2012-09-21 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Paolo Bonzini writes: > Anthony, > > The following changes since commit c26032b2c91721245bfec542d94f37a0238e986e: > > target-xtensa: don't emit extra tcg_gen_goto_tb (2012-09-21 03:07:27 +0400) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git scsi-next > > for you to fetch changes up to 1109c894052751df99962c009fd7dbae397721f5: > > SCSI: Standard INQUIRY data should report HiSup flag as set. (2012-09-21 16:17:49 +0200) > Pulled. Thanks. Regards, Anthony Liguori > Boring stuff, only cleanups and bugfixes, except for patch 1. > > ---------------------------------------------------------------- > Paolo Bonzini (4): > scsi-disk: introduce check_lba_range > scsi-disk: fix check for out-of-range LBA > scsi: introduce scsi_cdb_length and scsi_data_cdb_length > scsi-disk: use scsi_data_cdb_length > > Ronnie Sahlberg (3): > iSCSI: We need to support SG_IO also from iscsi_ioctl() > iSCSI: We dont need to explicitely call qemu_notify_event() any more > SCSI: Standard INQUIRY data should report HiSup flag as set. > > block/iscsi.c | 23 +++++++++++++++++------ > hw/scsi-bus.c | 23 ++++++++++++++++++----- > hw/scsi-disk.c | 44 ++++++++++++++++++++++++++------------------ > hw/scsi.h | 2 ++ > 4 file modificati, 63 inserzioni(+), 29 rimozioni(-) > -- > 1.7.12