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

2018-01-17 Thread Max Reitz
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

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

2017-11-10 Thread Max Reitz
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: