kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 v2] KVM: nVMX: Check GUEST_DR7 on vmentry of nested guests
@ 2020-01-15  1:25 Krish Sadhukhan
  2020-01-15  1:25 ` [PATCH 1/2 " Krish Sadhukhan
  2020-01-15  1:25 ` [PATCH 2/2 v2] kvm-unit-test: nVMX: Test " Krish Sadhukhan
  0 siblings, 2 replies; 4+ messages in thread
From: Krish Sadhukhan @ 2020-01-15  1:25 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, jmattson

I sent out v1 a few months back. Here are the changes:

v1 -> v2:
	1. Patch# 1 has been dropped as we do not want to check GUEST_DEBUGCTL
	   software.
	2. Patch# 3 has been dropped.
	3. Patch# 4 has been modified to include only the tests for GUEST_DR7
	   and to be run directly on hardware as well.


[PATCH 1/2 v2] KVM: nVMX: Check GUEST_DR7 on vmentry of nested guests
[PATCH 2/2 v2] kvm-unit-test: nVMX: Test GUEST_DR7 on vmentry of nested guests

 arch/x86/kvm/vmx/nested.c | 6 ++++++
 arch/x86/kvm/x86.c        | 2 +-
 arch/x86/kvm/x86.h        | 6 ++++++
 3 files changed, 13 insertions(+), 1 deletion(-)

Krish Sadhukhan (1):
      nVMX: Check GUEST_DR7 on vmentry of nested guests

 x86/vmx_tests.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

Krish Sadhukhan (1):
      nVMX: Test GUEST_DR7 on vmentry of nested guests


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

end of thread, other threads:[~2020-01-15 17:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-15  1:25 [PATCH 0/2 v2] KVM: nVMX: Check GUEST_DR7 on vmentry of nested guests Krish Sadhukhan
2020-01-15  1:25 ` [PATCH 1/2 " Krish Sadhukhan
2020-01-15 17:13   ` Sean Christopherson
2020-01-15  1:25 ` [PATCH 2/2 v2] kvm-unit-test: nVMX: 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;
as well as URLs for NNTP newsgroup(s).