summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-16target-lm32: Drop unused cpu_lm32_close() prototypeAndreas Färber1-1/+0
2013-02-16target-s390x: Drop unused cpu_s390x_close() prototypeAndreas Färber1-1/+0
2013-02-16spapr_hcall: Replace open-coded CPU loop with qemu_get_cpu()Andreas Färber1-8/+3
2013-02-16ppce500_spin: Replace open-coded CPU loop with qemu_get_cpu()Andreas Färber1-11/+4
2013-02-16e500: Replace open-coded loop with qemu_get_cpu()Andreas Färber1-8/+3
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber16-0/+31
2013-02-16cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber3-6/+7
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber10-26/+48
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber8-14/+18
2013-02-16cpu: Move running field to CPUStateAndreas Färber3-16/+24
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber6-12/+22
2013-02-16target-cris: Introduce CRISCPU subclassesAndreas Färber3-49/+155
2013-02-16target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber4-4/+6
2013-02-16mcf_intc: Pass M68kCPU to mcf_intc_init()Andreas Färber3-9/+12
2013-02-16mcf5206: Pass M68kCPU to mcf5206_init()Andreas Färber3-9/+12
2013-02-16target-m68k: Return M68kCPU from cpu_m68k_init()Andreas Färber2-4/+12
2013-02-16ppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system}_reset()Andreas Färber3-15/+19
2013-02-16target-xtensa: Move TCG initialization to XtensaCPU initfnAndreas Färber3-13/+9
2013-02-16target-unicore32: Move TCG initialization to UniCore32CPU initfnAndreas Färber2-6/+6
2013-02-16target-sparc: Move TCG initialization to SPARCCPU initfnAndreas Färber1-4/+4
2013-02-16target-sh4: Move TCG initialization to SuperHCPU initfnAndreas Färber3-2/+6
2013-02-16target-s390x: Move TCG initialization to S390CPU initfnAndreas Färber2-7/+6
2013-02-16target-ppc: Move TCG initialization to PowerPCCPU initfnAndreas Färber1-5/+4
2013-02-16target-mips: Move TCG initialization to MIPSCPU initfnAndreas Färber3-2/+6
2013-02-16target-microblaze: Move TCG initialization to MicroBlazeCPU initfnAndreas Färber3-8/+12
2013-02-16target-m68k: Move TCG initialization to M68kCPU initfnAndreas Färber2-7/+6
2013-02-16target-lm32: Move TCG initialization to LM32CPU initfnAndreas Färber2-6/+6
2013-02-16target-cris: Move TCG initialization to CRISCPU initfnAndreas Färber4-18/+19
2013-02-16target-arm: Move TCG initialization to ARMCPU initfnAndreas Färber2-6/+6
2013-02-16target-xtensa: Introduce QOM realizefn for XtensaCPUAndreas Färber3-1/+18
2013-02-16target-unicore32: Introduce QOM realizefn for UniCore32CPUAndreas Färber3-1/+19
2013-02-16target-sparc: Introduce QOM realizefn for SPARCCPUAndreas Färber2-1/+18
2013-02-16target-sh4: Introduce QOM realizefn for SuperHCPUAndreas Färber3-2/+19
2013-02-16target-s390x: Introduce QOM realizefn for S390CPUAndreas Färber3-3/+19
2013-02-16target-mips: Introduce QOM realizefn for MIPSCPUAndreas Färber3-2/+20
2013-02-16target-microblaze: Introduce QOM realizefn for MicroBlazeCPUAndreas Färber3-2/+17
2013-02-16target-m68k: Introduce QOM realizefn for M68kCPUAndreas Färber4-4/+29
2013-02-16target-lm32: Introduce QOM realizefn for LM32CPUAndreas Färber3-4/+20
2013-02-16target-cris: Introduce QOM realizefn for CRISCPUAndreas Färber3-2/+18
2013-02-16target-ppc: Update PowerPCCPU to QOM realizefnAndreas Färber2-3/+11
2013-02-16target-openrisc: Update OpenRISCCPU to QOM realizefnAndreas Färber2-5/+12
2013-02-16target-i386: Update X86CPU to QOM realizefnAndreas Färber3-8/+18
2013-02-16target-arm: Update ARMCPU to QOM realizefnAndreas Färber4-12/+27
2013-02-16target-alpha: Update AlphaCPU to QOM realizefnAndreas Färber2-4/+14
2013-02-16cpu: Prepare QOM realizefnAndreas Färber1-0/+5
2013-02-16bitops: Remove routines redundant with host-utilsRichard Henderson1-48/+0
2013-02-16bitops: Replace bitops_ctol with ctzlRichard Henderson1-1/+1
2013-02-16bitops: Inline bitops_flslRichard Henderson1-1/+1
2013-02-16target-i386: Inline bitops_flslRichard Henderson1-4/+2
2013-02-16bitops: Write bitops_flsl in terms of clzlRichard Henderson1-28/+1