From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcfNv-0006BS-6m for qemu-devel@nongnu.org; Mon, 19 Dec 2011 10:44:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcfNo-0003ir-R7 for qemu-devel@nongnu.org; Mon, 19 Dec 2011 10:44:15 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:41525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcfNo-0003ih-Nz for qemu-devel@nongnu.org; Mon, 19 Dec 2011 10:44:08 -0500 Received: by iagj37 with SMTP id j37so9870938iag.4 for ; Mon, 19 Dec 2011 07:44:07 -0800 (PST) Message-ID: <4EEF5BC1.2030208@codemonkey.ws> Date: Mon, 19 Dec 2011 09:44:01 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1323958169-8333-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1323958169-8333-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/14] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 12/15/2011 08:09 AM, Kevin Wolf wrote: > The following changes since commit 222f23f508a8d778f56eddef14752dfd26d225b4: > > tcg/arm: remove fixed map code buffer restriction (2011-12-14 21:58:18 +0100) > > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-anthony Pulled. Thanks. Regards, Anthony Liguori > > Avi Kivity (1): > coroutine: switch per-thread free pool to a global pool > > Josh Durgin (1): > rbd: always set out parameter in qemu_rbd_snap_list > > Kevin Wolf (3): > qemu-img rebase: Fix for undersized backing files > Documentation: Add qemu-img -t parameter in man page > qcow2: Allow>4 GB VM state > > Li Zhi Hui (2): > block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_close > block/cow: Return real error code > > Paolo Bonzini (7): > block: bdrv_aio_* do not return NULL > block: simplify failure handling for bdrv_aio_multiwrite > block: qemu_aio_get does not return NULL > dma: the passed io_func does not return NULL > block: dma_bdrv_* does not return NULL > block: avoid useless checks on acb->bh > qiov: prevent double free or use-after-free > > block-migration.c | 13 --------- > block.c | 56 +++------------------------------------- > block.h | 2 +- > block/blkverify.c | 24 ++++++----------- > block/cow.c | 44 +++++++++++++++++++++----------- > block/curl.c | 4 --- > block/qcow2-snapshot.c | 34 +++++++++++++++++++++++- > block/qcow2.c | 1 + > block/qcow2.h | 2 +- > block/qed-table.c | 22 +++++----------- > block/qed.c | 60 +++++++++++-------------------------------- > block/rbd.c | 6 +--- > block/vdi.c | 66 +++++++++++++---------------------------------- > coroutine-ucontext.c | 30 +++++++++++---------- > cutils.c | 3 ++ > dma-helpers.c | 4 +-- > docs/specs/qcow2.txt | 8 +++++- > hw/ide/atapi.c | 8 +----- > hw/ide/core.c | 13 +-------- > hw/ide/macio.c | 11 +------- > hw/scsi-disk.c | 9 ------ > hw/scsi-generic.c | 4 --- > hw/virtio-blk.c | 19 +++----------- > linux-aio.c | 2 - > posix-aio-compat.c | 4 --- > qemu-img-cmds.hx | 6 ++-- > qemu-img.c | 42 ++++++++++++++++++++++++------ > qemu-img.texi | 10 +++++-- > qemu-io.c | 39 ++++++---------------------- > savevm.c | 2 +- > trace-events | 2 - > 31 files changed, 205 insertions(+), 345 deletions(-) > >