Re: [libvirt] [PATCHv3 06/12] conf: Add helper for listing domains on drivers supporting virDomainObj

2012-06-18 Thread Peter Krempa
On 06/14/12 01:36, Eric Blake wrote: On 06/11/2012 04:34 AM, Peter Krempa wrote: This patch adds common code to list domains in fashion used by virListAllDomains with all currently supported flags. The header file also contains macros that group filters together that are used to shorten filter

Re: [libvirt] [PATCHv3 06/12] conf: Add helper for listing domains on drivers supporting virDomainObj

2012-06-13 Thread Eric Blake
On 06/11/2012 04:34 AM, Peter Krempa wrote: > > This patch adds common code to list domains in fashion used by > virListAllDomains with all currently supported flags. The header file > also contains macros that group filters together that are used to > shorten filter conditions. > --- > Diff to v2

[libvirt] [PATCHv3 06/12] conf: Add helper for listing domains on drivers supporting virDomainObj

2012-06-11 Thread Peter Krempa
This patch adds common code to list domains in fashion used by virListAllDomains with all currently supported flags. The header file also contains macros that group filters together that are used to shorten filter conditions. --- Diff to v2: -added macros grouping filter flags -Added support for m