]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
cpu: Replace cpu_single_env with CPUState current_cpu
authorAndreas Färber <afaerber@suse.de>
Mon, 27 May 2013 03:17:50 +0000 (05:17 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 9 Jul 2013 19:20:28 +0000 (21:20 +0200)
commit4917cf44326a1bda2fd7f27303aff7a25ad86518
treed9c153504b0806990d0c5646c886e16150835d1a
parent80b7cd735417b0883a026d79a513629a2817cdb4
cpu: Replace cpu_single_env with CPUState current_cpu

Move it to qom/cpu.h.

Signed-off-by: Andreas Färber <afaerber@suse.de>
23 files changed:
cpu-exec.c
cpus.c
exec.c
hw/alpha/typhoon.c
hw/arm/pxa2xx.c
hw/i386/kvmvapic.c
hw/i386/pc.c
hw/intc/arm_gic.c
hw/intc/armv7m_nvic.c
hw/intc/openpic.c
hw/mips/mips_fulong2e.c
hw/mips/mips_jazz.c
hw/mips/mips_malta.c
hw/misc/vmport.c
hw/ppc/mpc8544_guts.c
hw/ppc/prep.c
hw/sparc/sun4m.c
hw/timer/arm_mptimer.c
include/exec/cpu-all.h
include/qom/cpu.h
memory.c
translate-all.c
user-exec.c