]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: selftests: Rename "guest_paddr" variables to "gpa"
authorSean Christopherson <seanjc@google.com>
Tue, 7 Oct 2025 22:36:25 +0000 (15:36 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 3 Nov 2025 20:54:21 +0000 (12:54 -0800)
commit83e0e12219a402bf7b8fdef067e51f945a92fd26
tree924dcd36e836dcc3a9562f9f3f71931b6136225d
parent0bb4d9c39b76b7453040ec8fb27f69f8437d6fe1
KVM: selftests: Rename "guest_paddr" variables to "gpa"

Rename "guest_paddr" variables in vm_userspace_mem_region_add() and
vm_mem_add() to KVM's de facto standard "gpa", both for consistency and
to shorten line lengths.

Opportunistically fix the indentation of the
vm_userspace_mem_region_add() declaration.

Link: https://patch.msgid.link/20251007223625.369939-1-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/include/kvm_util.h
tools/testing/selftests/kvm/lib/kvm_util.c