Re: [PATCH v7 5/5] KVM: MMU: combine guest pte read between fetch and pte prefetch

2010-08-25 Thread Marcelo Tosatti
On Sun, Aug 22, 2010 at 07:13:33PM +0800, Xiao Guangrong wrote: > Combine guest pte read between guest pte check in the fetch path and pte > prefetch > > Signed-off-by: Xiao Guangrong > --- > arch/x86/kvm/paging_tmpl.h | 40 +--- > 1 files changed, 21 inser

[PATCH v7 5/5] KVM: MMU: combine guest pte read between fetch and pte prefetch

2010-08-21 Thread Xiao Guangrong
Combine guest pte read between guest pte check in the fetch path and pte prefetch Signed-off-by: Xiao Guangrong --- arch/x86/kvm/paging_tmpl.h | 40 +--- 1 files changed, 21 insertions(+), 19 deletions(-) diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/