]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Simplify ppc64 part of CPU map XML
authorAndrea Bolognani <abologna@redhat.com>
Fri, 7 Aug 2015 15:39:15 +0000 (17:39 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 11 Aug 2015 12:05:35 +0000 (14:05 +0200)
commitd87359af5eb5b21848da1906f8e34f107bbea151
tree6e881202820575093031a44e304d3926c976dbb2
parent59fcc9619522d4ac837dafc3c04f6309761f3c5b
cpu: Simplify ppc64 part of CPU map XML

Use multiple PVRs per CPU model to reduce the number of models we
need to keep track of.

Remove specific CPU models (eg. POWER7+_v2.1): the corresponding
generic CPU model (eg. POWER7) should be used instead to ensure
the guest can be booted on any compatible host.

Get rid of all the entries that did not match any of the CPU
models supported by QEMU, like power8 and power8e.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1250977
src/cpu/cpu_map.xml