]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: remove virConnectGetCPUModelNames from globals
authorDoug Goldstein <cardoe@cardoe.com>
Thu, 21 Nov 2013 14:47:08 +0000 (08:47 -0600)
committerDoug Goldstein <cardoe@cardoe.com>
Thu, 21 Nov 2013 20:20:45 +0000 (14:20 -0600)
commit6b90d7428d72e92db292a9228c44701bfd5003c9
tree954f5bb34c6111ecb1e0a8062bfc13eec8ae6b95
parent6a8b8ae41d8443ea40ec22b1bb3fe1d21fb93f9d
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.
python/generator.py
python/libvirt-override.c