]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate_init.c.inc
ppc: Add mmu_model defines for arch 2.03 and 2.07
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 22 Oct 2015 07:30:58 +0000 (18:30 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 23 Oct 2015 01:22:40 +0000 (12:22 +1100)
commitaa4bb58752310e7906683a2ac99566222c1e7228
tree2c806797ca3d6b3dd0366cebcf19130fe6f94b37
parenta23dec105c0faed7b9cba5d07d92df63a04dbb2e
ppc: Add mmu_model defines for arch 2.03 and 2.07

This removes unused POWERPC_MMU_2_06a/POWERPC_MMU_2_06d.

This replaces POWERPC_MMU_64B with POWERPC_MMU_2_03 for POWER5+ to be
more explicit about the version of the PowerISA supported.

This defines POWERPC_MMU_2_07 and uses it for the POWER8 CPU family.
This will not have an immediate effect now but it will in the following
patch.

This should cause no behavioural change.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
[aik: rebased, changed commit log]
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/cpu.h
target-ppc/kvm.c
target-ppc/mmu_helper.c
target-ppc/translate.c
target-ppc/translate_init.c