mirror of https://gitee.com/openkylin/qemu.git
microblaze: Add missing call to qemu_init_vcpu.
Fixes emulation with io-thread. Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
2ec00650f6
commit
927d721777
|
@ -1850,6 +1850,7 @@ CPUState *cpu_mb_init (const char *cpu_model)
|
||||||
|
|
||||||
cpu_exec_init(env);
|
cpu_exec_init(env);
|
||||||
cpu_reset(env);
|
cpu_reset(env);
|
||||||
|
qemu_init_vcpu(env);
|
||||||
set_float_rounding_mode(float_round_nearest_even, &env->fp_status);
|
set_float_rounding_mode(float_round_nearest_even, &env->fp_status);
|
||||||
|
|
||||||
if (tcg_initialized)
|
if (tcg_initialized)
|
||||||
|
|
Loading…
Reference in New Issue