From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkTk7-0004Jo-Pb for qemu-devel@nongnu.org; Fri, 09 Oct 2015 05:13:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkTk4-0003lJ-It for qemu-devel@nongnu.org; Fri, 09 Oct 2015 05:13:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkTk4-0003lD-DQ for qemu-devel@nongnu.org; Fri, 09 Oct 2015 05:13:32 -0400 From: Stefan Hajnoczi Date: Fri, 9 Oct 2015 10:13:22 +0100 Message-Id: <1444382007-20416-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/5] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi The following changes since commit 1d27b91723c252d9a97151dc1959cfd89c5816cb: Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20151007.0' into staging (2015-10-08 16:50:34 +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 b22b254b8b61705517756060bd8e83edd30b9987: sdhci.c: Limit the maximum block size (2015-10-09 09:45:04 +0100) ---------------------------------------------------------------- ---------------------------------------------------------------- Alistair Francis (1): sdhci.c: Limit the maximum block size Kevin O'Connor (1): sdhci: Pass drive parameter to sdhci-pci via qdev property Paolo Bonzini (1): block: switch from g_slice allocator to malloc Pierre Morel (1): virtio dataplane: adapt dataplane for virtio Version 1 Stefan Hajnoczi (1): virtio-blk: use blk_io_plug/unplug for Linux AIO batching block/io.c | 4 +-- block/mirror.c | 4 +-- block/raw-posix.c | 8 ++--- block/raw-win32.c | 4 +-- hw/block/virtio-blk.c | 8 +++-- hw/sd/sd.c | 4 ++- hw/sd/sdhci.c | 42 +++++++++++++++++-------- hw/sd/sdhci.h | 2 ++ hw/virtio/dataplane/vring.c | 62 ++++++++++++++++++++++++++++++------- include/hw/virtio/dataplane/vring.h | 4 ++- 10 files changed, 103 insertions(+), 39 deletions(-) -- 2.4.3