mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-17 16:25:34 -06:00
x86: Fix INIT processing
This fixes a regression of 0e26b7b892: Reset halted also on INIT.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
94c5f455d3
commit
052be86bc3
1 changed files with 1 additions and 0 deletions
|
|
@ -1151,6 +1151,7 @@ void do_cpu_init(CPUState *env)
|
|||
cpu_reset(env);
|
||||
env->interrupt_request = sipi;
|
||||
apic_init_reset(env->apic_state);
|
||||
env->halted = !cpu_is_bsp(env);
|
||||
}
|
||||
|
||||
void do_cpu_sipi(CPUState *env)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue