From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxFtP-0002Hp-D6 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 09:27:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxFtJ-000207-WF for qemu-devel@nongnu.org; Wed, 18 Jun 2014 09:27:11 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:63061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxFtJ-0001zt-Oj for qemu-devel@nongnu.org; Wed, 18 Jun 2014 09:27:05 -0400 Received: by mail-wg0-f43.google.com with SMTP id b13so830469wgh.2 for ; Wed, 18 Jun 2014 06:27:04 -0700 (PDT) Received: from yakj.station (net-37-117-140-88.cust.vodafonedsl.it. [37.117.140.88]) by mx.google.com with ESMTPSA id l5sm3853238wif.22.2014.06.18.06.27.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jun 2014 06:27:03 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 18 Jun 2014 15:26:40 +0200 Message-Id: <1403098014-1522-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 00/14] SCSI changes for 2014-06-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit af44da87e926ff64260b95f4350d338c4fc113ca: Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2014-06-16 18:26:21 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git scsi-next for you to fetch changes up to 3eff1f46f08a360a4ae9f834ce9fef4c45bf6f0f: virtio-scsi: add support for the any_layout feature (2014-06-18 08:47:11 +0200) ---------------------------------------------------------------- Alexey Kardashevskiy (1): scsi: Print command name in debug Paolo Bonzini (8): megasas: use PCI DMA API util: add return value to qemu_iovec_concat_iov virtio-scsi: start preparing for any_layout virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fields virtio-scsi: add extra argument and return type to qemu_sgl_concat virtio-scsi: prepare sense data handling for any_layout virtio-scsi: introduce virtio_scsi_complete_cmd_req virtio-scsi: add support for the any_layout feature Paul Janzen (1): scsi-disk.c: Fix compilation with -DDEBUG_SCSI Peter Lieven (3): block/iscsi: handle BUSY condition block/iscsi: fix potential segfault on early callback block/iscsi: use 16 byte CDBs only when necessary Ulrich Obergfell (1): scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c block/iscsi.c | 118 +++++++++++---- hw/scsi/megasas.c | 16 +- hw/scsi/scsi-bus.c | 4 +- hw/scsi/scsi-disk.c | 7 +- hw/scsi/spapr_vscsi.c | 5 +- hw/scsi/virtio-scsi.c | 314 ++++++++++++++++++++++++---------------- include/block/scsi.h | 2 + include/hw/i386/pc.h | 4 + include/hw/virtio/virtio-scsi.h | 4 +- include/qemu-common.h | 6 +- util/iov.c | 10 +- 11 files changed, 311 insertions(+), 179 deletions(-) -- 1.8.3.1