Re: [Qemu-devel] [PATCH V3] layout: Reduce number of generator functions in __init__

2014-08-14 Thread Stefan Hajnoczi
On Mon, Aug 11, 2014 at 03:27:46PM +0400, Maria Kustova wrote: > Some issues can be found only when a fuzzed image has a partial structure, > e.g. has L1/L2 tables but no refcount ones. Generation of an entirely > defined image limits these cases. Now the Image constructor creates only > a header a

[Qemu-devel] [PATCH V3] layout: Reduce number of generator functions in __init__

2014-08-11 Thread Maria Kustova
Some issues can be found only when a fuzzed image has a partial structure, e.g. has L1/L2 tables but no refcount ones. Generation of an entirely defined image limits these cases. Now the Image constructor creates only a header and a backing file name (if any), other image elements are generated in