Re: [libvirt] [PATCH v2 07/14] qemu_hotplug: separate Chr|Lease from other devices in DetachDevice switch

2019-03-26 Thread Peter Krempa
On Mon, Mar 25, 2019 at 13:24:29 -0400, Laine Stump wrote: > The Chr and Lease devices have detach code that is too different from > the other device types to handle with common functionality (which will > soon be added at the end of qemuDomainDetachDeviceLive(). In order to > make this difference

[libvirt] [PATCH v2 07/14] qemu_hotplug: separate Chr|Lease from other devices in DetachDevice switch

2019-03-25 Thread Laine Stump
The Chr and Lease devices have detach code that is too different from the other device types to handle with common functionality (which will soon be added at the end of qemuDomainDetachDeviceLive(). In order to make this difference obvious, move the cases for those two device types to the top of