Re: [PATCH 0/2] interface: Refactor code and fix old listing API when interface is unbound

2024-05-07 Thread Michal Prívozník
On 5/6/24 17:58, Peter Krempa wrote:
> Patch 1/2 removes a pointless helper in favor of making an almost
> identical function more universal, so that patch 2/2 then fixes all
> cases in one place.
> 
> Peter Krempa (2):
>   interface_udev: Replace udevNumOfInterfacesByStatus by
> udevListInterfacesByStatus
>   udevListInterfacesByStatus: Don't try to return NULL names
> 
>  src/interface/interface_backend_udev.c | 84 +-
>  1 file changed, 30 insertions(+), 54 deletions(-)
> 

Reviewed-by: Michal Privoznik 

Michal
___
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-le...@lists.libvirt.org


[PATCH 0/2] interface: Refactor code and fix old listing API when interface is unbound

2024-05-06 Thread Peter Krempa
Patch 1/2 removes a pointless helper in favor of making an almost
identical function more universal, so that patch 2/2 then fixes all
cases in one place.

Peter Krempa (2):
  interface_udev: Replace udevNumOfInterfacesByStatus by
udevListInterfacesByStatus
  udevListInterfacesByStatus: Don't try to return NULL names

 src/interface/interface_backend_udev.c | 84 +-
 1 file changed, 30 insertions(+), 54 deletions(-)

-- 
2.44.0
___
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-le...@lists.libvirt.org