Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753232AbdHXPZs (ORCPT ); Thu, 24 Aug 2017 11:25:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49888 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751168AbdHXPZr (ORCPT ); Thu, 24 Aug 2017 11:25:47 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 25DBA4A71A Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=pbonzini@redhat.com Subject: Re: [PATCH 1/4] KVM: VMX: cache secondary exec controls To: Jim Mattson Cc: LKML , kvm list References: <1503581879-52125-1-git-send-email-pbonzini@redhat.com> <1503581879-52125-2-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: Date: Thu, 24 Aug 2017 17:25:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 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.38]); Thu, 24 Aug 2017 15:25:47 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 409 Lines: 14 On 24/08/2017 16:47, Jim Mattson wrote: >> Currently, secondary execution controls are divided in three groups: >> >> - static, depending mostly on the module arguments or the processor >> (vmx_secondary_exec_control) >> >> - static, depending on CPUID (vmx_cpuid_update) > There should also be: > > - static, depending on guest VMX capability MSRs (vmx_set_vmx_msr) Can you explain what you mean? Paolo