public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] KVM: nVMX: misc changes
@ 2017-11-27 23:22 Mark Kanda
  2017-11-27 23:22 ` [PATCH v2 1/2] KVM: nVMX: Eliminate vmcs02 pool Mark Kanda
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Mark Kanda @ 2017-11-27 23:22 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, rkrcmar, ameya.more, krish.sadhukhan, Mark Kanda

v2:

- (1/2) corrected the GIT commit author to Jim Mattson
- (2/2) added a WARN for freeing a loaded VMCS02

These patches are intended to improve the KVM nested virtualization
implementation. The first patch removes the VMCS02 pool because the
potential performance advantages were never realized. The second patch
adds a WARN for attempting to free a loaded VMCS02.

Jim Mattson (1):
  KVM: nVMX: Eliminate vmcs02 pool

Mark Kanda (1):
  KVM: nVMX: Add a WARN for freeing a loaded VMCS02

 arch/x86/kvm/vmx.c | 159 ++++++++++++-----------------------------------------
 1 file changed, 36 insertions(+), 123 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-12-05 21:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-27 23:22 [PATCH v2 0/2] KVM: nVMX: misc changes Mark Kanda
2017-11-27 23:22 ` [PATCH v2 1/2] KVM: nVMX: Eliminate vmcs02 pool Mark Kanda
2017-11-27 23:22 ` [PATCH v2 2/2] KVM: nVMX: Add a WARN for freeing a loaded VMCS02 Mark Kanda
2017-11-28 20:50   ` David Hildenbrand
2017-11-28 10:41 ` [PATCH v2 0/2] KVM: nVMX: misc changes Paolo Bonzini
2017-12-05 21:44 ` Radim Krčmář

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