aboutsummaryrefslogtreecommitdiff
path: root/target-i386/arch_memory_mapping.c
AgeCommit message (Expand)Author
2016-01-29x86: Clean up includesPeter Maydell
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-10-02target-i386: Fix compiler warning (integer constant is too large)Stefan Weil
2013-06-11cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber
2013-06-11cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber
2013-05-31target-i386: Fix mask of pte index in memory mappingQiao Nuohan
2013-05-31target-i386: fix abort on bad PML4E/PDPTE/PDE/PTE addressesLuiz Capitulino
2013-01-09target-i386: fix bits 39:32 of the final physical address when using 4M pageWen Congyang
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-06-11Fix some more license versions (GPL2+ instead of GPL2)Stefan Weil
2012-06-07dump: remove dumping stuff from cpu-all.hPaolo Bonzini
2012-06-04Add API to check whether paging mode is enabledWen Congyang
2012-06-04implement cpu_get_memory_mapping()Wen Congyang