KVM: selftests: Fix broken assert messages in Hyper-V features test
authorSean Christopherson <seanjc@google.com>
Wed, 29 Nov 2023 22:49:15 +0000 (14:49 -0800)
committerSean Christopherson <seanjc@google.com>
Fri, 1 Dec 2023 16:15:40 +0000 (08:15 -0800)
commitf813e6d41baf2bbdd1624f9f01ac4f365eb78891
treeae183015a5af773e59cf7b42d6c4c94e1ccfd6cb
parent4d53dcc5d0bc2c445e29cb14df6d2cf93091731f
KVM: selftests: Fix broken assert messages in Hyper-V features test

Swap the ordering of parameters to guest asserts related to {RD,WR}MSR
success/failure in the Hyper-V features test.  As is, the output will
be mangled and broken due to passing an integer as a string and vice
versa.

Opportunistically fix a benign %u vs. %lu issue as well.

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