Re: [Qemu-devel] [PATCH v4 03/10] qemu-nbd: add support for --object command line arg

2016-02-02 Thread Daniel P. Berrange
On Wed, Jan 27, 2016 at 02:57:51PM +0100, Kevin Wolf wrote: > Am 26.01.2016 um 14:34 hat Daniel P. Berrange geschrieben: > > Allow creation of user creatable object types with qemu-nbd > > via a new --object command line arg. This will be used to supply > > passwords and/or encryption keys to the

Re: [Qemu-devel] [PATCH v4 03/10] qemu-nbd: add support for --object command line arg

2016-01-27 Thread Kevin Wolf
Am 26.01.2016 um 14:34 hat Daniel P. Berrange geschrieben: > Allow creation of user creatable object types with qemu-nbd > 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'

[Qemu-devel] [PATCH v4 03/10] qemu-nbd: add support for --object command line arg

2016-01-26 Thread Daniel P. Berrange
Allow creation of user creatable object types with qemu-nbd 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-nbd --object