OSDN Git Service

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)
commit23581ea8ceffb3d2896325e273b4708c3aeae375
tree33d56926270f614191e1d485bb4b2c699497e442
parent562b6b089d64724278de61114da658fb0a516250
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