qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PULL for-2.1 00/11] Block patches
Date: Mon,  7 Jul 2014 14:28:27 +0200	[thread overview]
Message-ID: <1404736118-10078-1-git-send-email-stefanha@redhat.com> (raw)

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(-)

-- 
1.9.3

             reply	other threads:[~2014-07-07 12:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-07 12:28 Stefan Hajnoczi [this message]
2014-07-07 12:28 ` [Qemu-devel] [PULL for-2.1 01/11] Fix nocow typos in manpage Stefan Hajnoczi
2014-07-07 12:28 ` [Qemu-devel] [PULL for-2.1 02/11] mirror: Fix qiov size for short requests Stefan Hajnoczi
2014-07-07 12:28 ` [Qemu-devel] [PULL for-2.1 03/11] MAINTAINERS: add Stefan Hajnoczi to IDE maintainers Stefan Hajnoczi
2014-07-07 12:28 ` [Qemu-devel] [PULL for-2.1 04/11] ahci.c: mask unused flags when reading size PRDT DBC Stefan Hajnoczi
2014-07-07 12:28 ` [Qemu-devel] [PULL for-2.1 05/11] qemu-iotests: Disable Quorum testing in 041 when Quorum is not builtin Stefan Hajnoczi
2014-07-07 12:28 ` [Qemu-devel] [PULL for-2.1 06/11] raw-posix: Fix raw_getlength() to always return -errno on error Stefan Hajnoczi
2014-07-07 12:28 ` [Qemu-devel] [PULL for-2.1 07/11] ahci: map memory via device's address space instead of address_space_memory Stefan Hajnoczi
2014-07-07 12:28 ` [Qemu-devel] [PULL for-2.1 08/11] block: block: introduce APIs for submitting IO as a batch Stefan Hajnoczi
2014-07-07 12:28 ` [Qemu-devel] [PULL for-2.1 09/11] linux-aio: implement io plug, unplug and flush io queue Stefan Hajnoczi
2014-07-07 12:28 ` [Qemu-devel] [PULL for-2.1 10/11] dataplane: submit I/O as a batch Stefan Hajnoczi
2014-07-07 12:28 ` [Qemu-devel] [PULL for-2.1 11/11] qmp: show QOM properties in device-list-properties Stefan Hajnoczi
2014-07-07 15:29 ` [Qemu-devel] [PULL for-2.1 00/11] Block patches Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1404736118-10078-1-git-send-email-stefanha@redhat.com \
    --to=stefanha@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).