[PATCH v3 0/7] nSVM/SVM features

From: Maxim Levitsky
Date: Tue Mar 01 2022 - 09:37:32 EST


This is set of patches for SVM nested features rebased on top of kvm/queue,
all of them were already posted before.

Best regards,
Maxim Levitsky

Maxim Levitsky (7):
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: nSVM: implement nested vGIF
KVM: x86: SVM: allow to force AVIC to be enabled
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running

arch/x86/include/asm/kvm-x86-ops.h | 1 +
arch/x86/include/asm/kvm_host.h | 7 +-
arch/x86/kvm/svm/avic.c | 6 +-
arch/x86/kvm/svm/nested.c | 101 +++++++++++++---
arch/x86/kvm/svm/svm.c | 177 +++++++++++++++++++++++------
arch/x86/kvm/svm/svm.h | 39 ++++++-
arch/x86/kvm/x86.c | 15 ++-
7 files changed, 290 insertions(+), 56 deletions(-)

--
2.26.3