Re: [PATCH 1/3] qemu: add a 'chain' parameter to nbdkit start/stop

2024-01-29 Thread Peter Krempa
On Thu, Jan 25, 2024 at 14:52:09 -0600, Jonathon Jongsma wrote: > This will allow us to start or stop nbdkit for just a single disk source > or for every source in the backing chain. This will be used in following > patches. > > Signed-off-by: Jonathon Jongsma > --- > src/qemu/qemu_extdevice.c

[PATCH 1/3] qemu: add a 'chain' parameter to nbdkit start/stop

2024-01-25 Thread Jonathon Jongsma
This will allow us to start or stop nbdkit for just a single disk source or for every source in the backing chain. This will be used in following patches. Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_extdevice.c | 8 +++--- src/qemu/qemu_hotplug.c | 6 ++--- src/qemu/qemu_nbdkit.c|