[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 00/14] SCSI changes for 2014-06-18
From: |
Paolo Bonzini |
Subject: |
[Qemu-devel] [PULL 00/14] SCSI changes for 2014-06-18 |
Date: |
Wed, 18 Jun 2014 15:26:40 +0200 |
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
- [Qemu-devel] [PULL 00/14] SCSI changes for 2014-06-18,
Paolo Bonzini <=
- [Qemu-devel] [PULL 01/14] block/iscsi: handle BUSY condition, Paolo Bonzini, 2014/06/18
- [Qemu-devel] [PULL 02/14] block/iscsi: fix potential segfault on early callback, Paolo Bonzini, 2014/06/18
- [Qemu-devel] [PULL 03/14] block/iscsi: use 16 byte CDBs only when necessary, Paolo Bonzini, 2014/06/18
- [Qemu-devel] [PULL 04/14] scsi-disk.c: Fix compilation with -DDEBUG_SCSI, Paolo Bonzini, 2014/06/18
- [Qemu-devel] [PULL 05/14] scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c, Paolo Bonzini, 2014/06/18
- [Qemu-devel] [PULL 06/14] scsi: Print command name in debug, Paolo Bonzini, 2014/06/18
- [Qemu-devel] [PULL 07/14] megasas: use PCI DMA API, Paolo Bonzini, 2014/06/18
- [Qemu-devel] [PULL 08/14] util: add return value to qemu_iovec_concat_iov, Paolo Bonzini, 2014/06/18
- [Qemu-devel] [PULL 09/14] virtio-scsi: start preparing for any_layout, Paolo Bonzini, 2014/06/18
- [Qemu-devel] [PULL 10/14] virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fields, Paolo Bonzini, 2014/06/18