]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: selftests: Drop signal/kick from dirty ring testcase
authorSean Christopherson <seanjc@google.com>
Sat, 11 Jan 2025 00:29:47 +0000 (16:29 -0800)
committerSean Christopherson <seanjc@google.com>
Wed, 12 Feb 2025 17:00:55 +0000 (09:00 -0800)
commitff0efc77bc964d8a33ab3505fb17b3c73b40c040
treed667c51460ac2ff50c5f0e6b04afb599e7967e7d
parent67428ee7b7460146db98365c4e87664f91e122ad
KVM: selftests: Drop signal/kick from dirty ring testcase

Drop the signal/kick from dirty_log_test's dirty ring handling, as kicking
the vCPU adds marginal value, at the cost of adding significant complexity
to the test.

Asynchronously interrupting the vCPU isn't novel; unless the kernel is
fully tickless, the vCPU will be interrupted by IRQs for any decently
large interval.

And exiting to userspace mode in the middle of a sequence isn't novel
either, as the vCPU will do so every time the ring becomes full.

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