Re: [libvirt PATCH v2 11/16] qemu: split qemuDomainSecretStorageSourcePrepare

2022-09-27 Thread Peter Krempa
On Wed, Aug 31, 2022 at 13:40:56 -0500, Jonathon Jongsma wrote: > 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

[libvirt PATCH v2 11/16] qemu: split qemuDomainSecretStorageSourcePrepare

2022-08-31 Thread Jonathon Jongsma
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 ---