]> git.proxmox.com Git - mirror_qemu.git/commit
ppc: Add POWER8 IAMR register
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 21 Mar 2016 12:52:38 +0000 (13:52 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 24 Mar 2016 00:17:34 +0000 (11:17 +1100)
commita6eabb9e5908ddf521ea372651b8321ffa804bd8
tree3c92947c5aaf7a97627d9798341bd1cfd34f7137
parent97eaf30ec68eab6efdedf32ad210581d074bcb03
ppc: Add POWER8 IAMR register

With appropriate AMR-like masks. Not actually used by the translation
logic at that point

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
[clg: changed spr_register_hv(SPR_IAMR) to spr_register_kvm_hv(SPR_IAMR)
      changed gen_spr_amr() prototype ]
Signed-off-by: Cédric Le Goater <clg@fr.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/cpu.h
target-ppc/translate_init.c