]> Git Repo - qemu.git/commit - target/s390x/kvm.c
s390x/kvm: Add function for injecting pgm access exceptions
authorThomas Huth <[email protected]>
Thu, 12 Feb 2015 17:09:30 +0000 (18:09 +0100)
committerChristian Borntraeger <[email protected]>
Wed, 18 Feb 2015 08:37:15 +0000 (09:37 +0100)
commit801cdd355f8bc578f1d02462a91313959e55bee7
tree8002276a62643a1b26bccf8df9c1ca2bb02f5429
parent9d77309c9fedca33525cae820b9eff6f35c795f4
s390x/kvm: Add function for injecting pgm access exceptions

Program access exceptions are defined to deliver a translation exception
code in the low-core. Add a function trigger_access_exception() that
generates the proper program interrupt on both KVM and non-KVM systems
and switch the existing code to use it.

Signed-off-by: Thomas Huth <[email protected]>
Signed-off-by: Jens Freimann <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
target-s390x/cpu.h
target-s390x/kvm.c
target-s390x/mmu_helper.c
This page took 0.024619 seconds and 4 git commands to generate.