Re: [Qemu-devel] [PATCH 3/3] layout: Add generators for refcount tbles and blocks

2014-08-19 Thread M.Kustova
On Tue, Aug 19, 2014 at 1:36 PM, Fam Zheng wrote: > On Mon, 08/11 15:55, Maria Kustova wrote: >> Refcount structures are placed in clusters randomly selected from all not >> allocated host clusters. > > s/not allocated/unallocated/ > >> >> Signed-off-by: Maria Kustova >> --- >> tests/image-fuzze

Re: [Qemu-devel] [PATCH 3/3] layout: Add generators for refcount tbles and blocks

2014-08-19 Thread Fam Zheng
On Mon, 08/11 15:55, Maria Kustova wrote: > Refcount structures are placed in clusters randomly selected from all not > allocated host clusters. s/not allocated/unallocated/ > > Signed-off-by: Maria Kustova > --- > tests/image-fuzzer/qcow2/layout.py | 136 > +++

[Qemu-devel] [PATCH 3/3] layout: Add generators for refcount tbles and blocks

2014-08-11 Thread Maria Kustova
Refcount structures are placed in clusters randomly selected from all not allocated host clusters. Signed-off-by: Maria Kustova --- tests/image-fuzzer/qcow2/layout.py | 136 - 1 file changed, 135 insertions(+), 1 deletion(-) diff --git a/tests/image-fuzzer/qc