Re: [Qemu-block] [PATCH v3 02/10] qemu-img: add support for --object command line arg

2016-01-21 Thread Daniel P. Berrange
On Tue, Jan 19, 2016 at 10:37:04AM +, Daniel P. Berrange wrote: > Allow creation of user creatable object types with qemu-img > via a new --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

[Qemu-block] [PATCH v3 02/10] qemu-img: add support for --object command line arg

2016-01-19 Thread Daniel P. Berrange
Allow creation of user creatable object types with qemu-img via a new --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. # printf letmein > mypasswd.txt # qemu-img info