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 into two different functions. > > Signed-off-by: Jonathon Jongsma <jjongsma@xxxxxxxxxx> > --- > src/qemu/qemu_domain.c | 83 ++++++++++++++++++++++++++---------------- > 1 file changed, 52 insertions(+), 31 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>