]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"
authorSean Christopherson <seanjc@google.com>
Mon, 20 Apr 2026 21:20:03 +0000 (14:20 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 20 Apr 2026 21:54:17 +0000 (14:54 -0700)
commitabc374191dc22c4b36d01c699d9122588ce80101
treec3daae8016abf171f3e6b23583d49e545958cf0f
parentdf079910f9814ddb4239b4f9f70a2272a7e4116a
KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"

In x86's nested TDP APIs, use the appropriate gpa_t typedef and rename
variables from nested_paddr to l2_gpa to match KVM x86's nomenclature.

No functional change intended.

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