[Qemu-block] [PATCH v3 3/4] qemu-img: introduce --target-image-opts for 'convert' command

2017-02-20 Thread Daniel P. Berrange
The '--image-opts' flags indicates whether the source filename includes options. The target filename has to remain in the plain filename format though, since it needs to be passed to bdrv_create(). When using --skip-create though, it would be possible to use image-opts syntax. This adds --target-i

Re: [Qemu-block] [PATCH v3 3/4] qemu-img: introduce --target-image-opts for 'convert' command

2017-02-22 Thread Kevin Wolf
Am 20.02.2017 um 16:19 hat Daniel P. Berrange geschrieben: > The '--image-opts' flags indicates whether the source filename > includes options. The target filename has to remain in the > plain filename format though, since it needs to be passed to > bdrv_create(). When using --skip-create though,

Re: [Qemu-block] [PATCH v3 3/4] qemu-img: introduce --target-image-opts for 'convert' command

2017-02-22 Thread Eric Blake
On 02/20/2017 09:19 AM, Daniel P. Berrange wrote: > The '--image-opts' flags indicates whether the source filename > includes options. The target filename has to remain in the > plain filename format though, since it needs to be passed to > bdrv_create(). When using --skip-create though, it would