OSDN Git Service

s390x/mmu: Inject PGM_ADDRESSING on bogus table addresses
authorDavid Hildenbrand <david@redhat.com>
Wed, 25 Sep 2019 10:08:19 +0000 (12:08 +0200)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:33:47 +0000 (12:33 +0200)
commit2ed0cd7cd7c55945cc9f16cdc3b102a14f22920a
treebfff1b1282613b24bff95e3f121ce3f079546059
parent81d7e3bc45a3245d3a078f153aaecc989eeae106
s390x/mmu: Inject PGM_ADDRESSING on bogus table addresses

Let's document how it works and inject PGM_ADDRESSING if reading of
table entries fails.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/mmu_helper.c