]> git.proxmox.com Git - mirror_qemu.git/history - target-s390x/mmu_helper.c
s390x/kvm: Add function for injecting pgm access exceptions
[mirror_qemu.git] / target-s390x / mmu_helper.c
2015-02-18 Thomas Huths390x/kvm: Add function for injecting pgm access exceptions
2015-02-18 Thomas Huths390x/mmu: Clean up mmu_translate_asc()
2015-02-18 Thomas Huths390x/mmu: Check bit 52 in page table entry
2015-02-18 Thomas Huths390x/mmu: Renaming related to the ASCE confusion
2015-02-18 Thomas Huths390x/mmu: Add support for read-only regions
2015-02-18 Thomas Huths390x/mmu: Fix the exception codes for illegal table...
2015-02-18 Thomas Huths390x/mmu: Fix exception types when checking the ASCEs
2015-02-18 Thomas Huths390x/mmu: Fix translation exception code in lowcore
2015-02-18 Thomas Huths390x/mmu: Skip exceptions properly when translating...
2015-02-18 Thomas Huths390x/mmu: Check table length and offset fields
2015-02-18 Thomas Huths390x/mmu: Fix the handling of the table levels
2015-02-18 Thomas Huths390x/mmu: Fix the check for the real-space designation bit
2015-02-18 Thomas Huths390x/mmu: Move mmu_translate() and friends to separate...