aboutsummaryrefslogtreecommitdiff
path: root/target-lm32/op_helper.c
AgeCommit message (Expand)Author
2014-06-23vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-02-04target-lm32: stop VM on illegal or unknown instructionMichael Walle
2014-02-04target-lm32: add breakpoint/watchpoint supportMichael Walle
2013-09-02target: Include softmmu_exec.h where forgottenRichard Henderson
2013-07-29lm32_juart: Relocate and tidy headerAndreas Färber
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-18target-lm32: use HELPER() macroMichael Walle
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-09-15target-lm32: switch to AREG0 free modeBlue Swirl
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-03-14target-lm32: Don't overuse CPUStateAndreas Färber
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-03-07lm32: translation code helperMichael Walle