summaryrefslogtreecommitdiffstats
path: root/libvirt-override-api.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libvirt-override-api.xml')
-rw-r--r--libvirt-override-api.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml
index 3d8f46c..76a6fd5 100644
--- a/libvirt-override-api.xml
+++ b/libvirt-override-api.xml
@@ -231,5 +231,12 @@
<arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
<return type='str *' info='the list of Names of None in case of error'/>
</function>
+ <function name='virConnectBaselineCPU' file='python'>
+ <info>Computes the most feature-rich CPU which is compatible with all given host CPUs.</info>
+ <return type='char *' info='XML description of the computed CPU or NULL on error.'/>
+ <arg name='conn' type='virConnectPtr' info='virConnect connection'/>
+ <arg name='xmlCPUs' type='const char **' info='array of XML descriptions of host CPUs'/>
+ <arg name='flags' type='unsigned int' info='fine-tuning flags, currently unused, pass 0.'/>
+ </function>
</symbols>
</api>