Re: [PATCH v4 1/3] KVM: MMU: rename 'no_apf' to 'prefault'

2010-12-06 Thread Gleb Natapov
On Fri, Dec 03, 2010 at 06:30:55PM -0200, Marcelo Tosatti wrote: 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

Re: [PATCH v4 1/3] KVM: MMU: rename 'no_apf' to 'prefault'

2010-12-04 Thread Marcelo Tosatti
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 xiaoguangr...@cn.fujitsu.com ---

[PATCH v4 1/3] KVM: MMU: rename 'no_apf' to 'prefault'

2010-12-02 Thread Xiao Guangrong
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 xiaoguangr...@cn.fujitsu.com --- arch/x86/include/asm/kvm_host.h |3 ++- arch/x86/kvm/mmu.c |