KVM: MMU: Avoid page prefetch on SVM
authorAvi Kivity <avi@qumranet.com>
Thu, 29 May 2008 11:56:28 +0000 (14:56 +0300)
committerAvi Kivity <avi@qumranet.com>
Sun, 20 Jul 2008 09:42:30 +0000 (12:42 +0300)
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 <avi@qumranet.com>

No differences found