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