]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf003f4e36081f6111e37f9a4478d5e9c6d3b330f
tree9245312a0c4219fcf47345e6f5daf5a17bccc4c8
parentaee2f7077dbf1baceb17e4133bfa74f346607e95
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