• P
    python: add API exports for virConnectListAllDomains() · bd34cc8c
    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 api.
    
    The implementation is done manually as the generator does not support
    wrapping list of virDomainPtrs into virDomain objects.
    bd34cc8c
libvirt-override-api.xml 31.2 KB