]> Git Repo - qemu.git/commit - qemu-nbd.texi
qemu-nbd: add support for --object command line arg
authorDaniel P. Berrange <[email protected]>
Wed, 10 Feb 2016 18:41:00 +0000 (18:41 +0000)
committerPaolo Bonzini <[email protected]>
Tue, 16 Feb 2016 16:13:06 +0000 (17:13 +0100)
commit0ab3b3375b362e4ea53714e8448eaf60d311daac
tree4dba0af698e4b9c50f87403cb0e4f2037b5216c5
parent90998d58964cd17f8b0b03800b0a4508f8b543da
qemu-nbd: add support for --object command line arg

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 secret,id=sec0,file=mypasswd.txt \
      ...other nbd args...

Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Daniel P. Berrange <[email protected]>
Message-Id: <1455129674[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
qemu-nbd.c
qemu-nbd.texi
This page took 0.023103 seconds and 4 git commands to generate.