]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Remove hardcoded list of PowerPC models
authorJiri Denemark <jdenemar@redhat.com>
Wed, 19 Dec 2012 00:35:51 +0000 (01:35 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 19 Apr 2013 12:33:16 +0000 (14:33 +0200)
commit7a4f12381cd6791c8f8aef5bb75df7d3419c2b16
treebcd5e01bae0e70f249c1a3d363cdb5e4e5a4dbe2
parentf42ecaf12beccac131c7b03189565e8cfc8eef7f
cpu: Remove hardcoded list of PowerPC models

The cpu_map.xml file is there to separate CPU model definitions from the
code. Having the only interesting data for PowerPC models only in the
source code. This patch moves this data to the XML file and removes the
hardcoded list completely.
src/cpu/cpu_map.xml
src/cpu/cpu_powerpc.c