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

Peter Krempa posted 2 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1715011045.git.pkrempa@redhat.com
src/interface/interface_backend_udev.c | 84 +++++++++-----------------
1 file changed, 30 insertions(+), 54 deletions(-)
[PATCH 0/2] interface: Refactor code and fix old listing API when interface is unbound
Posted by Peter Krempa 1 year, 9 months ago
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-leave@lists.libvirt.org
Re: [PATCH 0/2] interface: Refactor code and fix old listing API when interface is unbound
Posted by Michal Prívozník 1 year, 9 months ago
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 <mprivozn@redhat.com>

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