qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] cpu: smp_wmb before lauching cpus.
@ 2012-07-05  2:18 Liu Ping Fan
  2012-07-05  6:46 ` Jan Kiszka
  0 siblings, 1 reply; 8+ messages in thread
From: Liu Ping Fan @ 2012-07-05  2:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jan Kiszka, Anthony Liguori, kvm

Vcpu state must be set completely before receiving INIT-IPI,SIPI

Signed-off-by: Liu Ping Fan <pingfank@linux.vnet.ibm.com>
---
 kvm.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kvm.h b/kvm.h
index 9c7b0ea..5b3c228 100644
--- a/kvm.h
+++ b/kvm.h
@@ -198,6 +198,7 @@ static inline void cpu_synchronize_post_init(CPUArchState *env)
 {
     if (kvm_enabled()) {
         kvm_cpu_synchronize_post_init(env);
+        smp_wmb();
     }
 }
 
-- 
1.7.4.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-07-06  8:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-05  2:18 [Qemu-devel] [PATCH] cpu: smp_wmb before lauching cpus Liu Ping Fan
2012-07-05  6:46 ` Jan Kiszka
2012-07-05 10:10   ` liu ping fan
2012-07-05 10:16     ` Jan Kiszka
2012-07-05 11:02       ` liu ping fan
2012-07-05 11:58         ` Jan Kiszka
2012-07-06  7:46           ` liu ping fan
2012-07-06  8:14             ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).