Re: [libvirt] [PATCH 4/5] list: Use virConnectListAllInterfaces in virsh

2012-09-10 Thread Laine Stump
On 09/04/2012 12:10 PM, Osier Yang wrote: > tools/virsh-interface.c: > * vshInterfaceSorter to sort interfaces by name > > * vshInterfaceListFree to free the interface objects list. > > * vshInterfaceListCollect to collect the interface objects, trying > to use new API first, fall back to

[libvirt] [PATCH 4/5] list: Use virConnectListAllInterfaces in virsh

2012-09-04 Thread Osier Yang
tools/virsh-interface.c: * vshInterfaceSorter to sort interfaces by name * vshInterfaceListFree to free the interface objects list. * vshInterfaceListCollect to collect the interface objects, trying to use new API first, fall back to older APIs if it's not supported. --- tools/virsh-in