Re: [libvirt PATCH v3 12/18] qemu: include nbdkit state in private xml

2022-12-09 Thread Peter Krempa
On Thu, Oct 20, 2022 at 16:59:03 -0500, Jonathon Jongsma wrote: > Add xml to the private data for a disk source to represent the nbdkit > process so that the state can be re-created if the libvirt daemon is > restarted. Format: > > > /path/to/nbdkit.pid > /path/to/nbdkit.socket >

[libvirt PATCH v3 12/18] qemu: include nbdkit state in private xml

2022-10-20 Thread Jonathon Jongsma
Add xml to the private data for a disk source to represent the nbdkit process so that the state can be re-created if the libvirt daemon is restarted. Format: /path/to/nbdkit.pid /path/to/nbdkit.socket Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_domain.c | 53