Re: [PATCH 16/35] qemuDomainAttachDiskGeneric: Move 'copy-on-read' handling to qemuBlockStorageSourceChainData

2021-05-24 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: Fill in the required fields in qemuBlockStorageSourceChainData to handle the hotplug so that we can simplify the cleanup code. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 23 ++- 1 file changed, 6 insertions(+), 17

[PATCH 16/35] qemuDomainAttachDiskGeneric: Move 'copy-on-read' handling to qemuBlockStorageSourceChainData

2021-05-21 Thread Peter Krempa
Fill in the required fields in qemuBlockStorageSourceChainData to handle the hotplug so that we can simplify the cleanup code. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 23 ++- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git