Re: [Qemu-devel] [PATCH 3/8] qcow2: Fix refcount blocks beyond image end

2014-08-15 Thread Max Reitz
On 14.08.2014 14:11, Benoît Canet wrote: The Wednesday 13 Aug 2014 à 23:01:45 (+0200), Max Reitz wrote : If the qcow2 check function detects a refcount block located beyond the image end, grow the image appropriately. This cannot break anything and is the logical fix for such a case. Signed-off

Re: [Qemu-devel] [PATCH 3/8] qcow2: Fix refcount blocks beyond image end

2014-08-14 Thread Benoît Canet
The Wednesday 13 Aug 2014 à 23:01:45 (+0200), Max Reitz wrote : > If the qcow2 check function detects a refcount block located beyond the > image end, grow the image appropriately. This cannot break anything and > is the logical fix for such a case. > > Signed-off-by: Max Reitz > --- > block/qco

[Qemu-devel] [PATCH 3/8] qcow2: Fix refcount blocks beyond image end

2014-08-13 Thread Max Reitz
If the qcow2 check function detects a refcount block located beyond the image end, grow the image appropriately. This cannot break anything and is the logical fix for such a case. Signed-off-by: Max Reitz --- block/qcow2-refcount.c | 50 ++ 1 file