s390x/tcg: make lura(g) use the new _real mmu.
commit34499dadc1360c873009a30cd89fa8b9ec269b6e
authorDavid Hildenbrand <david@redhat.com>
Tue, 26 Sep 2017 18:33:15 +0000 (26 20:33 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 6 Oct 2017 08:53:02 +0000 (6 10:53 +0200)
tree9133341c11fa6fa9bab396fa32dfaa2a3dab062c
parentfb66944df92f4cf28b6f66232f82b9dd46ddcdb2
s390x/tcg: make lura(g) use the new _real mmu.

Looks like, lurag was not loading 64bit but only 32bit.

As we properly handle the return address now, we can drop
potential_page_fault().

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170926183318.12995-4-david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/mem_helper.c
target/s390x/translate.c