diff options
author | Jiri Denemark <jdenemar@redhat.com> | 2010-01-22 14:52:41 +0100 |
---|---|---|
committer | Jiri Denemark <jdenemar@redhat.com> | 2010-02-12 14:21:58 +0100 |
commit | be6735de04f6f1e067553d0c96bdedf3bfe759bf (patch) | |
tree | 2e0f3bc78ea3c735ff0dae896f09402c94ed142d /libvirt-override-api.xml | |
parent | 2d35af171a2e7c5eb6ce7e7c2bd90cacb4ab0ce6 (diff) | |
download | libvirt-python-v6-be6735de04f6f1e067553d0c96bdedf3bfe759bf.tar.gz libvirt-python-v6-be6735de04f6f1e067553d0c96bdedf3bfe759bf.tar.xz libvirt-python-v6-be6735de04f6f1e067553d0c96bdedf3bfe759bf.zip |
virConnectBaselineCPU public API
Diffstat (limited to 'libvirt-override-api.xml')
-rw-r--r-- | libvirt-override-api.xml | 7 |
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> |