Age | Commit message (Expand) | Author |
---|---|---|
2013-06-11 | cpu: Turn cpu_get_memory_mapping() into a CPUState hook | Andreas Färber |
2013-06-11 | cpu: Turn cpu_paging_enabled() into a CPUState hook | Andreas Färber |
2013-05-31 | target-i386: Fix mask of pte index in memory mapping | Qiao Nuohan |
2013-05-31 | target-i386: fix abort on bad PML4E/PDPTE/PDE/PTE addresses | Luiz Capitulino |
2013-01-09 | target-i386: fix bits 39:32 of the final physical address when using 4M page | Wen Congyang |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-06-11 | Fix some more license versions (GPL2+ instead of GPL2) | Stefan Weil |
2012-06-07 | dump: remove dumping stuff from cpu-all.h | Paolo Bonzini |
2012-06-04 | Add API to check whether paging mode is enabled | Wen Congyang |
2012-06-04 | implement cpu_get_memory_mapping() | Wen Congyang |