qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/35] SCSI uber-patch


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 00/35] SCSI uber-patch
Date: Thu, 13 Oct 2011 13:03:30 +0200

Kevin,

the following changes since commit 77d5aa8ade3aac7ee3cec0ab05fb538055e01a48:

  block: split out bdrv_co_do_readv() and bdrv_co_do_writev() (2011-10-12 
14:42:11 +0200)

are available in the git repository at:
  git://github.com/bonzini/qemu.git scsi-for-kevin

Patches 1-12 have been sent before as part of the "scsi-disk: Add DVD-ROM
support and media change + atapi: nitpicking" series (Sep 20 2011).  I
tested them with various versions of client operating systems, mostly
RHEL6 and Fedora 16.

Patches 13-18 have been sent before as part of the "introduce SCSI
channel/target/LUN addressing" series (Sep 30 2011).  I tested them
mostly with the pSeries machine.

Patches 19-22 have been sent before as part of the "scsi: miscellaneous
fixes" series (Oct 7 2011), and are rebased here.

Patches 23-35 have been sent yesterday as part of the "scsi: add
specialized block device passthrough", but are slightly different here
to support passthrough of 4k-sector disks, and to improve the behavior
of CD-ROM passthrough (both scsi-block and scsi-generic) when no disk
is present in the physical drive.

Paolo Bonzini (35):
      scsi: pass correct sense code for ENOMEDIUM
      atapi/scsi: unify definitions for MMC
      atapi: move GESN definitions to scsi-defs.h
      atapi: fill in AUDIO_CTL page correctly
      scsi: notify the device when unit attention is reported
      scsi-disk: report media changed via unit attention sense codes
      scsi-disk: add stubs for more MMC commands
      scsi-disk: store valid mode pages in a table
      atapi/scsi-disk: make mode page values coherent between the two
      scsi-disk: support DVD profile in GET CONFIGURATION
      scsi-disk: support READ DVD STRUCTURE
      scsi-disk: report media changed via GET EVENT STATUS NOTIFICATION
      scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
      qdev: switch children device list to QTAILQ
      scsi: remove devs array from SCSIBus
      scsi: implement REPORT LUNS for arbitrary LUNs
      scsi: allow arbitrary LUNs
      scsi: add channel to addressing
      scsi-disk: fail READ CAPACITY if LBA != 0 but PMI == 0
      scsi-disk: do not complete requests twice
      scsi-disk: bump SCSIRequest reference count until aio completion runs
      scsi-disk: fix retrying a flush
      scsi-generic: drop SCSIGenericState
      scsi-generic: remove scsi_req_fixup
      scsi-generic: check ioctl statuses when SG_IO succeeds
      scsi-generic: look at host status
      scsi-generic: snoop READ CAPACITY commands to get block size
      scsi-disk: do not duplicate BlockDriverState member
      scsi-disk: remove cluster_size
      scsi-disk: small clean up to INQUIRY
      scsi: move max_lba to SCSIDevice
      scsi: make reqops const
      scsi: export scsi_generic_reqops
      scsi: pass cdb to alloc_req
      scsi-disk: add scsi-block for device passthrough

 hw/acpi_piix4.c      |    4 +-
 hw/esp.c             |   13 +-
 hw/i2c.c             |    2 +-
 hw/ide/atapi.c       |  109 +++-----
 hw/ide/core.c        |    4 +-
 hw/ide/internal.h    |   71 +------
 hw/ide/macio.c       |    2 +-
 hw/intel-hda.c       |    6 +-
 hw/lsi53c895a.c      |   30 +--
 hw/qdev.c            |   24 +-
 hw/qdev.h            |    4 +-
 hw/s390-virtio-bus.c |    4 +-
 hw/scsi-bus.c        |  204 +++++++++++-----
 hw/scsi-defs.h       |   90 +++++++
 hw/scsi-disk.c       |  674 ++++++++++++++++++++++++++++++++++++++++----------
 hw/scsi-generic.c    |  168 +++++--------
 hw/scsi.h            |   33 ++-
 hw/spapr_vio.c       |    6 +-
 hw/spapr_vscsi.c     |   54 +++-
 hw/ssi.c             |    6 +-
 hw/usb-msd.c         |    8 +-
 21 files changed, 997 insertions(+), 519 deletions(-)
-- 
1.7.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]