public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5 v6] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
@ 2021-04-02  0:43 Krish Sadhukhan
  2021-04-02  0:43 ` [PATCH 1/5 v6] KVM: SVM: Define actual size of IOPM and MSRPM tables Krish Sadhukhan
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Krish Sadhukhan @ 2021-04-02  0:43 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, jmattson, seanjc

v5 -> v6:
	Rebased all patches.

[PATCH 1/5 v6] KVM: SVM: Define actual size of IOPM and MSRPM tables
[PATCH 2/5 v6] nSVM: Check addresses of MSR and IO permission maps
[PATCH 3/5 v6] KVM: nSVM: Cleanup in nested_svm_vmrun()
[PATCH 4/5 v6] nSVM: Test addresses of MSR and IO permissions maps
[PATCH 5/5 v6] SVM: Use ALIGN macro when aligning 'io_bitmap_area'

 arch/x86/kvm/svm/nested.c | 54 ++++++++++++++++++++++++++++++-----------------
 arch/x86/kvm/svm/svm.c    | 20 +++++++++---------
 arch/x86/kvm/svm/svm.h    |  3 +++
 3 files changed, 48 insertions(+), 29 deletions(-)

Krish Sadhukhan (3):
      KVM: SVM: Define actual size of IOPM and MSRPM tables
      nSVM: Check addresses of MSR and IO permission maps
      KVM: nSVM: Cleanup in nested_svm_vmrun()

 x86/svm.c       |  2 +-
 x86/svm_tests.c | 42 +++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 42 insertions(+), 2 deletions(-)

Krish Sadhukhan (2):
      nSVM: Test addresses of MSR and IO permissions maps
      SVM: Use ALIGN macro when aligning 'io_bitmap_area'


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

end of thread, other threads:[~2021-04-02 17:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-02  0:43 [PATCH 0/5 v6] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests Krish Sadhukhan
2021-04-02  0:43 ` [PATCH 1/5 v6] KVM: SVM: Define actual size of IOPM and MSRPM tables Krish Sadhukhan
2021-04-02 17:52   ` Sean Christopherson
2021-04-02  0:43 ` [PATCH 2/5 v6] nSVM: Check addresses of MSR and IO permission maps Krish Sadhukhan
2021-04-02 17:45   ` Sean Christopherson
2021-04-02  0:43 ` [PATCH 3/5 v6] KVM: nSVM: Cleanup in nested_svm_vmrun() Krish Sadhukhan
2021-04-02  0:43 ` [PATCH 4/5 v6] nSVM: Test addresses of MSR and IO permissions maps Krish Sadhukhan
2021-04-02  0:43 ` [PATCH 5/5 v6] SVM: Use ALIGN macro when aligning 'io_bitmap_area' Krish Sadhukhan
2021-04-02 17:38 ` [PATCH 0/5 v6] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests Sean Christopherson
2021-04-02 17:39   ` Paolo Bonzini

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