diff options
author | Binbin Wu <[email protected]> | 2023-09-13 20:42:18 +0800 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2023-11-28 17:54:05 -0800 |
commit | 9c8021d4ae85f1531230fc33653e06e9f1fdb7f1 (patch) | |
tree | e30a189cf255d90f258248316244e5efa8fde364 /tools/perf/scripts/python/netdev-times.py | |
parent | 2c49db455ee27c72a680c9e4fad1c12433902ee3 (diff) |
KVM: x86: Remove kvm_vcpu_is_illegal_gpa()
Remove kvm_vcpu_is_illegal_gpa() and use !kvm_vcpu_is_legal_gpa() instead.
The "illegal" helper actually predates the "legal" helper, the only reason
the "illegal" variant wasn't removed by commit 4bda0e97868a ("KVM: x86:
Add a helper to check for a legal GPA") was to avoid code churn. Now that
CR3 has a dedicated helper, there are fewer callers, and so the code churn
isn't that much of a deterrent.
No functional change intended.
Signed-off-by: Binbin Wu <[email protected]>
Tested-by: Xuelian Guo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[sean: provide a bit of history in the changelog]
Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions