]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390x/helper: Added format control bit to MMU translation
authorThomas Huth <thuth@linux.vnet.ibm.com>
Fri, 25 Apr 2014 13:37:19 +0000 (15:37 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 25 Jun 2014 21:39:52 +0000 (16:39 -0500)
commitdd8f80b83c47ce6298a0a40a357d2ad738b0a0c2
treefecbe09c5385d488dc141bad0d75cf4f357f45c1
parentb1a86eb532b4d32e4527a5373307873d95729aea
s390x/helper: Added format control bit to MMU translation

With the EDAT-1 facility, the MMU translation can stop at the
segment table already, pointing to a 1 MB block. And while we're
at it, move the page table entry handling to a separate function,
too, as suggested by Alexander Graf.

Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
(cherry picked from commit c4400206d43b6a235299c7047cca0af93269fc03)

Conflicts:
target-s390x/helper.c

*removed unecessary context

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-s390x/cpu.h
target-s390x/helper.c