Prev: [PATCH 3/6] KVM: MMU: introduce gfn_to_page_atomic() and gfn_to_pfn_atomic()
Next: [PATCH 1/6] KVM: MMU: fix gfn got in kvm_mmu_page_get_gfn()
From: Xiao Guangrong on 14 Jun 2010 23:00 Hi Avi, Marcelo, This patchset support pte prefetch when intercepted guest #PF, the aim is to reduce guest #PF which can be intercepted by VMM. If we meet any failure in the prefetch path, we will exit it and not try other ptes to avoid become heavy path. During my performance test, under EPT enabled case, unixbench shows the performance improved ~1.2%, user EPT disable case, unixbench shows the performance improved ~3.6% -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |