Re: [libvirt] [PATCH 02/10] list: Add helpers for listing storage pool objects

2012-09-04 Thread Eric Blake
On 09/04/2012 09:16 AM, Osier Yang wrote: > src/conf/storage_conf.c: Add virStoragePoolMatch to filter the > pools; Add virStoragePoolList to iterate over the pool objects > with filter. > > src/conf/storage_conf.h: Declare virStoragePoolMatch, > virStoragePoolList, and the macros for filters. >

[libvirt] [PATCH 02/10] list: Add helpers for listing storage pool objects

2012-09-04 Thread Osier Yang
src/conf/storage_conf.c: Add virStoragePoolMatch to filter the pools; Add virStoragePoolList to iterate over the pool objects with filter. src/conf/storage_conf.h: Declare virStoragePoolMatch, virStoragePoolList, and the macros for filters. src/libvirt_private.syms: Export helper virStoragePoolLi