]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: selftests: Convert iterations to int in dirty_log_perf_test
authorBen Gardon <bgardon@google.com>
Tue, 12 Jan 2021 21:42:50 +0000 (13:42 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Feb 2021 10:27:18 +0000 (05:27 -0500)
commite3444381429aeb6868dd095811a1f9a5e97fc31a
treef842f995b06951e99c24ec0ac9a2c3e8dc9384bf
parentf003f4e36081f6111e37f9a4478d5e9c6d3b330f
KVM: selftests: Convert iterations to int in dirty_log_perf_test

In order to add an iteration -1 to indicate that the memory population
phase has not yet completed, convert the interations counters to ints.

No functional change intended.

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