On Mon 23 Nov 2015 04:59:41 PM CET, Kevin Wolf wrote: > This fixes bdrv_reopen() calls like the following one: > > qemu-io -c 'open -o overlap-check.template=all /tmp/test.qcow2' \ > -c 'reopen -o overlap-check=none' > > The approach taken so far would result in an options QDict that has both > "overlap-check.template=all" and "overlap-check=none", which obviously > conflicts. In this case, the old option should be overridden by the > newly specified option. > > Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Alberto Garcia <[email protected]> Berto
