From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v2 0/2] KVM: nVMX: misc changes Date: Tue, 28 Nov 2017 11:41:54 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: rkrcmar@redhat.com, ameya.more@oracle.com, krish.sadhukhan@oracle.com To: Mark Kanda , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60992 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932483AbdK1Kl5 (ORCPT ); Tue, 28 Nov 2017 05:41:57 -0500 In-Reply-To: Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-ID: On 28/11/2017 00:22, Mark Kanda wrote: > 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(-) > Reviewed-by: Paolo Bonzini