diff options
author | Peter Krempa <pkrempa@redhat.com> | 2012-05-20 16:20:11 +0200 |
---|---|---|
committer | Peter Krempa <pkrempa@redhat.com> | 2012-06-18 21:24:13 +0200 |
commit | bd34cc8c451b03a044e98d2f68e25620e15c4831 (patch) | |
tree | 3305aca5dd08aa61ab0b872411199e0f87bab015 /daemon | |
parent | lib: Add public api to enable atomic listing of guest (diff) | |
download | libvirt-bd34cc8c451b03a044e98d2f68e25620e15c4831.tar.gz libvirt-bd34cc8c451b03a044e98d2f68e25620e15c4831.tar.bz2 libvirt-bd34cc8c451b03a044e98d2f68e25620e15c4831.zip |
python: add API exports for virConnectListAllDomains()
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 api.
The implementation is done manually as the generator does not support
wrapping list of virDomainPtrs into virDomain objects.
Diffstat (limited to 'daemon')
0 files changed, 0 insertions, 0 deletions