Re: [PATCH 30/35] qemuDomainAttachDiskGeneric: Implement hotplug of disk

2021-05-24 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: Add code which creates the transient overlay after hotplugging the disk backend before attaching the disk frontend. The state of the topmost image is modified to be already read-only to prevent the need to open the image in read-write mode.

[PATCH 30/35] qemuDomainAttachDiskGeneric: Implement hotplug of disk

2021-05-21 Thread Peter Krempa
Add code which creates the transient overlay after hotplugging the disk backend before attaching the disk frontend. The state of the topmost image is modified to be already read-only to prevent the need to open the image in read-write mode. Signed-off-by: Peter Krempa ---