On Fri, Apr 12, 2024 at 12:19:02 +0200, Michal Privoznik wrote:
Both LXC and QEMU drivers have the same code to remove vport when
removing a domain's interface. Instead of repeating the same
pattern in both drivers, move the code into hypervisor agnostic
location (src/hypervisor/) and switch to calling this new
function.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>