Re: [libvirt PATCH v3 13/18] qemu: use nbdkit to serve network disks if available

2022-12-09 Thread Peter Krempa
On Thu, Oct 20, 2022 at 16:59:04 -0500, Jonathon Jongsma wrote: > For virStorageSource objects that contain an nbdkitProcess, start that > nbdkit process to serve that network drive and then pass the nbdkit > socket to qemu rather than sending the network url to qemu directly. > > Signed-off-by:

[libvirt PATCH v3 13/18] qemu: use nbdkit to serve network disks if available

2022-10-20 Thread Jonathon Jongsma
For virStorageSource objects that contain an nbdkitProcess, start that nbdkit process to serve that network drive and then pass the nbdkit socket to qemu rather than sending the network url to qemu directly. Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_block.c | 162