[Qemu-devel] [PATCH for-2.12 0/1] qcow2: Repair unaligned preallocated zero clusters

Max Reitz posted 1 patch 6 years, 4 months ago
Failed in applying to current master (apply log)
block/qcow2-refcount.c     | 70 ++++++++++++++++++++++++++++++++++++++--------
tests/qemu-iotests/060     |  3 +-
tests/qemu-iotests/060.out |  9 ++++++
3 files changed, 69 insertions(+), 13 deletions(-)
[Qemu-devel] [PATCH for-2.12 0/1] qcow2: Repair unaligned preallocated zero clusters
Posted by Max Reitz 6 years, 4 months ago
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


Re: [Qemu-devel] [PATCH for-2.12 0/1] qcow2: Repair unaligned preallocated zero clusters
Posted by Max Reitz 6 years, 2 months ago
On 2017-11-10 21:37, Max Reitz wrote:
> 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(-)

Applied to my block branch.

Max