summaryrefslogtreecommitdiffstats
path: root/libvirt-python-api.xml
Commit message (Collapse)AuthorAgeFilesLines
* Python binding for node device APIs (David Lively)Daniel P. Berrange2008-11-211-0/+12
|
* * python/libvir.py python/libvirt-python-api.xml: more pythonv0.4.4Daniel Veillard2008-06-111-0/+5
| | | | | cleanups by Cole Robinson Daniel
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:Daniel Veillard2008-06-101-0/+20
| | | | | Apply patch from Cole Robinson fixing UUIDString for python Daniel
* Fix python code generation for storage APIsDaniel P. Berrange2008-05-291-0/+25
|
* Fix typo "informations" -> "information" (Atsushi SAKAI andRichard W.M. Jones2008-03-141-4/+4
| | | | Saori FUKUTA).
* Many typos fixed (Atsushi SAKAI).v0.4.1Richard W.M. Jones2008-02-291-2/+2
|
* Add missing vcpu/schedular APIs to python bindingDaniel P. Berrange2008-01-211-0/+28
|
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:Daniel Veillard2007-12-071-0/+7
| | | | | add a python binding for virNodeGetCellsFreeMemory Daniel
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:v0.3.3Daniel Veillard2007-09-301-0/+12
| | | | | provide bindings for block and interface statistics Daniel
* 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