summaryrefslogtreecommitdiffstats
path: root/target-lm32
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell2014-10-061-0/+1
* target-lm32: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-253-0/+15
* cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell2014-09-123-4/+5
* trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova2014-08-121-0/+3
* vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini2014-06-231-1/+1
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-052-1/+2
* softmmu: commonize helper definitionsPaolo Bonzini2014-06-051-10/+0
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-284-9/+4
* lm32: remove lm32_sysMichael Walle2014-05-241-10/+0
* target-lm32: add semihosting supportMichael Walle2014-05-245-2/+238
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-4/+2
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-3/+3
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-131-1/+1
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber2014-03-131-1/+1
* exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-2/+7
* exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-2/+5
* translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-131-4/+1
* cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2014-03-131-3/+3
* exec: Change tlb_fill() argument to CPUStateAndreas Färber2014-03-131-5/+8
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-134-5/+7
* cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber2014-03-132-4/+5
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-132-8/+10
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-134-5/+9
* cpu: Factor out cpu_generic_init()Andreas Färber2014-03-131-12/+1
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-132-5/+6
* target-lm32: stop VM on illegal or unknown instructionMichael Walle2014-02-043-38/+86
* target-lm32: add breakpoint/watchpoint supportMichael Walle2014-02-047-8/+179
* target-lm32: move model features to LM32CPUMichael Walle2014-02-045-142/+215
* target-lm32: kill cpu_abort() callsMichael Walle2014-02-041-32/+40
* target: Include softmmu_exec.h where forgottenRichard Henderson2013-09-021-0/+2
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* lm32_juart: Relocate and tidy headerAndreas Färber2013-07-291-1/+1
* cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber2013-07-291-2/+4
* cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2013-07-274-4/+16
* gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber2013-07-271-8/+8
* target-lm32: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-271-0/+85
* cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber2013-07-261-0/+1
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-233-3/+9
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-3/+4
* cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2013-07-231-5/+0
* cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber2013-07-231-0/+8
* cpu: Move reset logging to CPUStateAndreas Färber2013-07-091-5/+0
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-092-3/+3
* target-lm32: Change gen_intermediate_code_internal() argument to LM32CPUAndreas Färber2013-07-091-4/+5
* target-lm32: gen_intermediate_code_internal() should be inlinedAndreas Färber2013-07-091-2/+3
* cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber2013-07-091-1/+1
* linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-14/+0
* cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber2013-06-281-2/+0
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-283-2/+7
OpenPOWER on IntegriCloud