]> git.proxmox.com Git - mirror_qemu.git/commit
cpu: Factor out cpu_generic_init()
authorAndreas Färber <afaerber@suse.de>
Tue, 4 Mar 2014 02:17:10 +0000 (03:17 +0100)
committerAndreas Färber <afaerber@suse.de>
Thu, 13 Mar 2014 18:20:46 +0000 (19:20 +0100)
commit9262685b818512215f0829f0dc95c2363898a1ad
treea45bd8ce1dbcb4eaecbe6ad67af4f91d49c94f28
parent1590bbcb02921dfe8e3cf66e3a3aafd31193babf
cpu: Factor out cpu_generic_init()

All targets using it gain the ability to set -cpu name,key=value,...
options via the default TYPE_CPU CPUClass::parse_features() implementation.

Signed-off-by: Andreas Färber <afaerber@suse.de>
include/qom/cpu.h
qom/cpu.c
target-arm/helper.c
target-cris/cpu.c
target-lm32/helper.c
target-moxie/cpu.c
target-openrisc/cpu.c
target-ppc/translate_init.c
target-sh4/cpu.c
target-unicore32/helper.c