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

Do not raise the exception directly within translate_pages,
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-11-richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/mmu_helper.c