]> git.ipfire.org Git - thirdparty/libvirt.git/commit
secret: move virSecretGetSecretString into virsecret
authorPavel Hrdina <phrdina@redhat.com>
Thu, 24 Oct 2019 16:00:55 +0000 (18:00 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 17 Jan 2020 14:52:37 +0000 (15:52 +0100)
commit894556ca813ad3c4ebb01083b7971d73b4f53c8b
treecf5bcf30eba7375e6e2ced28ce93927f02cc9cae
parenta7f3b901aacadef269bf335c1714b45e444e78e8
secret: move virSecretGetSecretString into virsecret

The function virSecretGetSecretString calls into secret driver and is
used from other hypervisors drivers and as such makes more sense in
util.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
15 files changed:
po/POTFILES.in
src/libvirt_private.syms
src/libxl/libxl_conf.c
src/qemu/qemu_domain.c
src/qemu/qemu_process.c
src/qemu/qemu_tpm.c
src/secret/Makefile.inc.am
src/secret/secret_util.c [deleted file]
src/secret/secret_util.h [deleted file]
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_iscsi_direct.c
src/storage/storage_backend_rbd.c
src/storage/storage_util.c
src/util/virsecret.c
src/util/virsecret.h