Re: [PATCH 28/35] qemuDomainAttachDiskGeneric: Split up frontend and backend attachment

2021-05-24 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: Split up the monitor contexts to attach the backend of the disk and the frontend device in preparation for hotplugging transient disks where we'll need to add the code for adding the transient overlay between these two steps. Signed-off-by: Peter Krempa

[PATCH 28/35] qemuDomainAttachDiskGeneric: Split up frontend and backend attachment

2021-05-21 Thread Peter Krempa
Split up the monitor contexts to attach the backend of the disk and the frontend device in preparation for hotplugging transient disks where we'll need to add the code for adding the transient overlay between these two steps. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 17