kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] KVM: nSVM: Check reserved bits in DR6, DR7 and EFER on vmrun of nested guests
@ 2020-05-22 22:19 Krish Sadhukhan
  2020-05-22 22:19 ` [PATCH 1/4] KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate function Krish Sadhukhan
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Krish Sadhukhan @ 2020-05-22 22:19 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini

Patch# 1: Moves the check for upper 32 reserved bits of DR6 to a new function.
Patch# 2: Adds the KVM checks for DR6[63:32] and DR7[64:32] reserved bits
Patch# 3: Adds kvm-unit-tests for DR6[63:32] and DR7[64:32] reserved bits and
	  reserved bits in EFER
Patch# 4: Removes the duplicate definition of 'vmcb' that sneaked via one of
	  my previous patches.


[PATCH 1/4] KVM: x86: Move the check for upper 32 reserved bits of
[PATCH 2/4] KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not
[PATCH 3/4] kvm-unit-tests: nSVM: Test that DR6[63:32], DR7[63:32]
[PATCH 4/4] kvm-unit-tests: x86: Remove duplicate instance of 'vmcb'

 arch/x86/kvm/svm/nested.c | 3 +++
 arch/x86/kvm/x86.c        | 2 +-
 arch/x86/kvm/x86.h        | 5 +++++
 3 files changed, 9 insertions(+), 1 deletion(-)

Krish Sadhukhan (2):
      KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate fun
      KVM: nVMX: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of ne
 x86/svm.c       |  1 -
 x86/svm.h       |  3 +++
 x86/svm_tests.c | 59 ++++++++++++++++++++++++++++++++++++++-------------------
 3 files changed, 42 insertions(+), 21 deletions(-)

Krish Sadhukhan (2):
      kvm-unit-tests: nSVM: Test that DR6[63:32], DR7[63:32] and EFER reserved b
      kvm-unit-tests: x86: Remove duplicate instance of 'vmcb'


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

end of thread, other threads:[~2020-07-03 17:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22 22:19 [PATCH 0/4] KVM: nSVM: Check reserved bits in DR6, DR7 and EFER on vmrun of nested guests Krish Sadhukhan
2020-05-22 22:19 ` [PATCH 1/4] KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate function Krish Sadhukhan
2020-05-22 22:19 ` [PATCH 2/4] KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of nested guests Krish Sadhukhan
2020-05-22 22:19 ` [PATCH 3/4] kvm-unit-tests: nSVM: Test that DR6[63:32], DR7[63:32] and EFER reserved bits " Krish Sadhukhan
2020-05-22 22:19 ` [PATCH 4/4] kvm-unit-tests: x86: Remove duplicate instance of 'vmcb' Krish Sadhukhan
2020-06-23  9:04 ` [PATCH 0/4] KVM: nSVM: Check reserved bits in DR6, DR7 and EFER on vmrun of nested guests Paolo Bonzini
2020-07-02 22:33 ` Krish Sadhukhan
2020-07-03 17:09   ` 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).