]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/translate_init.c
target-ppc: Remove POWER7+ and POWER8E families
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Mon, 30 Jun 2014 14:30:18 +0000 (00:30 +1000)
committerAlexander Graf <agraf@suse.de>
Tue, 8 Jul 2014 10:10:36 +0000 (12:10 +0200)
commitb60c60070c0df4ef01d5c727929fe0e93e6fdd09
tree610648f107ddcdf5b88dd1e89be22c0c5c1eb843
parent03ae4133ab8675d4c67e6fdc8032de7c53a89514
target-ppc: Remove POWER7+ and POWER8E families

POWER8E is architecturally equal to POWER8 and POWER7+ is equal to
POWER7. Also no user space tool makes any difference for CPU node name
in the device tree (such as PowerPC,POWER7@0 vs. PowerPC,POWER7+@0).
So there is no point in emulating POWER7+ and POWER8E apart from POWER7
and POWER8. Also, the previos patch implemented multiple PVR mask support
per CPU class so POWER7 class now covers both POWER7 and POWER7+ CPUs,
same is valid for POWER8/8E.

This removes POWER7+ and POWER8E classes. This replaces references
to POWER7P/POWER8E families with POWER7/POWER8 families.

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