linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] KVM: MSR-based features
@ 2018-02-15 23:11 Tom Lendacky
  2018-02-15 23:12 ` [PATCH v2 1/2] KVM: x86: Add a framework for supporting " Tom Lendacky
  2018-02-15 23:12 ` [PATCH v2 2/2] KVM: SVM: Add MSR-based feature support for serializing LFENCE Tom Lendacky
  0 siblings, 2 replies; 10+ messages in thread
From: Tom Lendacky @ 2018-02-15 23:11 UTC (permalink / raw)
  To: x86, linux-kernel, kvm
  Cc: Paolo Bonzini, Joerg Roedel, Borislav Petkov, Thomas Gleixner,
	Radim Krčmář

The following series implements support within KVM for MSR-based features.
The first patch creates the MSR-based feature framework used to retrieve
the available MSR-based features.  The second patch makes use of the
framework to allow a guest to determine if the LFENCE instruction is
serializing on AMD processors.

This series is based on the master branch of the KVM git tree.

https://git.kernel.org/pub/scm/virt/kvm/kvm.git

---

Tom Lendacky (2):
      KVM: x86: Add a framework for supporting MSR-based features
      KVM: SVM: Add MSR-based feature support for serializing LFENCE


 Documentation/virtual/kvm/api.txt |   47 +++++++++++++++++++++++++++++++++
 arch/x86/include/asm/kvm_host.h   |    2 +
 arch/x86/include/uapi/asm/kvm.h   |    1 +
 arch/x86/kvm/svm.c                |   43 +++++++++++++++++++++++++++++++
 arch/x86/kvm/x86.c                |   52 +++++++++++++++++++++++++++++++++++++
 include/uapi/linux/kvm.h          |    4 +++
 6 files changed, 149 insertions(+)

-- 
Tom Lendacky

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

end of thread, other threads:[~2018-02-21 16:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-15 23:11 [PATCH v2 0/2] KVM: MSR-based features Tom Lendacky
2018-02-15 23:12 ` [PATCH v2 1/2] KVM: x86: Add a framework for supporting " Tom Lendacky
2018-02-21 11:41   ` Paolo Bonzini
2018-02-21 14:15     ` Tom Lendacky
2018-02-21 14:32       ` Paolo Bonzini
2018-02-21 14:47         ` Tom Lendacky
2018-02-21 14:52           ` Tom Lendacky
2018-02-21 16:36             ` Paolo Bonzini
2018-02-15 23:12 ` [PATCH v2 2/2] KVM: SVM: Add MSR-based feature support for serializing LFENCE Tom Lendacky
2018-02-21 11:42   ` Paolo Bonzini

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).