aboutsummaryrefslogtreecommitdiff
path: root/target-unicore32/cpu.c
AgeCommit message (Expand)Author
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16target-unicore32: Move TCG initialization to UniCore32CPU initfnAndreas Färber
2013-02-16target-unicore32: Introduce QOM realizefn for UniCore32CPUAndreas Färber
2013-02-01target-unicore32: Rename CPU subtypesAndreas Färber
2013-02-01target-unicore32: Mark as unmigratableAndreas Färber
2013-01-28target-unicore32: Use type_register() instead of type_register_static()Andreas Färber
2013-01-28target-unicore32: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber
2013-01-27target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-08-11unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao
2012-03-30target-unicore32: Move CPU-dependent init into initfnAndreas Färber
2012-03-30target-unicore32: QOM'ify CPUAndreas Färber