qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/55] Block patches


From: Kevin Wolf
Subject: [Qemu-devel] [PULL 00/55] Block patches
Date: Mon, 31 Oct 2011 14:29:35 +0100

The following changes since commit b5a12aa204f842c8010ac9d2e4b115114dbf09f0:

  Merge branch 'rth/vis2' of git://repo.or.cz/qemu/rth (2011-10-27 20:27:07 
+0000)

are available in the git repository at:

  git://repo.or.cz/qemu/kevin.git for-anthony

Dong Xu Wang (1):
      block: fix qcow2_co_flush deadlock

Eric Sunshine (1):
      Teach block/vdi about "discarded" (no longer allocated) blocks

Kevin Wolf (7):
      block: Remove dead code
      block: Fix bdrv_open use after free
      qcow: Fix bdrv_write_compressed error handling
      ide: Fix off-by-one error in array index check
      vmdk: Fix use of uninitialised value
      vmdk: Improve error handling
      vmdk: Fix possible segfaults

Paolo Bonzini (38):
      scsi: pass correct sense code for ENOMEDIUM
      atapi/scsi: unify definitions for MMC
      atapi: move GESN definitions to scsi-defs.h
      atapi: cleanup/fix mode sense results
      scsi: notify the device when unit attention is reported
      scsi-disk: report media changed via unit attention sense codes
      scsi-disk: fix coding style issues (braces)
      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: 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: do not call transfer_data after canceling a request
      scsi-disk: bump SCSIRequest reference count until aio completion runs
      scsi-generic: bump SCSIRequest reference count until aio completion runs
      scsi: push request restart to SCSIDevice
      scsi-disk: add scsi-block for device passthrough

Ronnie Sahlberg (4):
      iSCSI block driver
      Documentation: Add iSCSI section
      Documentation: Describe NBD URL syntax
      Documentation: Add syntax for using sheepdog devices

Stefan Hajnoczi (3):
      qemu-io: delete bs instead of leaking it
      block: set bs->read_only before .bdrv_open()
      block: reinitialize across bdrv_close()/bdrv_open()

Zhi Yong Wu (1):
      qcow2: fix some errors and typo in qcow2.txt

 Makefile.objs        |    1 +
 block.c              |   18 +-
 block/iscsi.c        |  591 ++++++++++++++++++++++++++++++++++++
 block/qcow.c         |   30 ++-
 block/qcow2.c        |    2 +
 block/vdi.c          |   23 +-
 block/vmdk.c         |   30 ++-
 configure            |   31 ++
 docs/specs/qcow2.txt |    6 +-
 hw/acpi_piix4.c      |    4 +-
 hw/esp.c             |   16 +-
 hw/i2c.c             |    2 +-
 hw/ide/atapi.c       |  119 +++-----
 hw/ide/core.c        |    6 +-
 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        |  279 +++++++++++++----
 hw/scsi-defs.h       |   90 ++++++
 hw/scsi-disk.c       |  824 +++++++++++++++++++++++++++++++++++++-------------
 hw/scsi-generic.c    |  201 ++++++-------
 hw/scsi.h            |   39 ++-
 hw/spapr_vio.c       |    6 +-
 hw/spapr_vscsi.c     |   54 +++-
 hw/ssi.c             |    6 +-
 hw/usb-msd.c         |    8 +-
 qemu-io.c            |    5 +-
 qemu-options.hx      |   90 ++++++
 trace-events         |    7 +
 33 files changed, 1979 insertions(+), 650 deletions(-)
 create mode 100644 block/iscsi.c



reply via email to

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