target-s390x: PER successful-branching event support
commit2c2275eb41c612df4bd115cf71d6e651d105f69c
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 12 Jun 2015 22:45:57 +0000 (13 00:45 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 17 Jun 2015 10:40:52 +0000 (17 12:40 +0200)
tree2058f1860964c2c3f941f0e638d329ccec0ad0f8
parent777c98c32ce577a9671b9267ff6e2802f69ebafd
target-s390x: PER successful-branching event support

For the PER successful-branching event support, we can't rely on any
QEMU infrastucture. We therefore call an helper in all places where
a branch can be taken. We have to pay attention to the branch to next
case, as it's still a taken branch.

We don't need to care about the cases using goto_tb, as we have disabled
them in the previous patch.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/helper.h
target-s390x/misc_helper.c
target-s390x/translate.c