Re: [libvirt] [PATCH] interface: add virInterfaceGetXMLDesc() in udev

2012-10-17 Thread Michal Privoznik
On 15.10.2012 00:02, Doug Goldstein wrote: > Added support for retrieving the XML defining a specific interface via > the udev based backend to virInterface. Implement the following APIs > for the udev based backend: > * virInterfaceGetXMLDesc() > > Note: Does not support bond devices. > --- > sr

[libvirt] [PATCH] interface: add virInterfaceGetXMLDesc() in udev

2012-10-14 Thread Doug Goldstein
Added support for retrieving the XML defining a specific interface via the udev based backend to virInterface. Implement the following APIs for the udev based backend: * virInterfaceGetXMLDesc() Note: Does not support bond devices. --- src/interface/interface_backend_udev.c | 251 +++