]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: Remove POWER5+ v0.0 that never existed
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 18 Mar 2015 03:11:21 +0000 (14:11 +1100)
committerAlexander Graf <agraf@suse.de>
Wed, 25 Mar 2015 21:49:46 +0000 (22:49 +0100)
commitfda276c7aafe2bfc9df808e61abd25cb834a0254
tree145f2374fc551d3f43ccbe5d3d7fa8b56b1516c7
parent4c56440d6754b45c2d82969e029a3c2a72864b30
target-ppc: Remove POWER5+ v0.0 that never existed

IBM uses low 16bits to specify the chip version of a POWER CPU.
So there has never been an actual silicon with PVR = 0x003B0000.
The first silicon would have PVR 0x003B0100 but it is very unlikely
to find it in any machine shipped to any customer as it was too raw.

This removes CPU_POWERPC_POWER5P_v00 definition and changes
POWER5+ and POWERgs aliases (which are synonyms) to point to
POWER5+_v2.1 which can still be found in real machines.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Andreas Färber <afaerber@suse.de>
[agraf: fix commit message]
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu-models.c
target-ppc/cpu-models.h