KVM: selftests: Add "arch" to common utils that have arch implementations
authorSean Christopherson <seanjc@google.com>
Wed, 16 Feb 2022 17:30:39 +0000 (09:30 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 11 Jun 2022 15:47:03 +0000 (11:47 -0400)
commit9931be3fc62edad381de074ad0db576eefed7fee
tree5154e3d607973fde9658fd065e92d984b5189197
parentb8592448370b1235119a0a135e99277430c76d53
KVM: selftests: Add "arch" to common utils that have arch implementations

Add "arch" into the name of utility functions that are declared in common
code, but (surprise!) have arch-specific implementations.  Shuffle code
around so that all such helpers' declarations are bundled together.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/include/kvm_util_base.h
tools/testing/selftests/kvm/lib/aarch64/processor.c
tools/testing/selftests/kvm/lib/riscv/processor.c
tools/testing/selftests/kvm/lib/s390x/processor.c
tools/testing/selftests/kvm/lib/x86_64/processor.c