]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: selftests: Limit dirty_log_test's s390x workaround to s390x
authorMaxim Levitsky <mlevitsk@redhat.com>
Sat, 11 Jan 2025 00:29:52 +0000 (16:29 -0800)
committerSean Christopherson <seanjc@google.com>
Wed, 12 Feb 2025 17:00:55 +0000 (09:00 -0800)
commitdeb8b8400e31505e0c151dcc4cf436863df4f8d9
tree9e22c9572a29791fb7d6e96622400f662226a3b9
parent9b1feec83e1ab1cbab37232b8aab16301066336d
KVM: selftests: Limit dirty_log_test's s390x workaround to s390x

s390 specific workaround causes the dirty-log mode of the test to dirty
all guest memory on the first iteration, which is very slow when the test
is run in a nested VM.

Limit this workaround to s390x.

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