From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51626 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OI2jh-0008Rq-U2 for qemu-devel@nongnu.org; Fri, 28 May 2010 12:48:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OI2jg-00007F-Lx for qemu-devel@nongnu.org; Fri, 28 May 2010 12:48:41 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:39145) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OI2jg-000074-I6 for qemu-devel@nongnu.org; Fri, 28 May 2010 12:48:40 -0400 Received: by vws18 with SMTP id 18so673850vws.4 for ; Fri, 28 May 2010 09:48:39 -0700 (PDT) Message-ID: <4BFFF3E2.7010104@codemonkey.ws> Date: Fri, 28 May 2010 11:48:34 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1275065173-24045-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1275065173-24045-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PULL 00/14] Block patches List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 05/28/2010 11:45 AM, Kevin Wolf wrote: > Hi Anthony, > > this includes again some patches that should be applied to stable-0.12, too: > > 86fa8da qcow2: Fix corruption after error in update_refcount > 25408c0 qcow2: Fix corruption after refblock allocation > cbf1dff block: Fix multiwrite with overlapping requests > 175e115 qcow2: Fix error handling in l2_allocate > 1b7c801 qcow2: Clear L2 table cache after write error > Can you do a separate pull request for stable? Thanks. Regards, Anthony Liguori > Kevin > > > The following changes since commit 29f91781bd300b228d9c38b9f6c1e0b6a38f25fb: > Jes Sorensen (1): > vhost_net.c: v2 Fix build failure introduced by 0bfcd599e3f5c5679cc7d0165a0a1822e2f60de2 > > are available in the git repository at: > > git://repo.or.cz/qemu/kevin.git for-anthony > > Gerd Hoffmann (1): > drive: allow rerror, werror and readonly for if=none > > Jes Sorensen (1): > block.h: Make BDRV_SECTOR_SIZE 64 bit safe > > Kevin Wolf (9): > qcow2: Clear L2 table cache after write error > qcow2: Fix error handling in l2_allocate > block: Fix multiwrite with overlapping requests > qemu-io: Add multiwrite command > qcow2: Allow qcow2_get_cluster_offset to return errors > qcow2: Change l2_load to return 0/-errno > qcow2: Return right error code in write_refcount_block_entries > qcow2: Fix corruption after refblock allocation > qcow2: Fix corruption after error in update_refcount > > MORITA Kazutaka (1): > add support for protocol driver create_options > > Nicholas A. Bellinger (1): > block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format() > > Stefan Hajnoczi (1): > posix-aio-compat: Expand tabs that have crept in > > block.c | 13 ++-- > block.h | 3 +- > block/qcow2-cluster.c | 94 ++++++++++++++---------- > block/qcow2-refcount.c | 42 +++++++---- > block/qcow2.c | 16 +++- > block/qcow2.h | 4 +- > posix-aio-compat.c | 58 +++++++------- > qemu-img.c | 49 +++++++++---- > qemu-io.c | 192 ++++++++++++++++++++++++++++++++++++++++++++++++ > qemu-option.c | 53 ++++++++++++-- > qemu-option.h | 2 + > vl.c | 6 +- > 12 files changed, 414 insertions(+), 118 deletions(-) >