From 300aa2d3f92c981cd8df9ccc0546b93251d796cf Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 29 Mar 2006 12:46:03 +0000 Subject: * include/libvirt.h[.in] include/virterror.h src/driver.h 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 --- libvirt-python-api.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'libvirt-python-api.xml') diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml index 3b75525..302ba02 100644 --- a/libvirt-python-api.xml +++ b/libvirt-python-api.xml @@ -12,12 +12,17 @@ - - Extract information about a domain. Note that if the connection used to get the domain is limited only a partial set of the informations can be extracted. + + Extract informations about a domain. Note that if the connection used to get the domain is limited only a partial set of the informations can be extracted. - + + Extract hardware informations about the Node. + + + + Extract the UUID unique Identifier of a domain. -- cgit