Re: [Qemu-devel] [PATCH v3 4/8] qcow2: extract image creation option parsing

2017-03-30 Thread Alberto Garcia
On Wed 22 Mar 2017 12:16:04 PM CET, Stefan Hajnoczi wrote: > The image creation options parsed by qcow2_create() are also needed to > implement .bdrv_measure(). Extract the parsing code, including input > validation. > > Signed-off-by: Stefan Hajnoczi Reviewed-by: Alberto

[Qemu-devel] [PATCH v3 4/8] qcow2: extract image creation option parsing

2017-03-22 Thread Stefan Hajnoczi
The image creation options parsed by qcow2_create() are also needed to implement .bdrv_measure(). Extract the parsing code, including input validation. Signed-off-by: Stefan Hajnoczi --- block/qcow2.c | 109 +++--- 1 file