projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94c5f45
)
x86: Fix INIT processing
author
Jan Kiszka
<jan.kiszka@siemens.com>
Wed, 23 Jun 2010 06:19:39 +0000
(08:19 +0200)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 27 Jun 2010 16:07:45 +0000
(19:07 +0300)
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>
target-i386/helper.c
patch
|
blob
|
history
diff --git
a/target-i386/helper.c
b/target-i386/helper.c
index 718394cfc9d55b027c6c6d1a1058462d1935a006..e13434097f095b0f39e952e46ce6151cfab3474e 100644
(file)
--- a/
target-i386/helper.c
+++ b/
target-i386/helper.c
@@
-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)