]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: selftests: Fix unknown ucall command asserts
authorAndrew Jones <drjones@redhat.com>
Mon, 24 Feb 2020 16:10:49 +0000 (17:10 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Mar 2020 16:57:33 +0000 (17:57 +0100)
commit31a0f9a7a5d480c2e79eb746492526596cf3d1b2
tree33d56926270f614191e1d485bb4b2c699497e442
parentda3904eba3f3bcb3db2962fe638ff453e46b29ac
KVM: selftests: Fix unknown ucall command asserts

The TEST_ASSERT in x86_64/platform_info_test.c would have print 'ucall'
instead of 'uc.cmd'. Also fix all uc.cmd format types.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/x86_64/cr4_cpuid_sync_test.c
tools/testing/selftests/kvm/x86_64/evmcs_test.c
tools/testing/selftests/kvm/x86_64/platform_info_test.c
tools/testing/selftests/kvm/x86_64/state_test.c
tools/testing/selftests/kvm/x86_64/vmx_close_while_nested_test.c
tools/testing/selftests/kvm/x86_64/vmx_dirty_log_test.c
tools/testing/selftests/kvm/x86_64/vmx_tsc_adjust_test.c