From 8a85b2bf232d251c5c688721b68145fc21bf3581 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 24 Feb 2006 12:26:56 +0000 Subject: * python/generator.py python/libvir.c python/libvirt-python-api.xml: UUID strings can contain zeroes, so the autogenerated conversion functions don't work. Daniel --- libvirt-python-api.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libvirt-python-api.xml') diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml index 2a43280..3b75525 100644 --- a/libvirt-python-api.xml +++ b/libvirt-python-api.xml @@ -6,6 +6,12 @@ + + Try to lookup a domain on the given hypervisor based on its UUID. + + + + 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. -- cgit