From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQnP4-00066o-MF for qemu-devel@nongnu.org; Tue, 02 Feb 2016 21:42:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQnP3-0005ce-I1 for qemu-devel@nongnu.org; Tue, 02 Feb 2016 21:42:46 -0500 References: <1454417864-18774-1-git-send-email-berrange@redhat.com> <1454417864-18774-5-git-send-email-berrange@redhat.com> From: Eric Blake Message-ID: <56B1691E.2070609@redhat.com> Date: Tue, 2 Feb 2016 19:42:38 -0700 MIME-Version: 1.0 In-Reply-To: <1454417864-18774-5-git-send-email-berrange@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="e79FI3dHWg0fSnj4srar73KLhL1a0PIq7" Subject: Re: [Qemu-devel] [PATCH v5 04/10] qemu-io: add support for --object command line arg List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org Cc: Kevin Wolf , Paolo Bonzini , Markus Armbruster , qemu-block@nongnu.org, =?UTF-8?Q?Andreas_F=c3=a4rber?= This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --e79FI3dHWg0fSnj4srar73KLhL1a0PIq7 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/02/2016 05:57 AM, Daniel P. Berrange wrote: > Allow creation of user creatable object types with qemu-io > 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. >=20 > # printf letmein > mypasswd.txt > # qemu-io --object secret,id=3Dsec0,file=3Dmypasswd.txt \ > ...other args... >=20 > Signed-off-by: Daniel P. Berrange > --- > qemu-io.c | 35 +++++++++++++++++++++++++++++++++++ > 1 file changed, 35 insertions(+) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --e79FI3dHWg0fSnj4srar73KLhL1a0PIq7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWsWkeAAoJEKeha0olJ0NqqgQH/20pxVjVpevOOE0wHrRrgGqu 5uUay4tIIo+9MGwXj6+xm/3nOxPvhXFPW8DMm/Fbqi1wy92kmFiWg43NpE8oR1Jx JXcVkeuGYVhjJTcUGuiph9SzhgK9WhIrPuvTWxacJRtf9Brj1uR2iMTekqJyMDKy icZ2qODXhr6tUz2/wpuNaiD6XcyM2fPJ0qgBVzD7YePtZs2oiEbH2tBfpkaXo/QV cRdsbLciMzqwjAmHZ7W5nbA4TgkOBpu8NAPzbTU9IndnpGqWZ60a420OpXpAECxQ h051FQI8sP5jyWZkE4phpNo7w0WCXAuy5ZJecFThxUxVmW5lh6b1TrINSJl1T5s= =s30Q -----END PGP SIGNATURE----- --e79FI3dHWg0fSnj4srar73KLhL1a0PIq7--