summaryrefslogtreecommitdiffstats
path: root/qemu-io.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2016-02-17 10:10:17 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:45:30 -0600
commit38b924fba94e19a8998c454e9d4844a6abfc30ec (patch)
tree797cf940b58c8be6bcd78fffb805305d507c2086 /qemu-io.c
parentffcd6cae29aac3438b08e439a083759d8526a0a5 (diff)
downloadhqemu-38b924fba94e19a8998c454e9d4844a6abfc30ec.zip
hqemu-38b924fba94e19a8998c454e9d4844a6abfc30ec.tar.gz
qemu-img: add support for --object command line arg
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 --object secret,id=sec0,file=mypasswd.txt \ ...other info args... Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qemu-io.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud