Re: [libvirt PATCH v4 18/31] qemu: include nbdkit state in private xml

2023-02-07 Thread Peter Krempa
On Fri, Jan 20, 2023 at 16:03:12 -0600, 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 v4 18/31] qemu: include nbdkit state in private xml

2023-01-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