diff options
| author | David Matlack <dmatlack@google.com> | 2026-04-21 00:19:47 +0300 |
|---|---|---|
| committer | Sean Christopherson <seanjc@google.com> | 2026-04-21 00:54:16 +0300 |
| commit | 97dcda3fdce5f4f0d689a097f1ff13e1f76f8f49 (patch) | |
| tree | d5a61081b46f41d63d92c3547795e94ad5a49a58 /include/linux | |
| parent | 5567fc9dcd7ed46678cd68e6ca0662331d42f0ac (diff) | |
| download | linux-97dcda3fdce5f4f0d689a097f1ff13e1f76f8f49.tar.xz | |
KVM: selftests: Use gpa_t instead of vm_paddr_t
Replace all occurrences of vm_paddr_t with gpa_t to align with KVM code
and with the conversion helpers (e.g. addr_hva2gpa()).
This commit was generated with the following command:
git ls-files tools/testing/selftests/kvm | xargs sed -i 's/vm_paddr_/gpa_/g'
Then by manually adjusting whitespace to make checkpatch.pl happy.
No functional change intended.
Signed-off-by: David Matlack <dmatlack@google.com>
[sean: drop bogus changelog blurb about renaming functions]
Link: https://patch.msgid.link/20260420212004.3938325-3-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
