Re: [PATCH 1/2] KVM: test: add the test case to check PFEC on prefetch pte path

2011-01-03 Thread Xiao Guangrong
On 01/03/2011 11:11 PM, Avi Kivity wrote: On 12/23/2010 10:10 AM, Xiao Guangrong wrote: Check page fault error code on prefetch pte path Can you point out the commit which fixed this failure? I'd like to backport it if it's simple enough. The commit is 3ddf6c06e13e: commit

Re: [PATCH 1/2] KVM: test: add the test case to check PFEC on prefetch pte path

2010-12-29 Thread Avi Kivity
On 12/23/2010 10:10 AM, Xiao Guangrong wrote: Check page fault error code on prefetch pte path Applied both, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to

[PATCH 1/2] KVM: test: add the test case to check PFEC on prefetch pte path

2010-12-23 Thread Xiao Guangrong
Check page fault error code on prefetch pte path Signed-off-by: Xiao Guangrong xiaoguangr...@cn.fujitsu.com --- x86/access.c | 74 +++-- 1 files changed, 66 insertions(+), 8 deletions(-) diff --git a/x86/access.c b/x86/access.c index