KVM: x86: MMU: always set accessed bit in shadow PTEs
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 13 Nov 2015 10:52:45 +0000 (11:52 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 25 Nov 2015 16:24:23 +0000 (17:24 +0100)
commit0e3d0648bd903ff6cda7499f9349a2ce612bccb4
tree5595b7e53263b89c72d708cf8efdb9bbd05cb405
parentaba2f06c070f604e388cf77b1dcc7f4cf4577eb0
KVM: x86: MMU: always set accessed bit in shadow PTEs

Commit 7a1638ce4220 ("nEPT: Redefine EPT-specific link_shadow_page()",
2013-08-05) says:

    Since nEPT doesn't support A/D bit, we should not set those bit
    when building the shadow page table.

but this is not necessary.  Even though nEPT doesn't support A/D
bits, and hence the vmcs12 EPT pointer will never enable them,
we always use them for shadow page tables if available (see
construct_eptp in vmx.c).  So we can set the A/D bits freely
in the shadow page table.

This patch hence basically reverts commit 7a1638ce4220.

Cc: Yang Zhang <yang.z.zhang@Intel.com>
Cc: Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.c
arch/x86/kvm/paging_tmpl.h