mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Revert "Introduce reset notifier order"
This reverts commit 8217606e6e
(and
updates later added users of qemu_register_reset), we solved the
problem it originally addressed less invasively.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a62acdc0cc
commit
a08d43677f
83 changed files with 117 additions and 120 deletions
|
@ -203,7 +203,7 @@ void arm_load_kernel(CPUState *env, struct arm_boot_info *info)
|
|||
if (info->nb_cpus == 0)
|
||||
info->nb_cpus = 1;
|
||||
env->boot_info = info;
|
||||
qemu_register_reset(main_cpu_reset, 0, env);
|
||||
qemu_register_reset(main_cpu_reset, env);
|
||||
}
|
||||
|
||||
/* Assume that raw images are linux kernels, and ELF images are not. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue