]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: selftests: Allow running a single iteration of dirty_log_test
authorSean Christopherson <seanjc@google.com>
Sat, 11 Jan 2025 00:30:04 +0000 (16:30 -0800)
committerSean Christopherson <seanjc@google.com>
Wed, 12 Feb 2025 17:00:56 +0000 (09:00 -0800)
commitdae7d81e8d5819bb47d63918c98539d9666a45d1
tree0bc76902df09fab1a4849077e35be48a36b76ec8
parent7f225650e0991c7b9fdfc1524e0381ba61039730
KVM: selftests: Allow running a single iteration of dirty_log_test

Now that dirty_log_test doesn't require running multiple iterations to
verify dirty pages, and actually runs the requested number of iterations,
drop the requirement that the test run at least "3" (which was really "2"
at the time the test was written) iterations.

Link: https://lore.kernel.org/r/20250111003004.1235645-21-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/dirty_log_test.c