summaryrefslogtreecommitdiff
path: root/target-openrisc/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber1-1/+1
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-1/+2
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-7/+7
2013-11-20target-openrisc: Remove executable flag for every pageSebastian Macke1-2/+2
2013-10-03target-openrisc: Removes a non-conforming behavior for the first page of the ...Sebastian Macke1-7/+0
2013-10-03target-openrisc: Correct handling of page faults.Sebastian Macke1-1/+1
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-3/+2
2013-01-27target-openrisc: Clean up triple QOM castsAndreas Färber1-3/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-7/+7
2012-07-27target-or32: Add MMU supportJia Liu1-1/+205
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu1-0/+39