summaryrefslogtreecommitdiffstats
path: root/target-lm32/helper.c
Commit message (Expand)AuthorAgeFilesLines
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* semihosting: create SemihostingConfig structure and semihost.hLeon Alrae2015-06-191-1/+2
* target-lm32: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-251-0/+13
* cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell2014-09-121-2/+3
* target-lm32: add semihosting supportMichael Walle2014-05-241-2/+12
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-3/+3
* 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
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-3/+4
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-6/+6
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-1/+3
* cpu: Factor out cpu_generic_init()Andreas Färber2014-03-131-12/+1
* target-lm32: add breakpoint/watchpoint supportMichael Walle2014-02-041-0/+90
* target-lm32: move model features to LM32CPUMichael Walle2014-02-041-124/+4
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-2/+4
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-2/+2
* target-lm32: fix debug memory accessMichael Walle2013-03-181-1/+6
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-1/+4
* target-lm32: Move TCG initialization to LM32CPU initfnAndreas Färber2013-02-161-6/+0
* target-lm32: Introduce QOM realizefn for LM32CPUAndreas Färber2013-02-161-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* Kill off cpu_state_reset()Andreas Färber2012-06-041-6/+0
* target-lm32: Let cpu_lm32_init() return LM32CPUAndreas Färber2012-06-041-2/+2
* target-lm32: QOM'ify CPU resetAndreas Färber2012-04-121-9/+1
* target-lm32: QOM'ify CPU initAndreas Färber2012-04-121-3/+0
* target-lm32: QOM'ify CPUAndreas Färber2012-04-121-1/+3
* target-lm32: init tcg only if availableMichael Walle2012-03-311-1/+1
* target-lm32: Don't overuse CPUStateAndreas Färber2012-03-141-8/+8
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* target-lm32: Clean includesStefan Weil2012-02-281-5/+0
* lm32: add missing qemu_init_vcpu() callMichael Walle2011-10-031-0/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-1/+1
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* lm32: fix exception handlingMichael Walle2011-05-031-5/+1
* lm32: translation routinesMichael Walle2011-03-071-0/+259
OpenPOWER on IntegriCloud