From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7maz-000468-GN for qemu-devel@nongnu.org; Wed, 24 Jun 2015 11:28:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7mau-0006K8-ML for qemu-devel@nongnu.org; Wed, 24 Jun 2015 11:28:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7mau-0006K4-H0 for qemu-devel@nongnu.org; Wed, 24 Jun 2015 11:28:08 -0400 From: Stefan Hajnoczi Date: Wed, 24 Jun 2015 16:27:51 +0100 Message-Id: <1435159686-14817-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 00/15] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Peter Maydell , Stefan Hajnoczi The following changes since commit a3206972a9eab65ec8e8f9ae320ad628ba4b58f1: Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-22' into staging (2015-06-23 10:38:00 +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 12048545019cd1d64c8147ea9277648e685fa489: virito-blk: drop duplicate check (2015-06-24 16:16:04 +0100) ---------------------------------------------------------------- ---------------------------------------------------------------- Alberto Garcia (1): throttle: Check current timers before updating any_timer_armed[] Alexander Yarygin (3): block: Let bdrv_drain_all() to call aio_poll() for each AioContext block-backend: Introduce blk_drain() virtio-blk: Use blk_drain() to drain IO requests Dimitris Aragiorgis (5): block: Use bdrv_is_sg() everywhere Fix migration in case of scsi-generic raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT raw-posix: Use DPRINTF for DEBUG_FLOPPY raw-posix: Introduce hdev_is_sg() Gonglei (1): virito-blk: drop duplicate check Lu Lina (1): nvme: Fix memleak in nvme_dma_read_prp Stefan Hajnoczi (1): qemu-iotests: fix 051.out after qdev error message change Wen Congyang (2): util/hbitmap: Add an API to reset all set bits in hbitmap iov: don't touch iov in iov_send_recv() Wolfgang Bumiller (1): vvfat: add a label option block.c | 8 ++-- block/block-backend.c | 5 +++ block/io.c | 45 +++++++++++++-------- block/iscsi.c | 4 -- block/raw-posix.c | 91 ++++++++++++++++++++++++------------------ block/throttle-groups.c | 9 ++++- block/vvfat.c | 25 ++++++++++-- hw/block/nvme.c | 1 + hw/block/virtio-blk.c | 18 +++++---- include/qemu/hbitmap.h | 8 ++++ include/qemu/iov.h | 2 +- include/sysemu/block-backend.h | 1 + qapi/block-core.json | 6 ++- tests/qemu-iotests/051.out | 8 ---- tests/test-hbitmap.c | 38 ++++++++++++++++++ util/hbitmap.c | 13 ++++++ util/iov.c | 14 ++++++- 17 files changed, 210 insertions(+), 86 deletions(-) -- 2.4.3