From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDG43-0006j6-RB for qemu-devel@nongnu.org; Fri, 10 Nov 2017 15:38:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDG43-0007ht-5R for qemu-devel@nongnu.org; Fri, 10 Nov 2017 15:38:11 -0500 From: Max Reitz Date: Fri, 10 Nov 2017 21:37:58 +0100 Message-Id: <20171110203759.14018-1-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH for-2.12 0/1] qcow2: Repair unaligned preallocated zero clusters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: qemu-devel@nongnu.org, Max Reitz , Kevin Wolf , Alberto Garcia , John Snow This is a follow-up to patch 2 of my "qcow2: Unaligned zero cluster in handle_alloc()" series. That patch adds a way to correctly deal with such clusters, this patch here adds a way to repair them. Naturally, this patch is therefore based on that series: Based-on: <20171110203111.7666-1-mreitz@redhat.com> Max Reitz (1): qcow2: Repair unaligned preallocated zero clusters block/qcow2-refcount.c | 70 ++++++++++++++++++++++++++++++++++++++-------- tests/qemu-iotests/060 | 3 +- tests/qemu-iotests/060.out | 9 ++++++ 3 files changed, 69 insertions(+), 13 deletions(-) -- 2.13.6