summaryrefslogtreecommitdiff
path: root/target-alpha/cpu.c
AgeCommit message (Expand)AuthorFilesLines
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-alpha: Update AlphaCPU to QOM realizefnAndreas Färber1-4/+12
2013-01-27target-alpha: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber1-2/+6
2013-01-27target-alpha: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber1-1/+1
2013-01-27cpu: Add model resolution support to CPUClassAndreas Färber1-0/+8
2013-01-08qemu-common.h: Make qemu_init_vcpu() stub static inlineAndreas Färber1-2/+0
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber1-1/+1
2012-12-19cpu: Introduce CPUListState structAndreas Färber1-7/+2
2012-12-19target-alpha: Add support for -cpu ?Andreas Färber1-0/+41
2012-12-19target-alpha: Turn CPU definitions into subclassesAndreas Färber1-1/+177
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+1
2012-04-15target-alpha: QOM'ify CPU initAndreas Färber1-0/+20
2012-04-15target-alpha: QOM'ify CPUAndreas Färber1-0/+38