
On Mon, Mar 25, 2019 at 13:24:36 -0400, Laine Stump wrote:
For [some unknown reason, possibly/probably pure chance], Net devices have been taken offline and their bandwidth tc rules cleared as the very first operation when detaching the device. This is contrary to every other type of device, where all hostside teardown is delayed until we receive the DEVICE_DELETED event back from qemu, indicating that the guest has finished with the device.
This patch delays these two operations until receipt of DEVICE_DELETED, which removes an ugly wart from qemuDomainDetachDeviceLive(), and also seems to be a more correct sequence of events.
Signed-off-by: Laine Stump <laine@laine.org> ---
NEW PATCH IN V2.
Looks good to me although I don't have much knowledge in this regions. Michal, could you please have a look?