Home
last modified time | relevance | path

Searched hist:f813e6d41baf2bbdd1624f9f01ac4f365eb78891 (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_features.cdiff f813e6d41baf2bbdd1624f9f01ac4f365eb78891 Wed Nov 29 23:49:15 CET 2023 Sean Christopherson <seanjc@google.com> 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>