From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X482N-0003k6-NB for qemu-devel@nongnu.org; Mon, 07 Jul 2014 08:28:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X482H-000521-Id for qemu-devel@nongnu.org; Mon, 07 Jul 2014 08:28:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X482H-00051p-99 for qemu-devel@nongnu.org; Mon, 07 Jul 2014 08:28:45 -0400 From: Stefan Hajnoczi Date: Mon, 7 Jul 2014 14:28:27 +0200 Message-Id: <1404736118-10078-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL for-2.1 00/11] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi Bug fixes for QEMU 2.1-rc1. The following changes since commit 9d9de254c2b81b68cd48f2324cc753a570a4cd= d8: MAINTAINERS: seccomp: change email contact for Eduardo Otubo (2014-07-0= 3 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=C3=AEt Canet (1): qemu-iotests: Disable Quorum testing in 041 when Quorum is not buil= tin 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_spac= e_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(-) --=20 1.9.3