Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753843AbdGJJVs (ORCPT ); Mon, 10 Jul 2017 05:21:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51694 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753327AbdGJJVq (ORCPT ); Mon, 10 Jul 2017 05:21:46 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 435FD81233 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=pbonzini@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 435FD81233 Subject: Re: [PATCH 1/3 v2] KVM: vmx: Enable VMFUNCs To: David Hildenbrand , Bandan Das , kvm@vger.kernel.org Cc: linux-kernel@vger.kernel.org References: <20170706230323.29952-1-bsd@redhat.com> <20170706230323.29952-2-bsd@redhat.com> <71bb73d6-c64c-3fee-ea7d-4fa0f2d4682e@redhat.com> <67f46756-7346-8280-7a7e-3f9898d18350@redhat.com> From: Paolo Bonzini Message-ID: Date: Mon, 10 Jul 2017 11:21:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Mon, 10 Jul 2017 09:21:46 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 373 Lines: 13 On 10/07/2017 11:20, David Hildenbrand wrote: >> Perhaps this is an argument in favor of changing the default case of >> nested_vmx_exit_handled from true to false. > > I remember having the same discussion before :) I still think the > default should be changed (then we don't need nVMX hunks in VMX patches > ;) ). Yeah, that was my point. Patches welcome! ;) Paolo