On Fri, Feb 06, 2026 at 14:52:36 +0100, Michal Privoznik via Devel wrote: > From: Michal Privoznik <[email protected]> > > When constructing a domain definition, NICs are fetched from WMI > and their MAC addresses are then parsed. Move this code into a > separate function so that it can be reused later. > > Signed-off-by: Michal Privoznik <[email protected]> > --- > src/hyperv/hyperv_driver.c | 59 ++++++++++++++++++++++---------------- > 1 file changed, 34 insertions(+), 25 deletions(-)
Reviewed-by: Peter Krempa <[email protected]>
