OSDN Git Service

KVM: selftests: Avoid flooding debug log while populating memory
authorBen Gardon <bgardon@google.com>
Tue, 12 Jan 2021 21:42:49 +0000 (13:42 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Feb 2021 10:27:18 +0000 (05:27 -0500)
commit89dc52946a165b5396d4b84717d36ded8c5783c7
tree9245312a0c4219fcf47345e6f5daf5a17bccc4c8
parentf9224a5235912fbfaa9f642e61e3f943ae0628ad
KVM: selftests: Avoid flooding debug log while populating memory

Peter Xu pointed out that a log message printed while waiting for the
memory population phase of the dirty_log_perf_test will flood the debug
logs as there is no delay after printing the message. Since the message
does not provide much value anyway, remove it.

Reviewed-by: Jacob Xu <jacobhxu@google.com>
Signed-off-by: Ben Gardon <bgardon@google.com>
Message-Id: <20210112214253.463999-3-bgardon@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/dirty_log_perf_test.c