summaryrefslogtreecommitdiff
path: root/target-lm32/helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber1-3/+3
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-1/+1
2014-03-13cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber1-1/+1
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-2/+7
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-2/+5
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber1-3/+4
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-6/+6
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-1/+3
2014-03-13cpu: Factor out cpu_generic_init()Andreas Färber1-12/+1
2014-02-04target-lm32: add breakpoint/watchpoint supportMichael Walle1-0/+90
2014-02-04target-lm32: move model features to LM32CPUMichael Walle1-124/+4
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-2/+4
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-2/+2
2013-03-18target-lm32: fix debug memory accessMichael Walle1-1/+6
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber1-1/+4
2013-02-16target-lm32: Move TCG initialization to LM32CPU initfnAndreas Färber1-6/+0
2013-02-16target-lm32: Introduce QOM realizefn for LM32CPUAndreas Färber1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-1/+1
2012-06-04Kill off cpu_state_reset()Andreas Färber1-6/+0
2012-06-04target-lm32: Let cpu_lm32_init() return LM32CPUAndreas Färber1-2/+2
2012-04-12target-lm32: QOM'ify CPU resetAndreas Färber1-9/+1
2012-04-12target-lm32: QOM'ify CPU initAndreas Färber1-3/+0
2012-04-12target-lm32: QOM'ify CPUAndreas Färber1-1/+3
2012-03-31target-lm32: init tcg only if availableMichael Walle1-1/+1
2012-03-14target-lm32: Don't overuse CPUStateAndreas Färber1-8/+8
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-02-28target-lm32: Clean includesStefan Weil1-5/+0
2011-10-03lm32: add missing qemu_init_vcpu() callMichael Walle1-0/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-05-03lm32: fix exception handlingMichael Walle1-5/+1
2011-03-07lm32: translation routinesMichael Walle1-0/+259