[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v5 3/4] qemu-img: introduce --target-image-opts
From: |
Fam Zheng |
Subject: |
Re: [Qemu-block] [PATCH v5 3/4] qemu-img: introduce --target-image-opts for 'convert' command |
Date: |
Mon, 24 Apr 2017 17:45:12 +0800 |
User-agent: |
Mutt/1.8.0 (2017-02-23) |
On Mon, 04/24 10:16, Daniel P. Berrange wrote:
> The '--image-opts' flags indicates whether the source filename
s/flags/flag/ or s/indicates/indicate/, I think?
> 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-image-opts
> to indicate that the target filename includes options. Currently
> this mandates use of the --skip-create flag too.
Fam
- [Qemu-block] [PATCH v5 0/4] Improve convert and dd commands, Daniel P. Berrange, 2017/04/24
- [Qemu-block] [PATCH v5 1/4] qemu-img: add support for --object with 'dd' command, Daniel P. Berrange, 2017/04/24
- [Qemu-block] [PATCH v5 2/4] qemu-img: fix --image-opts usage with dd command, Daniel P. Berrange, 2017/04/24
- [Qemu-block] [PATCH v5 3/4] qemu-img: introduce --target-image-opts for 'convert' command, Daniel P. Berrange, 2017/04/24
- [Qemu-block] [PATCH v5 4/4] qemu-img: copy *key-secret opts when opening newly created files, Daniel P. Berrange, 2017/04/24
- Re: [Qemu-block] [PATCH v5 0/4] Improve convert and dd commands, Fam Zheng, 2017/04/24