index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-s390x
/
mmu_helper.c
Age
Commit message (
Expand
)
Author
2015-02-18
s390x/mmu: Add function for accessing guest memory
Thomas Huth
2015-02-18
s390x/kvm: Add function for injecting pgm access exceptions
Thomas Huth
2015-02-18
s390x/mmu: Clean up mmu_translate_asc()
Thomas Huth
2015-02-18
s390x/mmu: Check bit 52 in page table entry
Thomas Huth
2015-02-18
s390x/mmu: Renaming related to the ASCE confusion
Thomas Huth
2015-02-18
s390x/mmu: Add support for read-only regions
Thomas Huth
2015-02-18
s390x/mmu: Fix the exception codes for illegal table entries
Thomas Huth
2015-02-18
s390x/mmu: Fix exception types when checking the ASCEs
Thomas Huth
2015-02-18
s390x/mmu: Fix translation exception code in lowcore
Thomas Huth
2015-02-18
s390x/mmu: Skip exceptions properly when translating addresses for debug
Thomas Huth
2015-02-18
s390x/mmu: Check table length and offset fields
Thomas Huth
2015-02-18
s390x/mmu: Fix the handling of the table levels
Thomas Huth
2015-02-18
s390x/mmu: Fix the check for the real-space designation bit
Thomas Huth
2015-02-18
s390x/mmu: Move mmu_translate() and friends to separate file
Thomas Huth