target/s390x: Return exception from mmu_translate
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Oct 2019 17:16:05 +0000 (10:16 -0700)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:01 +0000 (12:49 +0200)
commitce7ac79d28edd72ee4ada624a709706b9ff312f8
tree56624635744c505133ba47b9723ac9187cda0f29
parentc7363b28ffd2008dab09ffe7077e84f090cc80d0
target/s390x: Return exception from mmu_translate

Do not raise the exception directly within mmu_translate,
but pass it back so that caller may do so.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191001171614.8405-10-richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/excp_helper.c
target/s390x/helper.c
target/s390x/internal.h
target/s390x/mem_helper.c
target/s390x/mmu_helper.c