Re: [Qemu-devel] [PATCH v2 02/12] qcow2: Pull up overlap check option evaluation

2015-02-03 Thread Eric Blake
On 11/24/2014 08:56 AM, Max Reitz wrote: > Pull up the absorption of the qcow2-relevant command line options and > the evaluation of the overlap check options in qcow2_open(). > > Signed-off-by: Max Reitz > --- > block/qcow2.c | 96 > +-- >

[Qemu-devel] [PATCH v2 02/12] qcow2: Pull up overlap check option evaluation

2014-11-24 Thread Max Reitz
Pull up the absorption of the qcow2-relevant command line options and the evaluation of the overlap check options in qcow2_open(). Signed-off-by: Max Reitz --- block/qcow2.c | 96 +-- 1 file changed, 48 insertions(+), 48 deletions(-) diff