From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/2] KVM: Discard shadow_mt_mask Date: Mon, 27 Apr 2009 19:27:22 -0300 Message-ID: <20090427222722.GA15356@amt.cnet> References: <1240825665-15016-1-git-send-email-sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Sheng Yang Return-path: Received: from mx2.redhat.com ([66.187.237.31]:33428 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757344AbZD0W2M (ORCPT ); Mon, 27 Apr 2009 18:28:12 -0400 Content-Disposition: inline In-Reply-To: <1240825665-15016-1-git-send-email-sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Apr 27, 2009 at 05:47:44PM +0800, Sheng Yang wrote: > mt_mask is out of date, now it have only been used as a flag to indicate if TDP > enabled. Get rid of it and use tdp_enabled instead. > > Signed-off-by: Sheng Yang > --- > arch/x86/include/asm/kvm_host.h | 2 +- > arch/x86/kvm/mmu.c | 8 +++----- > arch/x86/kvm/vmx.c | 3 +-- > arch/x86/kvm/x86.c | 2 +- > 4 files changed, 6 insertions(+), 9 deletions(-) ACK both patches.