]> git.baikalelectronics.ru Git - kernel.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)
commitec05e1d1035751327e86f81fdf3172d555843b46
tree2378c32a3a6bae9b18a64a640e5e917eefb42385
parent4753af9da765e3dde4732b845cc020cdc4a2a5d6
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