[libvirt PATCH v4 08/31] qemu: Add qemuNbdkitProcess

Peter Krempa pkrempa at redhat.com
Fri Feb 3 14:54:12 UTC 2023


On Fri, Jan 20, 2023 at 16:03:02 -0600, Jonathon Jongsma wrote:
> 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 at redhat.com>
> ---
>  src/qemu/qemu_conf.c   | 22 ++++++++++++
>  src/qemu/qemu_conf.h   |  2 ++
>  src/qemu/qemu_domain.c | 31 ++++++++++++++++
>  src/qemu/qemu_domain.h |  4 +++
>  src/qemu/qemu_nbdkit.c | 82 ++++++++++++++++++++++++++++++++++++++++++
>  src/qemu/qemu_nbdkit.h | 26 ++++++++++++++
>  6 files changed, 167 insertions(+)

Reviewed-by: Peter Krempa <pkrempa at redhat.com>


More information about the libvir-list mailing list