]> 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 14:47:08 +0000 (08:47 -0600)
commit6a8b8ae41d8443ea40ec22b1bb3fe1d21fb93f9d
treed7c0e61a5fecc027de9670e80e1852272268a129
parent09f23952170aa6d84262676b10274fdd6b3b3a2f
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.
python/generator.py
python/libvirt-override.py