Re: [libvirt PATCH v2 13/16] qemu: include nbdkit state in private xml

2022-09-27 Thread Peter Krempa
On Tue, Sep 27, 2022 at 15:26:26 +0200, Peter Krempa wrote: > On Wed, Aug 31, 2022 at 13:40:58 -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: >

Re: [libvirt PATCH v2 13/16] qemu: include nbdkit state in private xml

2022-09-27 Thread Peter Krempa
On Wed, Aug 31, 2022 at 13:40:58 -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 v2 13/16] qemu: include nbdkit state in private xml

2022-08-31 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 | 51