s390x/mmu: Add EDAT2 translation support
commit90790898a1c93072d080f46b30259ee5ca4e6435
authorDavid Hildenbrand <david@redhat.com>
Sun, 14 Jan 2018 23:04:07 +0000 (15 00:04 +0100)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:01 +0000 (9 12:49 +0200)
treeb2470b9b7978e28e55ed565ab32ac0c32e956851
parenta4e95b41a1bd3fe82d130773357d0df52b50e67f
s390x/mmu: Add EDAT2 translation support

This only adds basic support to the DAT translation, but no EDAT2 support
for TCG. E.g., the gdbstub under kvm uses this function, too, to
translate virtual addresses.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
target/s390x/mmu_helper.c