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