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:08:14 -0200 Message-ID: <20100217210813.GA16915@amt.cnet> References: <4B7C2AEC.7090503@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]:55068 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756440Ab0BQVIY (ORCPT ); Wed, 17 Feb 2010 16:08:24 -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 o1HL8NcX022398 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 17 Feb 2010 16:08:24 -0500 Content-Disposition: inline In-Reply-To: <4B7C2AEC.7090503@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Feb 17, 2010 at 06:44:12PM +0100, Jes Sorensen wrote: > Hi, > > Comparing the features tested for in get_para_features() with the > kvm_feature_names in target-i386/helper.c, I noticed that we didn't > list the cr3_cache feature in the real name table. > > I presume this is unintentional so here's a patch to correct it. > > Cheers, > Jes > The KVM_CAP_CR3_CACHE reference can be removed since the feature was never implemented/included.