mbox

[PULL,for-2.1,00/11] Block patches

Message ID 1404736118-10078-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git tags/block-pull-request

Message

Stefan Hajnoczi July 7, 2014, 12:28 p.m. UTC
Bug fixes for QEMU 2.1-rc1.

The following changes since commit 9d9de254c2b81b68cd48f2324cc753a570a4cdd8:

  MAINTAINERS: seccomp: change email contact for Eduardo Otubo (2014-07-03 12:36:15 +0100)

are available in the git repository at:

  git://github.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to f4eb32b590bf58c1c67570775eb78beb09964fad:

  qmp: show QOM properties in device-list-properties (2014-07-07 11:10:05 +0200)

----------------------------------------------------------------
Block pull request

----------------------------------------------------------------
BenoƮt Canet (1):
      qemu-iotests: Disable Quorum testing in 041 when Quorum is not builtin

Chunyan Liu (1):
      Fix nocow typos in manpage

Kevin Wolf (1):
      mirror: Fix qiov size for short requests

Le Tan (1):
      ahci: map memory via device's address space instead of address_space_memory

Markus Armbruster (1):
      raw-posix: Fix raw_getlength() to always return -errno on error

Ming Lei (3):
      block: block: introduce APIs for submitting IO as a batch
      linux-aio: implement io plug, unplug and flush io queue
      dataplane: submit I/O as a batch

Reza Jelveh (1):
      ahci.c: mask unused flags when reading size PRDT DBC

Stefan Hajnoczi (2):
      MAINTAINERS: add Stefan Hajnoczi to IDE maintainers
      qmp: show QOM properties in device-list-properties

 MAINTAINERS                     |  1 +
 block.c                         | 31 +++++++++++++
 block/linux-aio.c               | 96 ++++++++++++++++++++++++++++++++++++++-
 block/mirror.c                  |  4 +-
 block/raw-aio.h                 |  2 +
 block/raw-posix.c               | 73 +++++++++++++++++++++++++++---
 hw/block/dataplane/virtio-blk.c |  2 +
 hw/ide/ahci.c                   | 32 +++++++------
 hw/ide/ahci.h                   |  2 +
 include/block/block.h           |  4 ++
 include/block/block_int.h       |  5 +++
 qemu-doc.texi                   |  4 +-
 qemu-img.texi                   |  4 +-
 qmp.c                           | 99 +++++++++++++++++++++++++++++++----------
 tests/qemu-iotests/041          | 46 ++++++++++++++++++-
 tests/qemu-iotests/041.out      |  4 +-
 16 files changed, 356 insertions(+), 53 deletions(-)

Comments

Peter Maydell July 7, 2014, 3:29 p.m. UTC | #1
On 7 July 2014 13:28, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> Bug fixes for QEMU 2.1-rc1.
>
> The following changes since commit 9d9de254c2b81b68cd48f2324cc753a570a4cdd8:
>
>   MAINTAINERS: seccomp: change email contact for Eduardo Otubo (2014-07-03 12:36:15 +0100)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to f4eb32b590bf58c1c67570775eb78beb09964fad:
>
>   qmp: show QOM properties in device-list-properties (2014-07-07 11:10:05 +0200)
>
> ----------------------------------------------------------------
> Block pull request
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM