Re: [PATCH 1/4] KVM: Move first pte address calculation out of loop to save some cycles

2010-04-21 Thread Avi Kivity
On 04/16/2010 12:16 PM, Gui Jianfeng wrote: Move first pte address calculation out of loop to save some cycles Applied all four patches, 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

[PATCH 1/4] KVM: Move first pte address calculation out of loop to save some cycles

2010-04-16 Thread Gui Jianfeng
Move first pte address calculation out of loop to save some cycles Signed-off-by: Gui Jianfeng guijianf...@cn.fujitsu.com --- arch/x86/kvm/paging_tmpl.h |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h index