Re: [libvirt] [PATCH 2/5] python: add API exports for virConnectListAllDomains()

2012-05-22 Thread Eric Blake
On 05/20/2012 09:56 AM, Peter Krempa wrote: This patch adds export of the new API function virConnectListAllDomains() to the libvirt-python bindings. The virConnect object now has method listAllDomains that takes only the flags parameter and returns a python list of virDomain object

Re: [libvirt] [PATCH 2/5] python: add API exports for virConnectListAllDomains()

2012-05-21 Thread Eric Blake
On 05/20/2012 09:56 AM, Peter Krempa wrote: This patch adds export of the new API function virConnectListAllDomains() to the libvirt-python bindings. The virConnect object now has method listAllDomains that takes only the flags parameter and returns a python list of virDomain object

[libvirt] [PATCH 2/5] python: add API exports for virConnectListAllDomains()

2012-05-20 Thread Peter Krempa
This patch adds export of the new API function virConnectListAllDomains() to the libvirt-python bindings. The virConnect object now has method listAllDomains that takes only the flags parameter and returns a python list of virDomain object corresponding to virDomainPtrs returned by the underlying