All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/14] SCSI changes for 2014-06-18
@ 2014-06-18 13:26 Paolo Bonzini
  2014-06-18 13:26 ` [Qemu-devel] [PULL 01/14] block/iscsi: handle BUSY condition Paolo Bonzini
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: Paolo Bonzini @ 2014-06-18 13:26 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-06-18 16:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-18 13:26 [Qemu-devel] [PULL 00/14] SCSI changes for 2014-06-18 Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 01/14] block/iscsi: handle BUSY condition Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 02/14] block/iscsi: fix potential segfault on early callback Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 03/14] block/iscsi: use 16 byte CDBs only when necessary Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 04/14] scsi-disk.c: Fix compilation with -DDEBUG_SCSI Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 05/14] scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 06/14] scsi: Print command name in debug Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 07/14] megasas: use PCI DMA API Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 08/14] util: add return value to qemu_iovec_concat_iov Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 09/14] virtio-scsi: start preparing for any_layout Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 10/14] virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fields Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 11/14] virtio-scsi: add extra argument and return type to qemu_sgl_concat Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 12/14] virtio-scsi: prepare sense data handling for any_layout Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 13/14] virtio-scsi: introduce virtio_scsi_complete_cmd_req Paolo Bonzini
2014-06-18 13:26 ` [Qemu-devel] [PULL 14/14] virtio-scsi: add support for the any_layout feature Paolo Bonzini
2014-06-18 15:30 ` [Qemu-devel] [PULL 00/14] SCSI changes for 2014-06-18 Peter Maydell
2014-06-18 15:47   ` Paolo Bonzini
2014-06-18 15:53     ` Peter Maydell
2014-06-18 15:57       ` Paolo Bonzini
2014-06-18 16:06         ` ronnie sahlberg
2014-06-18 16:07           ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.