[libvirt] [PATCH 0/3] Three random small patches

Laine Stump laine at laine.org
Tue Mar 21 15:23:22 UTC 2017


I found these while trying out some other code I decided not to use (I
was going to add more attributes to the <link> element,
virNetDevIfLink, and virNetDevGetLinkInfo(), but then decided not to
for now (in case Michal has a different idea of the meaning of "link"
than, e.g., iproute's "ip link" command).

The first two taken together actually have a very positive impact -
they make the output of "virsh nodedev-dumpxml" much more informative
when run as non-root.

Laine Stump (3):
  util: use AF_UNIX family (not AF_PACKET) for ioctl sockets
  util: allow retrieving ethtool features when unprivileged
  network: remove unused typedef for networkDnsmasqLeaseFileNameFunc

 src/network/bridge_driver.h | 2 --
 src/util/virnetdev.c        | 8 +-------
 src/util/virnetdevip.c      | 2 +-
 3 files changed, 2 insertions(+), 10 deletions(-)

-- 
2.9.3




More information about the libvir-list mailing list