KVM: MMU: prefetch ptes when intercepted guest #PF
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Sun, 22 Aug 2010 11:12:48 +0000 (19:12 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:27 +0000 (10:51 +0200)
Support prefetch ptes when intercept guest #PF, avoid to #PF by later
access

If we meet any failure in the prefetch path, we will exit it and
not try other ptes to avoid become heavy path

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found