aboutsummaryrefslogtreecommitdiff
path: root/target-lm32/cpu.h
AgeCommit message (Expand)Author
2014-05-24target-lm32: add semihosting supportMichael Walle
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber
2014-02-04target-lm32: add breakpoint/watchpoint supportMichael Walle
2014-02-04target-lm32: move model features to LM32CPUMichael Walle
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell
2013-03-18target-lm32: remove dead codeMichael Walle
2013-03-12target-lm32: Update VMStateDescription to LM32CPUAndreas Färber
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-02-16target-lm32: Drop unused cpu_lm32_close() prototypeAndreas Färber
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-06-04target-lm32: Let cpu_lm32_init() return LM32CPUAndreas Färber
2012-04-12target-lm32: QOM'ify CPUAndreas Färber
2012-03-14target-lm32/microblaze: Drop second CPU{LM32, MB}State typedefAndreas Färber
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-lm32: Don't overuse CPUStateAndreas Färber
2012-03-14target-lm32/microblaze: Typedef struct CPU{MB,LM32}StateAndreas Färber
2012-02-28target-lm32: Clean includesStefan Weil
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-03-07LatticeMico32 target supportMichael Walle