On Tue, 15 Aug 2023 15:00:30 -0700, Sean Christopherson wrote: > Remove x86's mmio_warning_test, as it is unnecessarily complex (there's no > reason to fork, spawn threads, initialize srand(), etc..), unnecessarily > restrictive (triggering triple fault is not unique to Intel CPUs without > unrestricted guest), and provides no meaningful coverage beyond what > basic fuzzing can achieve (running a vCPU with garbage is fuzzing's bread > and butter). > > [...] Applied to kvm-x86 selftests, thanks! [1/1] KVM: selftests: Remove x86's so called "MMIO warning" test https://github.com/kvm-x86/linux/commit/e29f5d0c3c7c -- https://github.com/kvm-x86/linux/tree/next