]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: Add POWER8's Event Based Branch (EBB) control SPRs
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 4 Jun 2014 12:51:01 +0000 (22:51 +1000)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:45 +0000 (13:24 +0200)
commit4ee4a03b38685be863803e52d9b00ffbc7ce9a22
tree2297a43ae990bc832cc7c1fec7f03a7a68ffae8d
parent80b3f79b999a334b277137f698c43e7730da4224
target-ppc: Add POWER8's Event Based Branch (EBB) control SPRs

POWER8 supports Event-Based Branch Facility (EBB). It is controlled via
set of SPRs access to which should generate an "Facility Unavailable"
interrupt if the facilities are not enabled in FSCR for problem state.

This adds EBB SPRs.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/translate_init.c