]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add qemuNbdkitProcess
authorJonathon Jongsma <jjongsma@redhat.com>
Tue, 5 Jul 2022 22:00:11 +0000 (17:00 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Tue, 19 Sep 2023 19:28:50 +0000 (14:28 -0500)
commit1475c8c0d7b689a485dbcb98bfa916cfc33433fd
tree548e54bfa8ebcba65daeb3f77e694ce78a7e9793
parent0c00059a7294cfdc9c52be2e56536a6eae9d1745
qemu: Add qemuNbdkitProcess

An object for storing information about a nbdkit process that is serving
a specific virStorageSource. At the moment, this information is just
stored in the private data of virStorageSource and not used at all.
Future commits will use this data to actually start a nbdkit process.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_nbdkit.c
src/qemu/qemu_nbdkit.h