commit | fcd6dbac9267c1c06a205ad8bb4bd027c0ace7f7 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu Apr 03 12:02:21 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 12:00:57 2008 +0300 |
tree | a9645557d1d20d344f21ab464137a64896598d58 | |
parent | d39f13b0da7fa7f705fbe6c80995205d0380bc7a [diff] |
KVM: MMU: Only mark_page_accessed() if the page was accessed by the guest If the accessed bit is not set, the guest has never accessed this page (at least through this spte), so there's no need to mark the page accessed. This provides more accurate data for the eviction algortithm. Noted by Andrea Arcangeli. Signed-off-by: Avi Kivity <avi@qumranet.com>