On Fri, Sep 15, 2017 at 20:30:15 -0400, John Ferlan wrote:
Add the capability to use the blockdev-add query-qmp-schema option
to find the 'password-secret' parameter that will allow the iSCSI
code to use the master secret object (a/k/a AES) to encrypt the
AES is a name of the cipher, not an alias for qemu's secret objects.
secret in an object and only need to provide the object id of
tha secret on the command line thus obsfuscating the passphrase.
s/tha/the/
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/qemu/qemu_capabilities.c | 4 ++++
src/qemu/qemu_capabilities.h | 3 +++
tests/qemucapabilitiesdata/caps_2.10.0.x86_64.xml | 1 +
tests/qemucapabilitiesdata/caps_2.9.0.ppc64le.xml | 1 +
tests/qemucapabilitiesdata/caps_2.9.0.s390x.xml | 1 +
tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml | 1 +
6 files changed, 11 insertions(+)
ACK