summaryrefslogtreecommitdiffstats
path: root/libvirt-python-api.xml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2007-09-30 13:48:31 +0000
committerDaniel Veillard <veillard@redhat.com>2007-09-30 13:48:31 +0000
commit03c33f098186e38f4da8ae479678a34502b1ed5e (patch)
treea47b8a6b44e17b9fd63c0f659df810e37b375dff /libvirt-python-api.xml
parenta4e8e2c99ad3f5d8fe01885caedc95e303eec5e8 (diff)
downloadlibvirt-python-v6-libvirt-0.3.3-2.el5.tar.gz
libvirt-python-v6-libvirt-0.3.3-2.el5.tar.xz
libvirt-python-v6-libvirt-0.3.3-2.el5.zip
- 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
Diffstat (limited to 'libvirt-python-api.xml')
-rw-r--r--libvirt-python-api.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml
index b6154e7..46b2fa2 100644
--- a/libvirt-python-api.xml
+++ b/libvirt-python-api.xml
@@ -75,5 +75,12 @@
<arg name='domain' type='virDomainPtr' info='a domain object'/>
<arg name='path' type='char *' info='the path for the interface device'/>
</function>
+ <function name="virNodeGetCellsFreeMemory" file='python'>
+ <info>Returns the availbale memory for a list of cells</info>
+ <arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
+ <arg name='startCell' type='int' info='first cell in the list'/>
+ <arg name='maxCells' type='int' info='number of cell in the list'/>
+ <return type='int *' info="the list available memory in the cells"/>
+ </function>
</symbols>
</api>