summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2013-09-23 11:45:58 +0200
committerEric Blake <eblake@redhat.com>2013-09-23 15:41:50 -0600
commit9d091faa7dd455c104b68493629de87ec3e6dd94 (patch)
treed3fdc045bab46effbb2ed78aaef394910b9cd0c3
parent793ca0c3b1cfc0106c6dd217690be996538558f9 (diff)
downloadlibvirt-python-v7-9d091faa7dd455c104b68493629de87ec3e6dd94.tar.gz
libvirt-python-v7-9d091faa7dd455c104b68493629de87ec3e6dd94.tar.xz
libvirt-python-v7-9d091faa7dd455c104b68493629de87ec3e6dd94.zip
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>
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index a91dde8..73107d7 100755
--- a/generator.py
+++ b/generator.py
@@ -366,6 +366,7 @@ foreign_encoding_args = (
# 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()).
skip_impl = (
+ "virConnectGetCPUModelNames",
'virConnectGetVersion',
'virConnectGetLibVersion',
'virConnectListDomainsID',