diff options
| author | David Matlack <dmatlack@google.com> | 2026-04-21 00:19:46 +0300 |
|---|---|---|
| committer | Sean Christopherson <seanjc@google.com> | 2026-04-21 00:54:16 +0300 |
| commit | 5567fc9dcd7ed46678cd68e6ca0662331d42f0ac (patch) | |
| tree | 1e221811d576399e4ecfad8b2064999b871f5089 /include | |
| parent | 6b802031877a995456c528095c41d1948546bf45 (diff) | |
| download | linux-5567fc9dcd7ed46678cd68e6ca0662331d42f0ac.tar.xz | |
KVM: selftests: Use gva_t instead of vm_vaddr_t
Replace all occurrences of vm_vaddr_t with gva_t to align with KVM code
and with the conversion helpers (e.g. addr_gva2hva()).
This commit was generated with the following command:
git ls-files tools/testing/selftests/kvm | xargs sed -i 's/vm_vaddr_/gva_/g'
Then by manually adjusting whitespace to make checkpatch.pl happy, and
dropping renames of functions that allocate memory within a given VM.
No functional change intended.
Signed-off-by: David Matlack <dmatlack@google.com>
[sean: drop renames of allocator APIs]
Link: https://patch.msgid.link/20260420212004.3938325-2-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
