All of lore.kernel.org
 help / color / mirror / Atom feed
* [MODERATED] qemu patch for mb_clear
@ 2018-12-21  0:31 Andi Kleen
  2019-01-09 17:09 ` [MODERATED] " Konrad Rzeszutek Wilk
  2019-03-01 14:37 ` Josh Poimboeuf
  0 siblings, 2 replies; 8+ messages in thread
From: Andi Kleen @ 2018-12-21  0:31 UTC (permalink / raw)
  To: speck


For reference here is the qemu patch needed for using MB_CLEAR in a KVM
guest.

-Andi

diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index 677a3bd5fb25..77a1149e4bb3 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -1038,7 +1038,7 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
         .feat_names = {
             NULL, NULL, "avx512-4vnniw", "avx512-4fmaps",
             NULL, NULL, NULL, NULL,
-            NULL, NULL, NULL, NULL,
+            NULL, NULL, "mbclear", NULL,
             NULL, NULL, NULL, NULL,
             NULL, NULL, "pconfig", NULL,
             NULL, NULL, NULL, NULL,

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

end of thread, other threads:[~2019-03-01 15:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-21  0:31 [MODERATED] qemu patch for mb_clear Andi Kleen
2019-01-09 17:09 ` [MODERATED] " Konrad Rzeszutek Wilk
2019-01-09 17:33   ` Andi Kleen
2019-01-09 21:44   ` Paolo Bonzini
2019-01-09 21:55     ` Andi Kleen
2019-01-09 22:37       ` Paolo Bonzini
2019-03-01 14:37 ` Josh Poimboeuf
2019-03-01 15:11   ` Josh Poimboeuf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.