summaryrefslogtreecommitdiff
path: root/target-unicore32/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber1-1/+1
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-1/+3
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-0/+7
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber1-0/+2
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-0/+3
2013-07-23target-unicore32: Implement CPUClass::set_pc()Andreas Färber1-0/+8
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber1-3/+0
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-0/+1
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber1-0/+1
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+2
2013-02-16target-unicore32: Move TCG initialization to UniCore32CPU initfnAndreas Färber1-0/+6
2013-02-16target-unicore32: Introduce QOM realizefn for UniCore32CPUAndreas Färber1-0/+14
2013-02-01target-unicore32: Rename CPU subtypesAndreas Färber1-3/+6
2013-02-01target-unicore32: Mark as unmigratableAndreas Färber1-0/+8
2013-01-28target-unicore32: Use type_register() instead of type_register_static()Andreas Färber1-1/+1
2013-01-28target-unicore32: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber1-1/+2
2013-01-27target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber1-0/+23
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+1
2012-08-11unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao1-5/+14
2012-03-30target-unicore32: Move CPU-dependent init into initfnAndreas Färber1-0/+14
2012-03-30target-unicore32: QOM'ify CPUAndreas Färber1-0/+90