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)
commit244c6b6df99b7a7ce3c9997858c3c8fd3c800421
tree52e27dc94cfa2085526de08decb89d39e0bb2ce4
parent3439d886e4d9b79b6b226e70c08d312bd31acbd4
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