KVM: MMU: fix broken page accessed tracking with ept enabled
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Fri, 16 Jul 2010 03:23:04 +0000 (11:23 +0800)
committerAvi Kivity <avi@redhat.com>
Mon, 2 Aug 2010 03:40:57 +0000 (06:40 +0300)
In current code, if ept is enabled(shadow_accessed_mask = 0), the page
accessed tracking is lost.

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found