KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistency
authorSean Christopherson <seanjc@google.com>
Thu, 2 Jun 2022 17:25:56 +0000 (10:25 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 11 Jun 2022 15:46:28 +0000 (11:46 -0400)
commit877bd3997c508691b30054524353d574a3597cd9
tree3c0c071805a2cf39acac9065a339c1ab173ce688
parent2128e30b01867a4d5e41bbaba8e35bcca7537f3b
KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistency

Move the get/set part of the MP_STATE and GUEST_DEBUG helpers to the end
to align with the many other ioctl() wrappers/helpers.  Note, this is not
an endorsement of the predominant style, the goal is purely to provide
consistency in the selftests.

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