]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PA
authorSean Christopherson <seanjc@google.com>
Mon, 20 Apr 2026 21:20:00 +0000 (14:20 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 20 Apr 2026 21:54:17 +0000 (14:54 -0700)
commita662c4e03853304ff0967c756659366efdc9ea49
tree5dd3aa97620934cae227a544ba7c7038387ee571
parent4babae4ca10a6ba642373c45734d9df93852e6ed
KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PA

Rename inject_uer()'s @paddr to @hpa to make it more obvious that it
injects an error using a host PA, not a guest PA.

No functional change intended.

Link: https://patch.msgid.link/20260420212004.3938325-16-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/arm64/sea_to_user.c