From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/2] KVM MMU: cleanup/fix mmu audit code Date: Mon, 5 Apr 2010 17:35:40 -0300 Message-ID: <20100405203540.GC7141@amt.cnet> References: <4BB45E65.2040006@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]:21521 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756574Ab0DEUwh (ORCPT ); Mon, 5 Apr 2010 16:52:37 -0400 Content-Disposition: inline In-Reply-To: <4BB45E65.2040006@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Apr 01, 2010 at 04:50:45PM +0800, Xiao Guangrong wrote: > This patch does: > - 'sp' parameter in inspect_spte_fn() is not used, so remove it > - fix 'kvm' and 'slots' is not defined in count_rmaps() > - fix a bug in inspect_spte_has_rmap() > > Signed-off-by: Xiao Guangrong Applied, thanks.