From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: Re: [PATCH 1/2] KVM: Discard shadow_mt_mask Date: Tue, 28 Apr 2009 08:54:48 +0800 Message-ID: <200904280854.48931.sheng@linux.intel.com> References: <1240825665-15016-1-git-send-email-sheng@linux.intel.com> <20090427222722.GA15356@amt.cnet> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Avi Kivity , kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from mga09.intel.com ([134.134.136.24]:14945 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751389AbZD1Ayy (ORCPT ); Mon, 27 Apr 2009 20:54:54 -0400 In-Reply-To: <20090427222722.GA15356@amt.cnet> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: On Tuesday 28 April 2009 06:27:22 Marcelo Tosatti wrote: > 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. Avi, please notice there is a update for these two patches which wouldn't break SVM bisect. Thanks. -- regards Yang, Sheng