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>
Showing
- include/qom/cpu.h 11 additions, 0 deletionsinclude/qom/cpu.h
- qom/cpu.c 41 additions, 0 deletionsqom/cpu.c
- target-arm/helper.c 1 addition, 13 deletionstarget-arm/helper.c
- target-cris/cpu.c 1 addition, 12 deletionstarget-cris/cpu.c
- target-lm32/helper.c 1 addition, 12 deletionstarget-lm32/helper.c
- target-moxie/cpu.c 1 addition, 12 deletionstarget-moxie/cpu.c
- target-openrisc/cpu.c 1 addition, 12 deletionstarget-openrisc/cpu.c
- target-ppc/translate_init.c 1 addition, 20 deletionstarget-ppc/translate_init.c
- target-sh4/cpu.c 1 addition, 12 deletionstarget-sh4/cpu.c
- target-unicore32/helper.c 3 additions, 10 deletionstarget-unicore32/helper.c
Loading
Please register or sign in to comment