1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-04 12:21:57 +03:00

libvirt: add new public API virConnectGetCPUModelNames

The new function virConnectGetCPUModelNames allows to retrieve the list
of CPU models known by the hypervisor for a specific architecture.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2013-09-23 11:45:58 +02:00
committed by Eric Blake
parent 793ca0c3b1
commit 9d091faa7d

View File

@ -366,6 +366,7 @@ foreign_encoding_args = (
# Class methods which are written by hand in libvirt.c but the Python-level # Class methods which are written by hand in libvirt.c but the Python-level
# code is still automatically generated (so they are not in skip_function()). # code is still automatically generated (so they are not in skip_function()).
skip_impl = ( skip_impl = (
"virConnectGetCPUModelNames",
'virConnectGetVersion', 'virConnectGetVersion',
'virConnectGetLibVersion', 'virConnectGetLibVersion',
'virConnectListDomainsID', 'virConnectListDomainsID',