Re: [libvirt PATCH v6 30/36] qemu: implement knownHosts for ssh disks with nbdkit

2023-08-21 Thread Peter Krempa
On Thu, Jul 20, 2023 at 17:19:57 -0500, Jonathon Jongsma wrote: > For ssh disks that are served by nbdkit, use the configured value for > knownHosts and pass it to the nbdkit process. > > Signed-off-by: Jonathon Jongsma > --- > src/conf/domain_conf.c| 8 ++ >

[libvirt PATCH v6 30/36] qemu: implement knownHosts for ssh disks with nbdkit

2023-07-20 Thread Jonathon Jongsma
For ssh disks that are served by nbdkit, use the configured value for knownHosts and pass it to the nbdkit process. Signed-off-by: Jonathon Jongsma --- src/conf/domain_conf.c| 8 ++ src/conf/storage_source_conf.c| 1 + src/conf/storage_source_conf.h