]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Add pcr_supported to POWER9 cpu class definition
authorSuraj Jitindar Singh <sjitindarsingh@gmail.com>
Fri, 13 Jan 2017 06:28:09 +0000 (17:28 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Jan 2017 23:10:14 +0000 (10:10 +1100)
commit216c944eebdcbc428beecd3b5aa53d4c5b81d682
tree82d3ead4e176effd83ea0b72c9bb7b61ba8f51ea
parentc104949f64676a528347146027b5f71c4a2415c0
target/ppc: Add pcr_supported to POWER9 cpu class definition

pcr_supported is used to define the supported PCR values for a given
processor. A POWER9 processor can support 3.00, 2.07, 2.06 and 2.05
compatibility modes, thus we set this accordingly.

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