aboutsummaryrefslogtreecommitdiff
path: root/target-s390x/mmu_helper.c
AgeCommit message (Expand)Author
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini
2015-09-03s390x: Enable new s390-storage-keys deviceJason J. Herne
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell
2015-06-05target-s390x: Only access allocated storage keysAlexander Graf
2015-04-30Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-04-3...Peter Maydell
2015-04-30misc: Fix new collection of typosStefan Weil
2015-04-30s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctlAlexander Yarygin
2015-04-30s390x/mmu: Use ioctl for reading and writing from/to guest memoryThomas Huth
2015-04-30s390x/mmu: Use access type definitions instead of magic valuesThomas Huth
2015-02-18s390x/mmu: Add function for accessing guest memoryThomas Huth
2015-02-18s390x/kvm: Add function for injecting pgm access exceptionsThomas Huth
2015-02-18s390x/mmu: Clean up mmu_translate_asc()Thomas Huth
2015-02-18s390x/mmu: Check bit 52 in page table entryThomas Huth
2015-02-18s390x/mmu: Renaming related to the ASCE confusionThomas Huth
2015-02-18s390x/mmu: Add support for read-only regionsThomas Huth
2015-02-18s390x/mmu: Fix the exception codes for illegal table entriesThomas Huth
2015-02-18s390x/mmu: Fix exception types when checking the ASCEsThomas Huth
2015-02-18s390x/mmu: Fix translation exception code in lowcoreThomas Huth
2015-02-18s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth
2015-02-18s390x/mmu: Check table length and offset fieldsThomas Huth
2015-02-18s390x/mmu: Fix the handling of the table levelsThomas Huth
2015-02-18s390x/mmu: Fix the check for the real-space designation bitThomas Huth
2015-02-18s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth