KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERT
authorSean Christopherson <seanjc@google.com>
Sat, 29 Jul 2023 00:36:31 +0000 (17:36 -0700)
committerSean Christopherson <seanjc@google.com>
Wed, 2 Aug 2023 21:43:10 +0000 (14:43 -0700)
commit8d1d3ce604e54c43228439291db53543da156110
tree03fa9e12cda4d02955706b84a446d9b8a2a0d9f2
parent82cb0ed66d4e5207c53b31a29d9f71af83190ee6
KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERT

Convert x86's Hyper-V feature test to use print-based guest asserts.
Opportunistically use the EQ and NE variants in a few places to capture
additional information.

Link: https://lore.kernel.org/r/20230729003643.1053367-23-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/x86_64/hyperv_features.c