]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: Add versions to server CPU descriptions
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 4 Mar 2015 01:31:26 +0000 (12:31 +1100)
committerAlexander Graf <agraf@suse.de>
Mon, 9 Mar 2015 14:00:08 +0000 (15:00 +0100)
commitd7586dc426472b5ad0f5c01b5c7c551eeb5a6003
tree3d529cd5cc9ae342153200bc3cad3d47571eb594
parent3ba55e399f7637d2b4054bcc30228cd2d0883823
target-ppc: Add versions to server CPU descriptions

5b79b1c "target-ppc: Create versionless CPU class per family if KVM" added
a dynamic CPU class registration with the name of the CPU family which
QEMU is running on. For example, this allowed specifying "-cpu POWER7"
on every version of POWER7 machine, not just the one which POWER7 was
an alias of. I.e. before 5b79b1c, "-cpu POWER7" would not work on real
POWER7 2.1 and would work on POWER7 2.3 only. The same story for POWER8.

However that patch broke POWER5+ support as POWER5+ CPU uses the same
name as the CPU class so dynamic registering of the POWER5+ class failed.

This redefines POWER5+ server CPUs by adding a version to them and adding
an alias for TCG case. KVM will use dynamically registered CPUs.

While we are here, do the same for 970 CPU.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu-models.c
target-ppc/cpu-models.h