From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rxbox-00014C-RX for qemu-devel@nongnu.org; Wed, 15 Feb 2012 05:10:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rxbot-000660-2D for qemu-devel@nongnu.org; Wed, 15 Feb 2012 05:10:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rxbos-00065r-QH for qemu-devel@nongnu.org; Wed, 15 Feb 2012 05:10:39 -0500 Message-ID: <4F3B856B.7080805@redhat.com> Date: Wed, 15 Feb 2012 11:14:03 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1328878064-4907-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1328878064-4907-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/15] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: Kevin Wolf , qemu-devel@nongnu.org Am 10.02.2012 13:47, schrieb Kevin Wolf: > 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(-) > Ping? Kevin