Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755521Ab0LDTBA (ORCPT ); Sat, 4 Dec 2010 14:01:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16040 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752119Ab0LDTA6 (ORCPT ); Sat, 4 Dec 2010 14:00:58 -0500 Date: Fri, 3 Dec 2010 18:30:55 -0200 From: Marcelo Tosatti To: Xiao Guangrong Cc: Avi Kivity , Gleb Natapov , LKML , KVM Subject: Re: [PATCH v4 1/3] KVM: MMU: rename 'no_apf' to 'prefault' Message-ID: <20101203203055.GB26281@amt.cnet> References: <4CF76A8B.2040102@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CF76A8B.2040102@cn.fujitsu.com> User-Agent: Mutt/1.5.20 (2009-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 778 Lines: 18 On Thu, Dec 02, 2010 at 05:44:43PM +0800, Xiao Guangrong wrote: > It's the speculative path if 'no_apf = 1' and we will specially handle this > speculative path in the later patch, so 'prefault' is better to fit the sense > > Signed-off-by: Xiao Guangrong > --- > arch/x86/include/asm/kvm_host.h | 3 ++- > arch/x86/kvm/mmu.c | 18 +++++++++--------- > arch/x86/kvm/paging_tmpl.h | 4 ++-- > 3 files changed, 13 insertions(+), 12 deletions(-) Looks good to me. Avi, Gleb? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/