From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] qemu-kvm Set kvm_features name for kvm_cr3_cache Date: Wed, 17 Feb 2010 19:35:43 -0200 Message-ID: <20100217213543.GA17532@amt.cnet> References: <4B7C2AEC.7090503@redhat.com> <20100217210813.GA16915@amt.cnet> <4B7C5F20.1070108@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , KVM General To: Jes Sorensen Return-path: Received: from mx1.redhat.com ([209.132.183.28]:21587 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753844Ab0BQVfy (ORCPT ); Wed, 17 Feb 2010 16:35:54 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1HLZrcq020464 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 17 Feb 2010 16:35:53 -0500 Content-Disposition: inline In-Reply-To: <4B7C5F20.1070108@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Feb 17, 2010 at 10:26:56PM +0100, Jes Sorensen wrote: > On 02/17/10 22:08, Marcelo Tosatti wrote: > >The KVM_CAP_CR3_CACHE reference can be removed since the feature > >was never implemented/included. > > Ok that works too, would you rather a patch to remove all references > to it, or leave it in in case someone decides to pick it up later? I'd say remove all references, its obsolete due to EPT/NPT. > > Cheers, > Jes >