From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH v2 0/2] KVM: nVMX: misc changes Date: Tue, 5 Dec 2017 22:44:35 +0100 Message-ID: <20171205214435.GC17273@flask> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, pbonzini@redhat.com, ameya.more@oracle.com, krish.sadhukhan@oracle.com To: Mark Kanda Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40912 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751950AbdLEVoj (ORCPT ); Tue, 5 Dec 2017 16:44:39 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 2017-11-27 17:22-0600, 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. Queued, thanks.