mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
PPC: remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
a01d6ef446
commit
e43941318d
13 changed files with 2 additions and 26 deletions
|
@ -2811,7 +2811,9 @@ 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_ppc_reset(env);
|
||||
#endif
|
||||
|
||||
qemu_init_vcpu(env);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue