commit | 86407bcb5c8320add17b57dc6af1586ff8e14bc0 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Mar 30 11:55:29 2017 +0200 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Fri Apr 07 16:49:00 2017 +0200 |
tree | 6db5553512e9b41c2496e5bb8bd255687de6c1a0 | |
parent | 004772313040ed5b78560de1fe5d51ea678977c7 [diff] |
kvm: x86: MMU support for EPT accessed/dirty bits This prepares the MMU paging code for EPT accessed and dirty bits, which can be enabled optionally at runtime. Code that updates the accessed and dirty bits will need a pointer to the struct kvm_mmu. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>