KVM: selftests: Convert the memslot performance test to printf guest asserts
authorSean Christopherson <seanjc@google.com>
Sat, 29 Jul 2023 00:36:24 +0000 (17:36 -0700)
committerSean Christopherson <seanjc@google.com>
Wed, 2 Aug 2023 21:43:06 +0000 (14:43 -0700)
commitc55a475d5fc42931992b667aa16bed2db6058d06
tree794d306461467617b51c284ca10ff8e4f84eba47
parentd0ad3bacc523cd780d573c890ebf3b14cec5df22
KVM: selftests: Convert the memslot performance test to printf guest asserts

Use the printf-based GUEST_ASSERT_EQ() in the memslot perf test instead of
an half-baked open code version.

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