Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751988AbdHBHii (ORCPT ); Wed, 2 Aug 2017 03:38:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47564 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750725AbdHBHih (ORCPT ); Wed, 2 Aug 2017 03:38:37 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 06D37F2BBD 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] KVM: nVMX: INVPCID support To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= Cc: David Hildenbrand , linux-kernel@vger.kernel.org, kvm@vger.kernel.org References: <1501161639-9707-1-git-send-email-pbonzini@redhat.com> <0b82ca85-7b3e-9dc4-a102-24d0e9033dcd@redhat.com> <42be1e05-b6e4-42db-5ed8-276d61c4334d@redhat.com> <60a8347a-744d-47d3-e53b-3218f5c50623@redhat.com> <20170801173739.GA316@flask> From: Paolo Bonzini Message-ID: <94561b34-55a6-5f58-0114-e6e32d55a6a9@redhat.com> Date: Wed, 2 Aug 2017 09:38:31 +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: <20170801173739.GA316@flask> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 02 Aug 2017 07:38:37 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 167 Lines: 7 On 01/08/2017 19:37, Radim Krčmář wrote: > > Do you it's less ugly than the other two options? It's awesome, but it's a non-trivial project of its own. :) Paolo