]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: selftests: Convert some printf's to pr_info's
authorAndrew Jones <drjones@redhat.com>
Fri, 14 Feb 2020 14:59:17 +0000 (15:59 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Mar 2020 16:57:07 +0000 (17:57 +0100)
commit1c1ffddbcc392af469f2ac6fb6290c68b15df70d
tree52e27dc94cfa2085526de08decb89d39e0bb2ce4
parentd42a4deef57d4c28aa0ab0ea566995d4f4c41023
KVM: selftests: Convert some printf's to pr_info's

We leave some printf's because they inform the user the test is being
skipped. QUIET should not disable those. We also leave the printf's
used for help text.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/kvm_create_max_vcpus.c
tools/testing/selftests/kvm/s390x/resets.c
tools/testing/selftests/kvm/x86_64/mmio_warning_test.c
tools/testing/selftests/kvm/x86_64/smm_test.c
tools/testing/selftests/kvm/x86_64/state_test.c
tools/testing/selftests/kvm/x86_64/vmx_tsc_adjust_test.c
tools/testing/selftests/kvm/x86_64/xss_msr_test.c