]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: domain: Always assume QEMU_CAPS_ISCSI_PASSWORD_SECRET
authorPeter Krempa <pkrempa@redhat.com>
Tue, 21 Sep 2021 16:06:05 +0000 (18:06 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 22 Sep 2021 12:53:55 +0000 (14:53 +0200)
commit900270a24fec3ab052d8f2f6ed5ee5afe6f1cd07
tree2efd318f2503ed763d61294226bd55947229ce8e
parent3d13acc3bc3fd4f7874c52a890541a3590c33728
qemu: domain: Always assume QEMU_CAPS_ISCSI_PASSWORD_SECRET

QEMU supports the 'password-secret' parameter to pass a QCryptoSecret
since 2.9. Remove the alternate plaintext logic.

Unfortunately this had a ripple effect of removing qemuCaps from a lot
of functions.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/disk-network-iscsi.args
tests/qemuxml2argvdata/disk-network-source-auth.args
tests/qemuxml2argvdata/disk-source-pool-mode.args
tests/qemuxml2argvdata/luks-disks-source-qcow2.args
tests/qemuxml2argvdata/luks-disks-source.args
tests/qemuxml2argvdata/name-escape.args
tests/qemuxml2argvtest.c