From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH v3 14/19] KVM: MMU: clean up spte updating and clearing Date: Thu, 07 Jul 2011 17:30:46 +0800 Message-ID: <4E157CC6.3030107@cn.fujitsu.com> References: <4E0C3178.2080603@cn.fujitsu.com> <4E0C32FE.2020805@cn.fujitsu.com> <20110706173911.GA9820@amt.cnet> <4E14B511.5000408@cn.fujitsu.com> <20110707081621.GB8334@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Avi Kivity , LKML , KVM To: Marcelo Tosatti Return-path: In-Reply-To: <20110707081621.GB8334@amt.cnet> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 07/07/2011 04:16 PM, Marcelo Tosatti wrote: >> >> What about remove "always_track" parameter? After that, the code should be clear. > > Its easier to read by having it opencoded as it is now. > OK. will remove it.