summaryrefslogtreecommitdiff
path: root/target-lm32/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-3/+3
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-5/+8
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-2/+4
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-1/+2
2014-02-04target-lm32: stop VM on illegal or unknown instructionMichael Walle1-0/+17
2014-02-04target-lm32: add breakpoint/watchpoint supportMichael Walle1-1/+57
2013-09-02target: Include softmmu_exec.h where forgottenRichard Henderson1-0/+2
2013-07-29lm32_juart: Relocate and tidy headerAndreas Färber1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-18target-lm32: use HELPER() macroMichael Walle1-10/+10
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-1/+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-4/+4
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-7/+1
2012-09-15target-lm32: switch to AREG0 free modeBlue Swirl1-18/+11
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-5/+3
2012-03-14target-lm32: Don't overuse CPUStateAndreas Färber1-2/+2
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-30exec.h cleanupBlue Swirl1-1/+2
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-3/+3
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-03-07lm32: translation code helperMichael Walle1-0/+106