From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V06DU-0003Wf-S7 for qemu-devel@nongnu.org; Fri, 19 Jul 2013 04:39:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V06DR-0006wX-US for qemu-devel@nongnu.org; Fri, 19 Jul 2013 04:39:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V06DR-0006wJ-KH for qemu-devel@nongnu.org; Fri, 19 Jul 2013 04:39:05 -0400 From: Stefan Hajnoczi Date: Fri, 19 Jul 2013 16:38:41 +0800 Message-Id: <1374223132-29107-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL for-1.6 00/11] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The following changes since commit 24943978cbe79634a9a8b02a20efb25b29b3ab49: boot-order-test: Add tests for Sun4u (2013-07-18 13:27:47 -0500) are available in the git repository at: git://github.com/stefanha/qemu.git block for you to fetch changes up to a23fdf355969d331f60593fa5b857d43aec25aac: block/raw: add .bdrv_get_info (2013-07-19 15:27:37 +0800) ---------------------------------------------------------------- Bharata B Rao (2): gluster: Use pkg-config to configure GlusterFS block driver gluster: Add discard support for GlusterFS block driver. Fam Zheng (1): block: fix vvfat error path for enable_write_target Kevin Wolf (1): cpus: Let vm_stop[_force_state]() always flush block devices Liu Ping Fan (1): QEMUBH: make AioContext's bh re-entrant Peter Lieven (5): block: add bdrv_write_zeroes() block/raw: add bdrv_co_write_zeroes block-migration: efficiently encode zero blocks block: fix bdrv_read_unthrottled() block/raw: add .bdrv_get_info Stefan Hajnoczi (1): dataplane: sync virtio.c and vring.c virtqueue state async.c | 33 +++++++++++++++++++++++++-- block-migration.c | 32 +++++++++++++++++++++----- block.c | 29 ++++++++++++++++-------- block/gluster.c | 45 +++++++++++++++++++++++++++++++++++++ block/raw.c | 14 ++++++++++++ block/vvfat.c | 25 ++++++++++++--------- configure | 25 ++++++++++++--------- cpus.c | 9 +++++--- hw/block/dataplane/virtio-blk.c | 2 +- hw/virtio/dataplane/vring.c | 8 ++++--- include/block/aio.h | 7 ++++++ include/block/block.h | 2 ++ include/hw/virtio/dataplane/vring.h | 2 +- include/migration/migration.h | 1 + migration.c | 9 ++++++++ qapi-schema.json | 8 ++++++- 16 files changed, 203 insertions(+), 48 deletions(-) -- 1.8.1.4