Re: [Qemu-devel] [PATCH 2/7] qemu-img: add support for --object command line arg

2015-12-22 Thread Daniel P. Berrange
On Tue, Dec 22, 2015 at 09:24:00AM -0700, Eric Blake wrote: > On 12/22/2015 04:06 AM, Daniel P. Berrange wrote: > > Allow creation of user creatable object types with qemu-img > > via a --object command line arg. This will be used to supply > > Does this read better as "a dash-dash-object", or "an

Re: [Qemu-devel] [PATCH 2/7] qemu-img: add support for --object command line arg

2015-12-22 Thread Eric Blake
On 12/22/2015 04:06 AM, Daniel P. Berrange wrote: > Allow creation of user creatable object types with qemu-img > via a --object command line arg. This will be used to supply Does this read better as "a dash-dash-object", or "an object", in which case you may have an article mismatch? You can ski

[Qemu-devel] [PATCH 2/7] qemu-img: add support for --object command line arg

2015-12-22 Thread Daniel P. Berrange
Allow creation of user creatable object types with qemu-img via a --object command line arg. This will be used to supply passwords and/or encryption keys to the various block driver backends via the recently added 'secret' object type. # echo -n letmein > mypasswd.txt # qemu-img info --object se