]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate_init.c.inc
ppc: Add dummy SPR_IC for POWER8
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 21 Mar 2016 12:52:35 +0000 (13:52 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 24 Mar 2016 00:17:34 +0000 (11:17 +1100)
commit21a558bed91f363ea8fc3f9a95b222a0949c70e7
tree1bdb5b5b90c060c332c0b0476c82dc602aa219cb
parent26a7f1291bb5581e51c413d744207d0a5910ff4c
ppc: Add dummy SPR_IC for POWER8

It's supposed to be an instruction counter. For now make us not
crash when accessing it.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
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