From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: MMU: remove valueless output message Date: Tue, 27 Jul 2010 22:22:17 -0300 Message-ID: <20100728012217.GE7327@amt.cnet> References: <4C4E50AE.3050902@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , LKML , KVM list To: Xiao Guangrong Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1681 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755394Ab0G1PFm (ORCPT ); Wed, 28 Jul 2010 11:05:42 -0400 Content-Disposition: inline In-Reply-To: <4C4E50AE.3050902@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jul 27, 2010 at 11:21:18AM +0800, Xiao Guangrong wrote: > After commit 53383eaad08d, the '*spte' has updated before call > rmap_remove()(in most case it's 'shadow_trap_nonpresent_pte'), so > remove this information from error message > > Signed-off-by: Xiao Guangrong > --- > arch/x86/kvm/mmu.c | 11 +++++------ > 1 files changed, 5 insertions(+), 6 deletions(-) Applied, thanks.