Re: [Qemu-devel] [PATCH 4/5] qcow2: Check allocations in qcow2_check

2013-08-27 Thread Kevin Wolf
Am 26.08.2013 um 15:04 hat Max Reitz geschrieben: > Adds a new function checking for overlapping cluster allocations. > Furthermore, qcow2_check now marks the image as consistent if no > corruptions have been found. > > Signed-off-by: Max Reitz > --- > block/qcow2-cluster.c | 414 >

[Qemu-devel] [PATCH 4/5] qcow2: Check allocations in qcow2_check

2013-08-26 Thread Max Reitz
Adds a new function checking for overlapping cluster allocations. Furthermore, qcow2_check now marks the image as consistent if no corruptions have been found. Signed-off-by: Max Reitz --- block/qcow2-cluster.c | 414 ++ block/qcow2.c | 15

Re: [Qemu-devel] [PATCH 4/5] qcow2: Check allocations in qcow2_check

2013-08-26 Thread Max Reitz
Hi, On Mon, Aug 26, 2013 at 15:04 +0200, Max Reitz wrote: Adds a new function checking for overlapping cluster allocations. Furthermore, qcow2_check now marks the image as consistent if no corruptions have been found. Signed-off-by: Max Reitz Such overlappings are often (if not always) found b

[Qemu-devel] [PATCH 4/5] qcow2: Check allocations in qcow2_check

2013-08-26 Thread Max Reitz
Adds a new function checking for overlapping cluster allocations. Furthermore, qcow2_check now marks the image as consistent if no corruptions have been found. Signed-off-by: Max Reitz --- block/qcow2-cluster.c | 414 ++ block/qcow2.c | 15