From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932660AbdCUJBX (ORCPT ); Tue, 21 Mar 2017 05:01:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59052 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932283AbdCUJBV (ORCPT ); Tue, 21 Mar 2017 05:01:21 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 382737E9DF Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=david@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 382737E9DF Subject: Re: [PATCH v2 2/3] KVM: VMX: Fix enable VPID even if INVVPID is not exposed in vmx capability To: Wanpeng Li References: <1490069935-6232-1-git-send-email-wanpeng.li@hotmail.com> <1490069935-6232-2-git-send-email-wanpeng.li@hotmail.com> <6b112918-a785-bf87-71c4-8649915e7772@redhat.com> Cc: "linux-kernel@vger.kernel.org" , kvm , Paolo Bonzini , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Wanpeng Li From: David Hildenbrand Organization: Red Hat GmbH Message-ID: <1e4698b6-35fb-aa74-8a6a-fa7a3fd862d4@redhat.com> Date: Tue, 21 Mar 2017 10:01:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 21 Mar 2017 09:01:21 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > The same as cpu_has_vmx_ept_4levels(). > >> >>> enable_vpid = 0; >>> + >> >> unrelated change > > To make the vpid codes more clear. Please refer to other callees in > hardware_setup(). I was talking about the added empty line. This is unrelated to the patch you're posting. -- Thanks, David