commit | 2839180ce5bb27ad5e1f092fdafede284a925e5c | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 29 09:19:32 2021 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 22 05:19:26 2021 -0400 |
tree | 85522e8f015f9a2b9696a9e8e312768e8d5c1d20 | |
parent | 1e76a3ce0d3cdfc6b506e21047a26471bc1cc92e [diff] |
KVM: x86/mmu: clean up prefetch/prefault/speculative naming "prefetch", "prefault" and "speculative" are used throughout KVM to mean the same thing. Use a single name, standardizing on "prefetch" which is already used by various functions such as direct_pte_prefetch, FNAME(prefetch_gpte), FNAME(pte_prefetch), etc. Suggested-by: David Matlack <dmatlack@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>