Re: [Qemu-devel] [PATCH v2 2/6] qemu-img: fix --image-opts usage with dd command

2017-02-03 Thread Max Reitz
On 03.02.2017 13:02, Daniel P. Berrange wrote: > The --image-opts flag can only be used to affect the parsing > of the source image. The target image has to be specified in > the traditional style regardless, since it needs to be passed > to the bdrv_create() API which does not support the new styl

[Qemu-devel] [PATCH v2 2/6] qemu-img: fix --image-opts usage with dd command

2017-02-03 Thread Daniel P. Berrange
The --image-opts flag can only be used to affect the parsing of the source image. The target image has to be specified in the traditional style regardless, since it needs to be passed to the bdrv_create() API which does not support the new style opts. Signed-off-by: Daniel P. Berrange --- qemu-i