Re: [PATCH 27/35] qemuDomainAttachDiskGeneric: Refactor rollback handling

2021-05-24 Thread Ján Tomko
On a Friday in 2021, Peter Krempa wrote: Modify the rollback section to use it's own monitor context so that we *its can later split up the hotplug into multiple steps and move the detachment of the extension device into the rollback section rather than doing it inline. Signed-off-by: Peter

[PATCH 27/35] qemuDomainAttachDiskGeneric: Refactor rollback handling

2021-05-21 Thread Peter Krempa
Modify the rollback section to use it's own monitor context so that we can later split up the hotplug into multiple steps and move the detachment of the extension device into the rollback section rather than doing it inline. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 28