Signed-off-by: Gleb Natapov <[email protected]>
---
hw/apic.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/hw/apic.c b/hw/apic.c
index 11d4759..ac5e7ba 100644
--- a/hw/apic.c
+++ b/hw/apic.c
@@ -534,6 +534,9 @@ void apic_sipi(CPUState *env)
env->segs[R_CS].limit, env->segs[R_CS].flags);
env->halted = 0;
s->wait_for_sipi = 0;
+#ifdef KVM_CAP_MP_STATE
+ env->mp_state = KVM_MP_STATE_RUNNABLE;
+#endif
}
static void apic_deliver(APICState *s, uint8_t dest, uint8_t dest_mode,
--
1.6.3.3
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html