Skip to content
Commit 131d8279 authored by Avi Kivity's avatar Avi Kivity
Browse files

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: default avatarAvi Kivity <avi@qumranet.com>
parent d761a501
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment