From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvpq1-0000if-KY for qemu-devel@nongnu.org; Fri, 10 Feb 2012 07:44:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rvppu-00065K-Uh for qemu-devel@nongnu.org; Fri, 10 Feb 2012 07:44:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvppu-000653-KO for qemu-devel@nongnu.org; Fri, 10 Feb 2012 07:44:22 -0500 From: Kevin Wolf Date: Fri, 10 Feb 2012 13:47:29 +0100 Message-Id: <1328878064-4907-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 00/15] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit 57c83dacfe179bf061b8fa79d9553ebabe4d2ff4: make: Remove duplicate use of GLIB_CFLAGS (2012-02-09 20:44:38 +0400) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Alexander Graf (2): AHCI: Fix port reset race AHCI: Masking of IRQs actually masks them Charles Arnold (1): vpc: Add support for Fixed Disk type Dong Xu Wang (1): rewrite QEMU_BUILD_BUG_ON Kevin Wolf (3): vpc: Round up image size during fixed image creation qcow2: Update whole header at once qcow2: Keep unknown header extension when rewriting header MORITA Kazutaka (1): sheepdog: fix co_recv coroutine context Ronnie Sahlberg (1): iSCSI: add configuration variables for iSCSI Stefan Hajnoczi (6): cutils: extract buffer_is_zero() from qemu-img.c block: add .bdrv_co_write_zeroes() interface block: perform zero-detection during copy-on-read qed: replace is_write with flags field qed: add .bdrv_co_write_zeroes() support qemu-io: add write -z option for bdrv_co_write_zeroes block.c | 67 +++++++++++-- block.h | 8 ++ block/iscsi.c | 139 +++++++++++++++++++++++++-- block/qcow2.c | 194 ++++++++++++++++++++++++++------------ block/qcow2.h | 9 ++ block/qed.c | 125 +++++++++++++++++++++--- block/qed.h | 7 +- block/sheepdog.c | 3 + block/vpc.c | 282 ++++++++++++++++++++++++++++++++++++----------------- block_int.h | 8 ++ compiler.h | 4 +- cutils.c | 35 +++++++ hw/ide/ahci.c | 7 ++ qemu-common.h | 2 + qemu-config.c | 27 +++++ qemu-doc.texi | 54 ++++++++++- qemu-img.c | 46 ++-------- qemu-io.c | 77 +++++++++++++-- qemu-options.hx | 16 +++- trace-events | 3 +- vl.c | 8 ++ 21 files changed, 881 insertions(+), 240 deletions(-)