]> git.proxmox.com Git - qemu.git/commit - include/qom/cpu.h
cpu: Change cpu_exit() argument to CPUState
authorAndreas Färber <afaerber@suse.de>
Fri, 17 May 2013 16:26:54 +0000 (18:26 +0200)
committerAndreas Färber <afaerber@suse.de>
Fri, 28 Jun 2013 11:25:12 +0000 (13:25 +0200)
commit60a3e17a469e444a7bc4d9a14c2ecf3bdb5ec094
tree1b543cad3d08d8f79df37b72554bd01dcce5ebe1
parentcb446ecab714b2444a270be209e0533bcd2ee534
cpu: Change cpu_exit() argument to CPUState

It no longer depends on CPUArchState, so move it to qom/cpu.c.

Prepares for changing GDBState::c_cpu to CPUState.

Signed-off-by: Andreas Färber <afaerber@suse.de>
13 files changed:
cpus.c
exec.c
gdbstub.c
hw/i386/pc.c
hw/mips/mips_fulong2e.c
hw/mips/mips_jazz.c
hw/mips/mips_malta.c
hw/ppc/prep.c
include/exec/cpu-all.h
include/qom/cpu.h
linux-user/main.c
linux-user/signal.c
qom/cpu.c