summaryrefslogtreecommitdiffstats
path: root/libvirt-python-api.xml
Commit message (Collapse)AuthorAgeFilesLines
* Added vir*GetAutostart APIs to pythonDaniel P. Berrange2007-04-101-0/+10
|
* Added python bindings for networking APIsDaniel P. Berrange2007-03-091-0/+21
|
* Added binding for virConnectListDefinedDomains apiv0.1.9v0.1.11v0.1.10Daniel P. Berrange2006-11-161-0/+5
|
* * include/libvirt.h[.in] include/virterror.h src/driver.hDaniel Veillard2006-03-291-3/+8
| | | | | | | | | | | src/internal.h src/libvirt_sym.version src/xen_internal.c src/xs_internal.c: added a new entry point to get node hardware informations virGetNodeInfo, and associated driver hook. * src/xend_internal.c: implemented the node and version information hooks for the Xen Daemon * python/libvir.c python/libvirt-python-api.xml python/generator.py: also added Python bindings for the new call Daniel
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:Daniel Veillard2006-02-241-0/+6
| | | | | | UUID strings can contain zeroes, so the autogenerated conversion functions don't work. Daniel
* * src/libvirt.c: fixing a bug before the release of 0.0.5v0.0.5Daniel Veillard2006-02-231-1/+6
| | | | | | | | * python/generator.py python/libvir.c python/libvirt-python-api.xml: also fixing the binding for getting a domain UUID * python/tests/Makefile.am python/tests/uuid.py: added a test for the new UUID API Daniel
* * //* : renamed the project libvirt , this affects all makefiles,v0.0.3Daniel Veillard2006-02-091-0/+15
the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel