From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v3 1/2] KVM MMU: fix kvm_mmu_zap_page() and its calling path Date: Fri, 16 Apr 2010 18:03:44 -0300 Message-ID: <20100416210344.GB22144@amt.cnet> References: <4BC82122.4020805@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: Received: from mx1.redhat.com ([209.132.183.28]:28852 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756076Ab0DPVEB (ORCPT ); Fri, 16 Apr 2010 17:04:01 -0400 Content-Disposition: inline In-Reply-To: <4BC82122.4020805@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Apr 16, 2010 at 04:34:42PM +0800, Xiao Guangrong wrote: > This patch fix: > > - calculate zapped page number properly in mmu_zap_unsync_children() > - calculate freeed page number properly kvm_mmu_change_mmu_pages() > - if zapped children page it shoud restart hlist walking > > Signed-off-by: Xiao Guangrong Applied both, thanks.