Re: [libvirt] [PATCH 5/6] list: Use virStoragePoolListAllVolumes in virsh

2012-09-07 Thread Peter Krempa
On 09/04/12 17:32, Osier Yang wrote: tools/virsh-volume.c: * vshStorageVolSorter to sort storage vols by name * vshStorageVolumeListFree to free the volume objects list * vshStorageVolumeListCollect to collect the volume objects, trying to use new API first, fall back to older API

[libvirt] [PATCH 5/6] list: Use virStoragePoolListAllVolumes in virsh

2012-09-04 Thread Osier Yang
tools/virsh-volume.c: * vshStorageVolSorter to sort storage vols by name * vshStorageVolumeListFree to free the volume objects list * vshStorageVolumeListCollect to collect the volume objects, trying to use new API first, fall back to older APIs if it's not supported. --- tools/virsh-v