s390x/diag: pass the retaddr into handle_diag_308()
commit968db419de26d3011670ca7eeab57424f93cd888
authorDavid Hildenbrand <david@redhat.com>
Thu, 30 Nov 2017 16:27:34 +0000 (30 17:27 +0100)
committerCornelia Huck <cohuck@redhat.com>
Thu, 14 Dec 2017 16:56:54 +0000 (14 17:56 +0100)
tree33c32845bd4de522900d091921558a5f31308983
parent468a93898a97639d8ba412d6a3cf9252f1927276
s390x/diag: pass the retaddr into handle_diag_308()

Needed to later drop potential_page_fault() from the diag TCG translate
function.

Convert program_interrupt() to s390_program_interrupt() directly, making
use of the passed address.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20171130162744.25442-7-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/diag.c
target/s390x/internal.h
target/s390x/kvm.c
target/s390x/misc_helper.c