]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/s390x: Return exception from mmu_translate_real
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Oct 2019 17:16:03 +0000 (10:16 -0700)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:01 +0000 (12:49 +0200)
commit31b59419069eb844348b55bee4694f5685cfd8c0
tree243e2c6c3aa8c45a280ee4db96248437b2b4a457
parent1ab3302886b6b4278b439439ceacb46c4effbb5d
target/s390x: Return exception from mmu_translate_real

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

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