]> git.proxmox.com Git - qemu.git/commit
cpu: Drop cpu_model_str from CPU_COMMON
authorAndreas Färber <afaerber@suse.de>
Tue, 2 Jul 2013 16:26:11 +0000 (18:26 +0200)
committerAndreas Färber <afaerber@suse.de>
Mon, 7 Oct 2013 09:48:47 +0000 (11:48 +0200)
commit51fb256ab5ebc3e1879eb1df9c828866a2ef8141
tree85d136dd7e316ab158c3db2b45887f543bdedb4f
parent30ba0ee52d1519b717089782ef1caf0480a01dc3
cpu: Drop cpu_model_str from CPU_COMMON

Since this is only read in cpu_copy() and linux-user has a global
cpu_model, drop the field from generic code.

Signed-off-by: Andreas Färber <afaerber@suse.de>
14 files changed:
include/exec/cpu-defs.h
linux-user/main.c
target-alpha/cpu.c
target-arm/helper.c
target-i386/cpu.c
target-m68k/helper.c
target-mips/translate.c
target-moxie/cpu.c
target-openrisc/cpu.c
target-ppc/translate_init.c
target-s390x/helper.c
target-sh4/cpu.c
target-sparc/cpu.c
target-unicore32/helper.c