aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber
2013-02-16cpu: Move running field to CPUStateAndreas Färber
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber
2013-02-16target-cris: Introduce CRISCPU subclassesAndreas Färber
2013-02-16target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber
2013-02-16mcf_intc: Pass M68kCPU to mcf_intc_init()Andreas Färber
2013-02-16mcf5206: Pass M68kCPU to mcf5206_init()Andreas Färber
2013-02-16target-m68k: Return M68kCPU from cpu_m68k_init()Andreas Färber
2013-02-16ppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system}_reset()Andreas Färber
2013-02-16target-xtensa: Move TCG initialization to XtensaCPU initfnAndreas Färber
2013-02-16target-unicore32: Move TCG initialization to UniCore32CPU initfnAndreas Färber
2013-02-16target-sparc: Move TCG initialization to SPARCCPU initfnAndreas Färber
2013-02-16target-sh4: Move TCG initialization to SuperHCPU initfnAndreas Färber
2013-02-16target-s390x: Move TCG initialization to S390CPU initfnAndreas Färber
2013-02-16target-ppc: Move TCG initialization to PowerPCCPU initfnAndreas Färber
2013-02-16target-mips: Move TCG initialization to MIPSCPU initfnAndreas Färber
2013-02-16target-microblaze: Move TCG initialization to MicroBlazeCPU initfnAndreas Färber
2013-02-16target-m68k: Move TCG initialization to M68kCPU initfnAndreas Färber
2013-02-16target-lm32: Move TCG initialization to LM32CPU initfnAndreas Färber
2013-02-16target-cris: Move TCG initialization to CRISCPU initfnAndreas Färber
2013-02-16target-arm: Move TCG initialization to ARMCPU initfnAndreas Färber
2013-02-16target-xtensa: Introduce QOM realizefn for XtensaCPUAndreas Färber
2013-02-16target-unicore32: Introduce QOM realizefn for UniCore32CPUAndreas Färber
2013-02-16target-sparc: Introduce QOM realizefn for SPARCCPUAndreas Färber
2013-02-16target-sh4: Introduce QOM realizefn for SuperHCPUAndreas Färber
2013-02-16target-s390x: Introduce QOM realizefn for S390CPUAndreas Färber
2013-02-16target-mips: Introduce QOM realizefn for MIPSCPUAndreas Färber
2013-02-16target-microblaze: Introduce QOM realizefn for MicroBlazeCPUAndreas Färber
2013-02-16target-m68k: Introduce QOM realizefn for M68kCPUAndreas Färber
2013-02-16target-lm32: Introduce QOM realizefn for LM32CPUAndreas Färber
2013-02-16target-cris: Introduce QOM realizefn for CRISCPUAndreas Färber
2013-02-16target-ppc: Update PowerPCCPU to QOM realizefnAndreas Färber
2013-02-16target-openrisc: Update OpenRISCCPU to QOM realizefnAndreas Färber
2013-02-16target-i386: Update X86CPU to QOM realizefnAndreas Färber
2013-02-16target-arm: Update ARMCPU to QOM realizefnAndreas Färber
2013-02-16target-alpha: Update AlphaCPU to QOM realizefnAndreas Färber
2013-02-16cpu: Prepare QOM realizefnAndreas Färber
2013-02-16bitops: Remove routines redundant with host-utilsRichard Henderson
2013-02-16bitops: Replace bitops_ctol with ctzlRichard Henderson
2013-02-16bitops: Inline bitops_flslRichard Henderson
2013-02-16target-i386: Inline bitops_flslRichard Henderson
2013-02-16bitops: Write bitops_flsl in terms of clzlRichard Henderson
2013-02-16memory: Use non-bitops ctzlRichard Henderson
2013-02-16bitops: Use non-bitops ctzlRichard Henderson
2013-02-16hbitmap: Use non-bitops ctzlRichard Henderson
2013-02-16host-utils: Fix coding style and add commentsRichard Henderson
2013-02-16host-utils: Add host long specific aliases for clz, ctz, ctpopRichard Henderson
2013-02-16qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_itemsPeter Maydell
2013-02-16cpus.c: Drop unnecessary set_cpu_log()Peter Maydell
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell