On 11/11/2009 10:59 AM, Dan Kenigsberg wrote:
---
python/libvirt-override-api.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/python/libvirt-override-api.xml b/python/libvirt-override-api.xml
index 148b89b..e7b5cbe 100644
--- a/python/libvirt-override-api.xml
+++ b/python/libvirt-override-api.xml
@@ -118,7 +118,7 @@
<arg name='domain' type='virDomainPtr' info='pointer to
domain object'/>
</function>
<function name='virDomainGetVcpus' file='python'>
- <info>Extract information about virtual CPUs of domain, store it in info
array and also in cpumaps if this pointer is'nt NULL.</info>
+ <info>Extract information about virtual CPUs of domain. Return two lists:
one with cpuinfo per vcpu, and the other with cpu affinity map per vcpu.</info>
<return type='int' info='the number of info filled in case of
success, -1 in case of failure.'/>
<arg name='domain' type='virDomainPtr' info='pointer to
domain object, or NULL for Domain0'/>
</function>
ACK
- Cole