From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47650 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OI3tx-0003gH-Tm for qemu-devel@nongnu.org; Fri, 28 May 2010 14:03:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OI3sY-0002U3-7A for qemu-devel@nongnu.org; Fri, 28 May 2010 14:01:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43577) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OI3sX-0002Ts-TK for qemu-devel@nongnu.org; Fri, 28 May 2010 14:01:54 -0400 From: Kevin Wolf Date: Fri, 28 May 2010 20:01:26 +0200 Message-Id: <1275069692-5756-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [STABLE PULL 0/6] Block patches for 0.12.x List-Id: qemu-devel.nongnu.org 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 0c459361a1117a6c434c7b2b008a4c6c035eb4bf: Rabin Vincent (1): arm_timer: fix oneshot mode are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-stable-0.12 Kevin Wolf (6): ide: Fix ide_dma_cancel qcow2: Clear L2 table cache after write error qcow2: Fix error handling in l2_allocate block: Fix multiwrite with overlapping requests qcow2: Fix corruption after refblock allocation qcow2: Fix corruption after error in update_refcount block.c | 2 +- block/qcow2-cluster.c | 26 +++++++++++++++----------- block/qcow2-refcount.c | 15 +++++++++++++-- hw/ide/core.c | 8 ++++---- 4 files changed, 33 insertions(+), 18 deletions(-)