From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 3/6] KVM MMU: optimize/cleanup for marking parent unsync Date: Mon, 12 Apr 2010 14:12:11 -0300 Message-ID: <20100412171211.GC4976@amt.cnet> References: <4BC2D2E2.1030604@cn.fujitsu.com> <4BC2D390.7050708@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , KVM list , LKML To: Xiao Guangrong Return-path: Content-Disposition: inline In-Reply-To: <4BC2D390.7050708@cn.fujitsu.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Mon, Apr 12, 2010 at 04:02:24PM +0800, Xiao Guangrong wrote: > - 'vcpu' is not used while mark parent unsync, so remove it > - if it has alread marked unsync, no need to walk it's parent > > Signed-off-by: Xiao Guangrong Xiao, Did you actually see this codepath as being performance sensitive? I'd prefer to not touch it.