Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * python/libvir.py python/libvirt-python-api.xml: more pythonv0.4.4 | Daniel Veillard | 2008-06-11 | 1 | -0/+5 |
| | | | | | cleanups by Cole Robinson Daniel | ||||
* | * python/generator.py python/libvir.c python/libvirt-python-api.xml: | Daniel Veillard | 2008-06-10 | 1 | -0/+20 |
| | | | | | Apply patch from Cole Robinson fixing UUIDString for python Daniel | ||||
* | Fix python code generation for storage APIs | Daniel P. Berrange | 2008-05-29 | 1 | -0/+25 |
| | |||||
* | Fix typo "informations" -> "information" (Atsushi SAKAI and | Richard W.M. Jones | 2008-03-14 | 1 | -4/+4 |
| | | | | Saori FUKUTA). | ||||
* | Many typos fixed (Atsushi SAKAI).v0.4.1 | Richard W.M. Jones | 2008-02-29 | 1 | -2/+2 |
| | |||||
* | Add missing vcpu/schedular APIs to python binding | Daniel P. Berrange | 2008-01-21 | 1 | -0/+28 |
| | |||||
* | * python/generator.py python/libvir.c python/libvirt-python-api.xml: | Daniel Veillard | 2007-12-07 | 1 | -0/+7 |
| | | | | | add a python binding for virNodeGetCellsFreeMemory Daniel | ||||
* | * python/generator.py python/libvir.c python/libvirt-python-api.xml:v0.3.3 | Daniel Veillard | 2007-09-30 | 1 | -0/+12 |
| | | | | | provide bindings for block and interface statistics Daniel | ||||
* | Added vir*GetAutostart APIs to python | Daniel P. Berrange | 2007-04-10 | 1 | -0/+10 |
| | |||||
* | Added python bindings for networking APIs | Daniel P. Berrange | 2007-03-09 | 1 | -0/+21 |
| | |||||
* | Added binding for virConnectListDefinedDomains apiv0.1.9v0.1.11v0.1.10 | Daniel P. Berrange | 2006-11-16 | 1 | -0/+5 |
| | |||||
* | * include/libvirt.h[.in] include/virterror.h src/driver.h | Daniel Veillard | 2006-03-29 | 1 | -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 Veillard | 2006-02-24 | 1 | -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.5 | Daniel Veillard | 2006-02-23 | 1 | -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.3 | Daniel Veillard | 2006-02-09 | 1 | -0/+15 |
the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel |