summaryrefslogtreecommitdiffstats
path: root/libvirt-python-api.xml
Commit message (Collapse)AuthorAgeFilesLines
* libvirt-0.3.3-1.el5libvirt-0.3.3-9.el5libvirt-0.3.3-8.el5libvirt-0.3.3-7.el5libvirt-0.3.3-6.el5libvirt-0.3.3-5.el5libvirt-0.3.3-4.el5libvirt-0.3.3-3.el5libvirt-0.3.3-2.el5libvirt-0.3.3-14.el5.3.1libvirt-0.3.3-14.el5libvirt-0.3.3-13.el5libvirt-0.3.3-12.el5libvirt-0.3.3-11.el5libvirt-0.3.3-10.el5libvirt-0.3.3-1.el5RHEL-5.3Daniel Veillard2007-09-301-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.3.3 - Avahi support - NUMA support - APIs for collecting statistics on disks and interfaces - API for domains migration - localtime clock support - PS/2 and USB input devices - Secure remote access support - unification of daemons - lots of assorted improvements, bugfixes and cleanups - documentation and localization improvements - Resolves: rhbz#223833 - Resolves: rhbz#235851 - Resolves: rhbz#251641 - Resolves: rhbz#251706 - Resolves: rhbz#253494 - Resolves: rhbz#254051 - Resolves: rhbz#273421 - Resolves: rhbz#306931 - Resolves: rhbz#328841 - Resolves: rhbz#346281
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:v0.3.3LIBVIRT_0_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.10LIBVIRT_0_1_9LIBVIRT_0_1_11LIBVIRT_0_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.5LIBVIRT_0_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.3LIBVIRT_0_0_3Daniel Veillard2006-02-091-0/+15
the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel