mbox

[STABLE,0.14,PULL,00/14] Block patches for stable-0.14

Message ID 1297082796-1369-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/kevin.git for-stable-0.14

Message

Kevin Wolf Feb. 7, 2011, 12:46 p.m. UTC
The following changes since commit fd08f20c23465c82c62187d463dacc6d00f79508:

  do not pass NULL to strdup. (2011-02-04 21:23:05 +0100)

are available in the git repository at:
  git://repo.or.cz/qemu/kevin.git for-stable-0.14

Alexander Graf (5):
      ahci: add license header in ahci.h
      ahci: split ICH and AHCI even more
      ahci: send init d2h fis on fis enable
      ahci: Implement HBA reset
      ahci: make number of ports runtime determined

Kevin Wolf (1):
      qcow2: Really use cache=unsafe for image creation

MORITA Kazutaka (1):
      Documentation: add Sheepdog disk images

Marcelo Tosatti (5):
      block-migration: actually disable dirty tracking on cleanup
      blockdev: add refcount to DriveInfo
      block-migration: add reference to target DriveInfo
      Add flag to indicate external users to block device
      block: enable in_use flag

Sebastian Herbszt (1):
      ahci: split ICH9 from core

Stefan Weil (1):
      block/vdi: Fix wrong size in conditionally used memset, memcmp

 Makefile.objs     |    1 +
 block-migration.c |    9 +-
 block.c           |   13 ++
 block.h           |    2 +
 block/qcow2.c     |    3 +-
 block/vdi.c       |    4 +-
 block_int.h       |    1 +
 blockdev.c        |   22 +++-
 blockdev.h        |    4 +-
 hw/ide/ahci.c     |  485 +++++++----------------------------------------------
 hw/ide/ahci.h     |  333 ++++++++++++++++++++++++++++++++++++
 hw/ide/ich.c      |  148 ++++++++++++++++
 hw/pci-hotplug.c  |    2 +-
 qemu-doc.texi     |   52 ++++++
 14 files changed, 642 insertions(+), 437 deletions(-)
 create mode 100644 hw/ide/ahci.h
 create mode 100644 hw/ide/ich.c