]> xenbits.xensource.com Git - libvirt.git/commit
qemu: implement knownHosts for ssh disks with nbdkit
authorJonathon Jongsma <jjongsma@redhat.com>
Thu, 22 Dec 2022 19:04:51 +0000 (13:04 -0600)
committerJonathon Jongsma <jjongsma@redhat.com>
Tue, 19 Sep 2023 19:28:50 +0000 (14:28 -0500)
commit21b377a31b37f6a9c9d15c50c91b672e3374a7cb
tree941c67fd8cbdfc1591d0cc1f9b11fe8c4f94683a
parente234fd51109ad1383c98dd23974bae777bca0a7d
qemu: implement knownHosts for ssh disks with nbdkit

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 <jjongsma@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/conf/domain_conf.c
src/conf/storage_source_conf.c
src/conf/storage_source_conf.h
src/qemu/qemu_extdevice.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_nbdkit.c
src/qemu/qemu_nbdkit.h
tests/qemunbdkitdata/disk-network-ssh-password.args.disk0
tests/qemunbdkitdata/disk-network-ssh.args.disk0
tests/qemuxml2argvdata/disk-network-ssh-password.xml
tests/qemuxml2argvdata/disk-network-ssh.xml