]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: MMU: do not mark accessed bit on pte write path
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Thu, 22 Sep 2011 08:55:36 +0000 (16:55 +0800)
committerAvi Kivity <avi@redhat.com>
Tue, 27 Dec 2011 09:16:53 +0000 (11:16 +0200)
commitd01f8d5e02cc79998e3160f7ad545f77891b00e5
tree2378c32a3a6bae9b18a64a640e5e917eefb42385
parent6f6fbe98c3a9f3e9d69cd354a0459989e594e707
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>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c