summary refs log tree commit diff stats
path: root/util/qemu-thread-posix.c
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2015-03-04 12:31:26 +1100
committerAlexander Graf <agraf@suse.de>2015-03-09 15:00:08 +0100
commitd7586dc426472b5ad0f5c01b5c7c551eeb5a6003 (patch)
tree3d529cd5cc9ae342153200bc3cad3d47571eb594 /util/qemu-thread-posix.c
parent3ba55e399f7637d2b4054bcc30228cd2d0883823 (diff)
downloadfocaccia-qemu-d7586dc426472b5ad0f5c01b5c7c551eeb5a6003.tar.gz
focaccia-qemu-d7586dc426472b5ad0f5c01b5c7c551eeb5a6003.zip
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>
Diffstat (limited to 'util/qemu-thread-posix.c')
0 files changed, 0 insertions, 0 deletions