]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitda27dab11a57184af9f75367d7cca008ce61ac81
tree5154e3d607973fde9658fd065e92d984b5189197
parent05ae17aeaa8c7f5c42ca7211745ef29b58b86849
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