summaryrefslogtreecommitdiff
path: root/target-s390x/mmu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-01s390x: fix debug statement in trigger_page_fault()David Hildenbrand1-1/+1
2016-01-29s390: Clean up includesPeter Maydell1-0/+1
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini1-1/+1
2015-09-03s390x: Enable new s390-storage-keys deviceJason J. Herne1-5/+23
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell1-1/+1
2015-06-05target-s390x: Only access allocated storage keysAlexander Graf1-1/+1
2015-04-30Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-04-3...Peter Maydell1-4/+4
2015-04-30misc: Fix new collection of typosStefan Weil1-4/+4
2015-04-30s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctlAlexander Yarygin1-2/+3
2015-04-30s390x/mmu: Use ioctl for reading and writing from/to guest memoryThomas Huth1-0/+7
2015-04-30s390x/mmu: Use access type definitions instead of magic valuesThomas Huth1-5/+5
2015-02-18s390x/mmu: Add function for accessing guest memoryThomas Huth1-0/+102
2015-02-18s390x/kvm: Add function for injecting pgm access exceptionsThomas Huth1-6/+16
2015-02-18s390x/mmu: Clean up mmu_translate_asc()Thomas Huth1-24/+15
2015-02-18s390x/mmu: Check bit 52 in page table entryThomas Huth1-1/+4
2015-02-18s390x/mmu: Renaming related to the ASCE confusionThomas Huth1-6/+6
2015-02-18s390x/mmu: Add support for read-only regionsThomas Huth1-3/+4
2015-02-18s390x/mmu: Fix the exception codes for illegal table entriesThomas Huth1-2/+1
2015-02-18s390x/mmu: Fix exception types when checking the ASCEsThomas Huth1-3/+3
2015-02-18s390x/mmu: Fix translation exception code in lowcoreThomas Huth1-33/+15
2015-02-18s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth1-28/+49
2015-02-18s390x/mmu: Check table length and offset fieldsThomas Huth1-0/+29
2015-02-18s390x/mmu: Fix the handling of the table levelsThomas Huth1-68/+47
2015-02-18s390x/mmu: Fix the check for the real-space designation bitThomas Huth1-7/+6
2015-02-18s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth1-0/+356