]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd1e32fc0355d76508531f6dca2366a3717322a56
tree3c0c071805a2cf39acac9065a339c1ab173ce688
parent2638e4d0079e8567af3f82b8bf3898b68ee27362
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