]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc/POWER9: Add ISAv3.00 MMU definition
authorSuraj Jitindar Singh <sjitindarsingh@gmail.com>
Fri, 10 Feb 2017 05:25:51 +0000 (16:25 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 22 Feb 2017 00:28:28 +0000 (11:28 +1100)
commit86cf1e9fe852e5c322968c2c708a7efa8b7be5d9
treea822ee586b21bab11008149a31eca4871f774375
parent7659ca1a3e22aa298022b1ecb21bf3650a01e814
target/ppc/POWER9: Add ISAv3.00 MMU definition

POWER9 processors implement the mmu as defined in version 3.00 of the ISA.

Add a definition for this mmu model and set the POWER9 cpu model to use
this mmu model.

Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu-qom.h
target/ppc/mmu_helper.c
target/ppc/translate_init.c