target-s390x: PER instruction-fetch nullification event support
commit83bb161299c019e25a3add59504f0b69e6257dcd
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 12 Jun 2015 22:46:02 +0000 (13 00:46 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 17 Jun 2015 10:40:52 +0000 (17 12:40 +0200)
tree9fe7ba28d4ed39a6c8f7fd7615719db10a5c2d92
parent2f54394997bfc808bbfbebb2d8294edd17d63808
target-s390x: PER instruction-fetch nullification event support

For the instruction-fetch nullification event, we just reuse the
existing instruction-fetch code and trigger the exception immediately
in that case.

There is no need to save the CPU state in the TCG code as it has been
saved by the previous instruction before calling the per_check_exception
helper.

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