commit | fce6ac4c0508b985d497e3d9c8eff28ec8a43182 | [log] [tgz] |
---|---|---|
author | Wanpeng Li <wanpeng.li@hotmail.com> | Thu May 11 02:58:56 2017 -0700 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Mon May 15 16:08:57 2017 +0200 |
tree | 268b52fb044caf3ae535aac3f6ce780ca17a1aa4 | |
parent | a575813bfe4bc15aba511a5e91e61d242bff8b9d [diff] |
KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabled We can observe eptad kvm_intel module parameter is still Y even if ept is disabled which is weird. This patch will not enable EPT A/D feature if EPT feature is disabled. Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Wanpeng Li <wanpeng.li@hotmail.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>