mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
user: move CPU reset call to main.c for x86/PPC/Sparc
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
d84bda46de
commit
b55a37c981
6 changed files with 8 additions and 9 deletions
|
@ -2810,9 +2810,6 @@ CPUPPCState *cpu_ppc_init (const char *cpu_model)
|
|||
ppc_translate_init();
|
||||
env->cpu_model_str = cpu_model;
|
||||
cpu_ppc_register_internal(env, def);
|
||||
#if defined(CONFIG_USER_ONLY)
|
||||
cpu_reset(env);
|
||||
#endif
|
||||
|
||||
qemu_init_vcpu(env);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue