]> Git Repo - linux.git/commit
KVM: MMU: Avoid page prefetch on SVM
authorAvi Kivity <[email protected]>
Thu, 29 May 2008 11:56:28 +0000 (14:56 +0300)
committerAvi Kivity <[email protected]>
Sun, 20 Jul 2008 09:42:30 +0000 (12:42 +0300)
commit131d82791b628d4aeafd94ddc74a9b68f3d15a83
treeedee39aaef0af651a6b5799fe71a81e180701320
parentd761a501cf9cd4fa08ff35d252ff08b8c31ce677
KVM: MMU: Avoid page prefetch on SVM

SVM cannot benefit from page prefetching since guest page fault bypass
cannot by made to work there.  Avoid accessing the guest page table in
this case.

Signed-off-by: Avi Kivity <[email protected]>
arch/x86/kvm/mmu.c
This page took 0.055358 seconds and 4 git commands to generate.