summaryrefslogtreecommitdiff
path: root/target-mips/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber1-0/+1
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber1-1/+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/+2
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+2
2013-02-16target-mips: Move TCG initialization to MIPSCPU initfnAndreas Färber1-0/+4
2013-02-16target-mips: Introduce QOM realizefn for MIPSCPUAndreas Färber1-0/+15
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-0/+8
2012-04-30target-mips: Start QOM'ifying CPU initAndreas Färber1-0/+9
2012-04-30target-mips: QOM'ify CPUAndreas Färber1-0/+60