
12 Apr
2024
12 Apr
'24
8:32 a.m.
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@redhat.com> ---
Reviewed-by: Peter Krempa <pkrempa@redhat.com>