public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] KVM: nSVM: Check MBZ bits in CR3 and CR4 on vmrun of nested guests
@ 2020-05-04 22:35 Krish Sadhukhan
  2020-05-04 22:35 ` [PATCH 1/2] KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set " Krish Sadhukhan
  2020-05-04 22:35 ` [PATCH 2/2] kvm-unit-tests: nSVM: Test " Krish Sadhukhan
  0 siblings, 2 replies; 4+ messages in thread
From: Krish Sadhukhan @ 2020-05-04 22:35 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini

Patch# 1: Adds the required KVM check.
Patch# 2: Adds the kvm-unit-test.

[PATCH 1/2] KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun
[PATCH 2/2] kvm-unit-tests: nSVM: Test that MBZ bits in CR3 and CR4 are not set on vmrun

 arch/x86/kvm/svm/nested.c | 18 ++++++++++++++++++
 arch/x86/kvm/svm/svm.h    |  7 ++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)

Krish Sadhukhan (1):
      nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested gu
 x86/svm.h       |   6 ++++
 x86/svm_tests.c | 105 +++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 99 insertions(+), 12 deletions(-)

Krish Sadhukhan (1):
      nSVM: Test that MBZ bits in CR3 and CR4 are not set on vmrun of nested gue


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

end of thread, other threads:[~2020-05-07 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-04 22:35 [PATCH 0/2] KVM: nSVM: Check MBZ bits in CR3 and CR4 on vmrun of nested guests Krish Sadhukhan
2020-05-04 22:35 ` [PATCH 1/2] KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set " Krish Sadhukhan
2020-05-07 13:46   ` Paolo Bonzini
2020-05-04 22:35 ` [PATCH 2/2] kvm-unit-tests: nSVM: Test " Krish Sadhukhan

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