]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Add functions for determining nbdkit availability
authorJonathon Jongsma <jjongsma@redhat.com>
Tue, 5 Jul 2022 20:40:16 +0000 (15:40 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Tue, 19 Sep 2023 19:28:49 +0000 (14:28 -0500)
commit6b7e6b73a9dff14cf23eb69a104ffcd17f070419
tree4b35dc177cf3224cc3d7648333ae138a9e3c4319
parent7c5a5366ff7bd0f685666687760fe9fb7a0c208d
qemu: Add functions for determining nbdkit availability

In future commits, we will optionally use nbdkit to serve some remote
disk sources. This patch queries to see whether nbdkit is installed on
the host and queries it for capabilities. The data will be used in later
commits.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/meson.build
src/qemu/qemu_conf.h
src/qemu/qemu_nbdkit.c [new file with mode: 0644]
src/qemu/qemu_nbdkit.h [new file with mode: 0644]