commit | 6d6a18fdde8b86b919b740ad629153de432d12a8 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Nov 09 09:45:17 2020 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Nov 09 09:45:17 2020 -0500 |
tree | cbc9a252881d99fe6ab8a9deffe6949f9752d82d | |
parent | 4fd94ec7d566ee2f0b52111cc6d26dd311f8a7c3 [diff] |
KVM: selftests: allow two iterations of dirty_log_perf_test Even though one iteration is not enough for the dirty log performance test (due to the cost of building page tables, zeroing memory etc.) two is okay and it is the default. Without this patch, "./dirty_log_perf_test" without any further arguments fails. Cc: Ben Gardon <bgardon@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>