public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: x86: expose a few new features into VM.
@ 2018-07-10  8:54 Jingqi Liu
  2018-07-10  8:54 ` [PATCH 1/3] KVM: x86: expose UMWAIT/UMONITOR/TPAUSE CPU " Jingqi Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Jingqi Liu @ 2018-07-10  8:54 UTC (permalink / raw)
  To: pbonzini, rkrcmar, tglx, mingo, hpa
  Cc: x86, kvm, linux-kernel, wei.w.wang, Jingqi Liu

A few new features including user wait (umwait, umonitor, tpause)
and direct stores (movdiri and movdir64b) will be available in
Intel Snow Ridge, and need to be exposed to guest VM.

The release document ref below link:
https://software.intel.com/sites/default/files/managed/c5/15/\
architecture-instruction-set-extensions-programming-reference.pdf

This series expose umonitor,umwait, tpause, movdiri and movdir64b
features to guest VM.

Jingqi Liu (3):
  KVM: x86: expose UMWAIT/UMONITOR/TPAUSE CPU features into VM.
  KVM: x86: expose MOVDIRI CPU feature into VM.
  KVM: x86: expose MOVDIR64B CPU feature into VM.

 arch/x86/kvm/cpuid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2018-08-20 12:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-10  8:54 [PATCH 0/3] KVM: x86: expose a few new features into VM Jingqi Liu
2018-07-10  8:54 ` [PATCH 1/3] KVM: x86: expose UMWAIT/UMONITOR/TPAUSE CPU " Jingqi Liu
2018-07-10 11:53   ` kbuild test robot
2018-07-10 12:12   ` kbuild test robot
2018-08-20 10:16   ` Paolo Bonzini
2018-08-20 12:36     ` Liu, Jingqi
2018-07-10  8:54 ` [PATCH 2/3] KVM: x86: expose MOVDIRI CPU feature " Jingqi Liu
2018-07-10 12:25   ` kbuild test robot
2018-07-10  8:54 ` [PATCH 3/3] KVM: x86: expose MOVDIR64B " Jingqi Liu
2018-07-10 10:04   ` kbuild test robot
2018-08-06  8:17 ` [PATCH 0/3] KVM: x86: expose a few new features " Liu, Jingqi
2018-08-06 16:58   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox