commit | daa3db693ce925a14b7e17ab6f306dc0e6a5342c | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Fri Jul 16 11:23:04 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Mon Aug 02 06:40:57 2010 +0300 |
tree | 1511926bdec125fca374320924dacce8b49d84c3 | |
parent | fa1de2bfc0feb7245328ad25fb3e6d5cd2c903b4 [diff] |
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>