commit | a057e0e22ca11d04959648694945ebcc44873159 | [log] [tgz] |
---|---|---|
author | David Hildenbrand <david@redhat.com> | Thu Aug 10 23:36:54 2017 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Aug 11 18:53:22 2017 +0200 |
tree | add9e059efc7aa4fad4777bf5d25997450877b9c | |
parent | a170504f9f6d4835e042edf4c764a21594acc79c [diff] |
KVM: nVMX: validate eptp pointer Let's reuse the function introduced with eptp switching. We don't explicitly have to check against enable_ept_ad_bits, as this is implicitly done when checking against nested_vmx_ept_caps in valid_ept_address(). Signed-off-by: David Hildenbrand <david@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>