]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: split qemuDomainSecretStorageSourcePrepare
authorJonathon Jongsma <jjongsma@redhat.com>
Tue, 5 Jul 2022 21:24:55 +0000 (16:24 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Tue, 19 Sep 2023 19:28:50 +0000 (14:28 -0500)
commitd20a6eda441693774b0e7ecf075a880222b259f4
tree40818d85896d3cbe2a4e3f2330228554492edc08
parentb5b1e5a947c81b4176085c44da0ac44262f71268
qemu: split qemuDomainSecretStorageSourcePrepare

This prepares encryption secrets and authentication secrets. When we add
nbdkit-backed network storage sources, we will not need to send
authentication secrets to qemu, since they will be sent to nbdkit
instead. So split this into two different functions.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_domain.c