commit | d01f8d5e02cc79998e3160f7ad545f77891b00e5 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Thu Sep 22 16:55:36 2011 +0800 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 27 11:16:53 2011 +0200 |
tree | 2378c32a3a6bae9b18a64a640e5e917eefb42385 | |
parent | 6f6fbe98c3a9f3e9d69cd354a0459989e594e707 [diff] |
KVM: MMU: do not mark accessed bit on pte write path In current code, the accessed bit is always set when page fault occurred, do not need to set it on pte write path Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>