Re: [libvirt] [PATCHv5] interface: add udev based backend for virInterface

2012-10-05 Thread Doug Goldstein
On Fri, Oct 5, 2012 at 6:28 PM, Eric Blake wrote: > On 10/05/2012 12:43 PM, Doug Goldstein wrote: >> Add a read-only udev based backend for virInterface. Useful for distros >> that do not have netcf support yet. Multiple libvirt based utilities use >> a HAL based fallback when virInterface is not

Re: [libvirt] [PATCHv5] interface: add udev based backend for virInterface

2012-10-05 Thread Eric Blake
On 10/05/2012 12:43 PM, Doug Goldstein wrote: > Add a read-only udev based backend for virInterface. Useful for distros > that do not have netcf support yet. Multiple libvirt based utilities use > a HAL based fallback when virInterface is not available which is less > than ideal. This implements: >

[libvirt] [PATCHv5] interface: add udev based backend for virInterface

2012-10-05 Thread Doug Goldstein
Add a read-only udev based backend for virInterface. Useful for distros that do not have netcf support yet. Multiple libvirt based utilities use a HAL based fallback when virInterface is not available which is less than ideal. This implements: * virConnectNumOfInterfaces() * virConnectListInterface