s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE
commit06d8a10a70b7ef14ebf88b874858f73f2dee1109
authorDavid Hildenbrand <david@redhat.com>
Fri, 3 Sep 2021 15:55:04 +0000 (3 17:55 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 6 Sep 2021 14:24:05 +0000 (6 16:24 +0200)
tree36bc58ae63bcdb7c7ef1e1ee7d8d0d8dae72bf3d
parentfe00c705fec7bf20f5832fd6d8245fd554097cfc
s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE

For RRBE, SSKE, and ISKE, we're dealing with real addresses, so we have to
convert to an absolute address first.

In the future, when adding EDAT1 support, we'll have to pay attention to
SSKE handling, as we'll be dealing with absolute addresses when the
multiple-block control is one.

Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210903155514.44772-4-david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/mem_helper.c