summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2013-11-21 08:47:08 -0600
committerDoug Goldstein <cardoe@cardoe.com>2013-11-21 14:20:45 -0600
commit45ac117cf619bed49d30d6d330fdd6cc8a4bcdbb (patch)
tree22d23851af6d30a4944e27dcbee70744d46ac704 /generator.py
parent4b6944d3c0ff43683fc310da061fac6e05c57b66 (diff)
downloadlibvirt-python-v9-45ac117cf619bed49d30d6d330fdd6cc8a4bcdbb.tar.gz
libvirt-python-v9-45ac117cf619bed49d30d6d330fdd6cc8a4bcdbb.tar.xz
libvirt-python-v9-45ac117cf619bed49d30d6d330fdd6cc8a4bcdbb.zip
python: remove virConnectGetCPUModelNames from globals
Commit de51dc9c9aed0e615c8b301cccb89f4859324eb0 primarily added virConnectGetCPUModelNames as libvirt.getCPUModelNames(conn, arch) instead of libvirt.virConnect.getCPUModelNames(arch) so revert the code that does the former while leaving the code that does the later. This is the rest of the patch that was ACK'd by Dan but I committed only the partial patch in 6a8b8ae.
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 0e86bed..20f5dff 100755
--- a/generator.py
+++ b/generator.py
@@ -449,6 +449,7 @@ skip_impl = (
'virNodeGetCPUMap',
'virDomainMigrate3',
'virDomainMigrateToURI3',
+ 'virConnectGetCPUModelNames',
)
lxc_skip_impl = (