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)
commitdaa3db693ce925a14b7e17ab6f306dc0e6a5342c
tree1511926bdec125fca374320924dacce8b49d84c3
parentfa1de2bfc0feb7245328ad25fb3e6d5cd2c903b4
KVM: MMU: fix broken page accessed tracking with ept enabled

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>
arch/x86/kvm/mmu.c
This page took 0.026407 seconds and 5 git commands to generate.