]> xenbits.xensource.com Git - libvirt.git/commit
Enable virDomainBlockPull in the python API.
authorAdam Litke <agl@us.ibm.com>
Tue, 14 Jun 2011 14:36:52 +0000 (09:36 -0500)
committerEric Blake <eblake@redhat.com>
Wed, 15 Jun 2011 04:37:39 +0000 (22:37 -0600)
commitd74b86f5d6ecae3d18a391f90a918fcac75914db
tree2e6bf482bd18dd02227ac517909e0fdc63dd3ca6
parent3e2493ce28b7e20416e916fdf893a9569c267925
Enable virDomainBlockPull in the python API.

virDomainBlockPullAll and virDomainBlockPullAbort are handled automatically.
virDomainBlockPull and virDomainBlockPullInfo require manual overrides since
they return a custom type.

* python/generator.py: reenable bindings for this entry point
* python/libvirt-override-api.xml python/libvirt-override.c:
  manual overrides

Signed-off-by: Adam Litke <agl@us.ibm.com>
Acked-by: Daniel P. Berrange <berrange@redhat.com>
python/generator.py
python/libvirt-override-api.xml
python/libvirt-override.c