summaryrefslogtreecommitdiff
path: root/target-unicore32/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-4/+1
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-2/+2
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-3/+5
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-1/+3
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-1/+2
2013-09-02target: Include softmmu_exec.h where forgottenRichard Henderson1-0/+2
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-4/+4
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-8/+1
2012-09-15target-unicore32: switch to AREG0 free modeBlue Swirl1-40/+25
2012-08-11unicore32-softmmu: Implement softmmu specific functionsGuan Xuetao1-1/+21
2012-08-11unicore32-softmmu: Add unicore32-softmmu build supportGuan Xuetao1-1/+23
2012-03-30target-unicore32: Relicense to GPLv2+Andreas Färber1-1/+2
2012-03-14target-unicore32: Don't overuse CPUStateAndreas Färber1-4/+4
2011-07-30exec.h cleanupBlue Swirl1-1/+2
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-1/+1
2011-04-12unicore32: add target-unicore32 directory for unicore32-linux-user supportGuan Xuetao1-0/+248