summaryrefslogtreecommitdiffstats
path: root/target-s390x/mmu_helper.c
Commit message (Expand)AuthorAgeFilesLines
* s390x: Enable new s390-storage-keys deviceJason J. Herne2015-09-031-5/+23
* Stop including qemu-common.h in memory.hPeter Maydell2015-07-061-1/+1
* target-s390x: Only access allocated storage keysAlexander Graf2015-06-051-1/+1
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-04-3...Peter Maydell2015-04-301-4/+4
|\
| * misc: Fix new collection of typosStefan Weil2015-04-301-4/+4
* | s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctlAlexander Yarygin2015-04-301-2/+3
* | s390x/mmu: Use ioctl for reading and writing from/to guest memoryThomas Huth2015-04-301-0/+7
* | s390x/mmu: Use access type definitions instead of magic valuesThomas Huth2015-04-301-5/+5
|/
* s390x/mmu: Add function for accessing guest memoryThomas Huth2015-02-181-0/+102
* s390x/kvm: Add function for injecting pgm access exceptionsThomas Huth2015-02-181-6/+16
* s390x/mmu: Clean up mmu_translate_asc()Thomas Huth2015-02-181-24/+15
* s390x/mmu: Check bit 52 in page table entryThomas Huth2015-02-181-1/+4
* s390x/mmu: Renaming related to the ASCE confusionThomas Huth2015-02-181-6/+6
* s390x/mmu: Add support for read-only regionsThomas Huth2015-02-181-3/+4
* s390x/mmu: Fix the exception codes for illegal table entriesThomas Huth2015-02-181-2/+1
* s390x/mmu: Fix exception types when checking the ASCEsThomas Huth2015-02-181-3/+3
* s390x/mmu: Fix translation exception code in lowcoreThomas Huth2015-02-181-33/+15
* s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth2015-02-181-28/+49
* s390x/mmu: Check table length and offset fieldsThomas Huth2015-02-181-0/+29
* s390x/mmu: Fix the handling of the table levelsThomas Huth2015-02-181-68/+47
* s390x/mmu: Fix the check for the real-space designation bitThomas Huth2015-02-181-7/+6
* s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth2015-02-181-0/+356
OpenPOWER on IntegriCloud