From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kanda Subject: [PATCH v2 0/2] KVM: nVMX: misc changes Date: Mon, 27 Nov 2017 17:22:24 -0600 Message-ID: Cc: pbonzini@redhat.com, rkrcmar@redhat.com, ameya.more@oracle.com, krish.sadhukhan@oracle.com, Mark Kanda To: kvm@vger.kernel.org Return-path: Received: from aserp1040.oracle.com ([141.146.126.69]:43139 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751626AbdK0XUl (ORCPT ); Mon, 27 Nov 2017 18:20:41 -0500 Sender: kvm-owner@vger.kernel.org List-ID: 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