All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v4] nVMX: Test Selector and Base Address fields of Guest Segment registers
@ 2020-09-30 21:45 Krish Sadhukhan
  2020-09-30 21:45 ` [PATCH 1/3 v4] KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vmcs02 if vmcs12 doesn't set it Krish Sadhukhan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krish Sadhukhan @ 2020-09-30 21:45 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, jmattson, sean.j.christopherson

This patch-series tests the Selector and Base Address fields of the Guest
Segement register according to section "Checks on Guest Segment Registers"
in SDM vol 3C. "Unrestricted guest" VM-execution control is a condition in
testing some parts of the Guest Segement registers.

v3 -> v4:
	In patch# 3's commit message, I have changed the following
		"Signed-off-by: Jim Mattson <jmattson@google.com>"
	to
		"Co-developed-by: Jim Mattson <jmattson@google.com>"


[PATCH 1/3 v4] KVM: nVMX: KVM needs to unset "unrestricted guest"
[PATCH 2/3 v4] nVMX: Test Selector and Base Address fields of Guest Segment
[PATCH 3/3 v4] nVMX: Test vmentry of unrestricted (unpaged protected) nested

 arch/x86/kvm/vmx/nested.c |  3 +++
 arch/x86/kvm/vmx/vmx.c    | 17 +++++++++--------
 arch/x86/kvm/vmx/vmx.h    |  7 +++++++
 3 files changed, 19 insertions(+), 8 deletions(-)

Krish Sadhukhan (1):
      KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vmcs02 if vmcs12 doesn't set it

 lib/x86/processor.h |   1 +
 x86/vmx_tests.c     | 200 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 201 insertions(+)

Krish Sadhukhan (1):
      nVMX: Test Selector and Base Address fields of Guest Segment Registers on vmentry of nested guests

 x86/vmx.c       |  2 +-
 x86/vmx.h       |  1 +
 x86/vmx_tests.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+), 1 deletion(-)

Krish Sadhukhan (1):
      nVMX: Test vmentry of unrestricted (unpaged protected) nested guest


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

end of thread, other threads:[~2020-09-30 21:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 21:45 [PATCH 0/3 v4] nVMX: Test Selector and Base Address fields of Guest Segment registers Krish Sadhukhan
2020-09-30 21:45 ` [PATCH 1/3 v4] KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vmcs02 if vmcs12 doesn't set it Krish Sadhukhan
2020-09-30 21:45 ` [PATCH 2/3 v4] nVMX: Test Selector and Base Address fields of Guest Segment Registers on vmentry of nested guests Krish Sadhukhan
2020-09-30 21:45 ` [PATCH 3/3 v4] nVMX: Test vmentry of unrestricted (unpaged protected) nested guest Krish Sadhukhan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.