]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
cpu: Move nr_{cores,threads} fields to CPUState
authorAndreas Färber <afaerber@suse.de>
Mon, 17 Dec 2012 02:27:07 +0000 (03:27 +0100)
committerAndreas Färber <afaerber@suse.de>
Tue, 15 Jan 2013 03:09:13 +0000 (04:09 +0100)
commitce3960ebe57d0601a3628b64adac6fd23c901f70
tree0f3cbd92e527d7164bcdd88c6d624d2d6834498c
parentcf7c3f0cb5a7129f57fa9e69d410d6a05031988c
cpu: Move nr_{cores,threads} fields to CPUState

To facilitate the field movements, pass MIPSCPU to malta_mips_config();
avoid that for mips_cpu_map_tc() since callers only access MIPS Thread
Contexts, inside TCG helpers.

Signed-off-by: Andreas Färber <afaerber@suse.de>
cpus.c
hw/mips_malta.c
include/exec/cpu-defs.h
include/qom/cpu.h
target-i386/cpu.c
target-mips/op_helper.c