]> git.proxmox.com Git - mirror_qemu.git/history - target-s390x/mmu_helper.c
target-s390x: fix CC computation for EX instruction
[mirror_qemu.git] / target-s390x / mmu_helper.c
2015-05-11 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2015-05-11 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-04-30 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2015-04-30 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/pull...
2015-04-30 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2015-04-30 Stefan Weilmisc: Fix new collection of typos
2015-04-30 Alexander Yarygins390x/kvm: Support access register mode for KVM_S390_ME...
2015-04-30 Thomas Huths390x/mmu: Use ioctl for reading and writing from/to...
2015-04-30 Thomas Huths390x/mmu: Use access type definitions instead of magic...
2015-03-03 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2015-03-02 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2015-03-02 Peter MaydellMerge remote-tracking branch 'remotes/afaerber/tags...
2015-03-02 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2015-02-26 Peter MaydellMerge remote-tracking branch 'remotes/qmp-unstable...
2015-02-26 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2015-02-26 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2015-02-18 Thomas Huths390x/mmu: Add function for accessing guest memory
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...