mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
python: add bindings for virConnectGetCPUModelNames
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
committed by
Eric Blake
parent
ea45b23cfc
commit
de51dc9c9a
@@ -250,6 +250,7 @@ lxc_functions_failed = []
|
||||
qemu_functions_failed = []
|
||||
functions_skipped = [
|
||||
"virConnectListDomains",
|
||||
"virConnectGetCPUModelNames",
|
||||
]
|
||||
lxc_functions_skipped = []
|
||||
qemu_functions_skipped = []
|
||||
@@ -366,7 +367,6 @@ 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',
|
||||
|
||||
Reference in New Issue
Block a user