Re: [libvirt] [PATCH 03/48] list: Define new API virStorageListALlStoragePools

2012-08-13 Thread Osier Yang
On 2012年08月06日 22:57, Guido Günther wrote: On Fri, Aug 03, 2012 at 11:48:06PM +0800, Osier Yang wrote: This introduces a new API to list the storage pool objects, 4 groups of flags are provided to filter the returned pools: Typo on the subject: capital all in virStorageListALlStoragePools

Re: [libvirt] [PATCH 03/48] list: Define new API virStorageListALlStoragePools

2012-08-07 Thread Guido Günther
On Fri, Aug 03, 2012 at 11:48:06PM +0800, Osier Yang wrote: This introduces a new API to list the storage pool objects, 4 groups of flags are provided to filter the returned pools: Typo on the subject: capital all in virStorageListALlStoragePools ^ Cheers, --

[libvirt] [PATCH 03/48] list: Define new API virStorageListALlStoragePools

2012-08-03 Thread Osier Yang
This introduces a new API to list the storage pool objects, 4 groups of flags are provided to filter the returned pools: * Active or not * Autostarting or not * Persistent or not * And the pool type. include/libvirt/libvirt.h.in: New enum virConnectListAllStoragePoolFlags;