summaryrefslogtreecommitdiff
path: root/default-configs/sh4eb-softmmu.mak
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2015-06-13 00:45:56 +0200
committerAlexander Graf <agraf@suse.de>2015-06-17 12:40:52 +0200
commit777c98c32ce577a9671b9267ff6e2802f69ebafd (patch)
tree1c6aece20307d708f01509a4d76867617e444385 /default-configs/sh4eb-softmmu.mak
parentd453d103831c966e7920f146eb3416e43b588f89 (diff)
downloadqemu-777c98c32ce577a9671b9267ff6e2802f69ebafd.tar.gz
target-s390x: basic PER event handling
This patch add basic support to generate PER exceptions. It adds two fields to the cpu structure to record for the PER address and PER code & ATMID values. When an exception is triggered and a PER event is pending, the two PER values are copied to the lowcore area. At the end of an instruction, an helper is checking for a possible pending PER event and triggers an exception in that case. For that to work with branches, we need to disable TB chaining when PER is activated. Fortunately it's already in the TB flags. Finally in case of a SERVICE CALL exception, we need to trigger the PER exception immediately after. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'default-configs/sh4eb-softmmu.mak')
0 files changed, 0 insertions, 0 deletions