linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] nSVM optional features
@ 2021-11-01 14:03 Maxim Levitsky
  2021-11-01 14:03 ` [PATCH v2 1/6] KVM: x86: SVM: add module param to control LBR virtualization Maxim Levitsky
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Maxim Levitsky @ 2021-11-01 14:03 UTC (permalink / raw)
  To: kvm
  Cc: Shuah Khan, open list:KERNEL SELFTEST FRAMEWORK, Borislav Petkov,
	Paolo Bonzini, open list:X86 ARCHITECTURE (32-BIT AND 64-BIT),
	Joerg Roedel, H. Peter Anvin, Maxim Levitsky, Thomas Gleixner,
	Vitaly Kuznetsov, Bandan Das, Wanpeng Li, Jim Mattson,
	Sean Christopherson, Wei Huang,
	maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT),
	Ingo Molnar

This is a resend of a few patches that implement few
SVM's optional features for nesting.

I was testing these patches during last few weeks with various nested configurations
and I was unable to find any issues.

I also implemented support for nested vGIF in the last patch.

Best regards,
	Maxim Levitsky

Maxim Levitsky (6):
  KVM: x86: SVM: add module param to control LBR virtualization
  KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
  KVM: x86: nSVM: implement nested LBR virtualization
  KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
  KVM: x86: nSVM: support PAUSE filter threshold and count when
    cpu_pm=on
  KVM: x86: SVM: implement nested vGIF

 arch/x86/kvm/svm/nested.c |  86 ++++++++++++++++++++---
 arch/x86/kvm/svm/svm.c    | 140 ++++++++++++++++++++++++++++++++------
 arch/x86/kvm/svm/svm.h    |  38 +++++++++--
 3 files changed, 228 insertions(+), 36 deletions(-)

-- 
2.26.3



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

end of thread, other threads:[~2021-11-30 11:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01 14:03 [PATCH v2 0/6] nSVM optional features Maxim Levitsky
2021-11-01 14:03 ` [PATCH v2 1/6] KVM: x86: SVM: add module param to control LBR virtualization Maxim Levitsky
2021-11-01 16:21   ` Vitaly Kuznetsov
2021-11-01 16:26     ` Maxim Levitsky
2021-11-01 14:03 ` [PATCH v2 2/6] KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running Maxim Levitsky
2021-11-01 14:03 ` [PATCH v2 3/6] KVM: x86: nSVM: implement nested LBR virtualization Maxim Levitsky
2021-11-01 14:03 ` [PATCH v2 4/6] KVM: x86: nSVM: implement nested VMLOAD/VMSAVE Maxim Levitsky
2021-11-01 14:03 ` [PATCH v2 5/6] KVM: x86: nSVM: support PAUSE filter threshold and count when cpu_pm=on Maxim Levitsky
2021-11-01 14:03 ` [PATCH v2 6/6] KVM: x86: SVM: implement nested vGIF Maxim Levitsky
2021-11-16 21:38 ` [PATCH v2 0/6] nSVM optional features Maxim Levitsky
2021-11-26  6:55   ` Maxim Levitsky
2021-11-30 11:34     ` 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).