]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: selftests: Remove the obsolete/dead MMU role test
authorSean Christopherson <seanjc@google.com>
Tue, 14 Jun 2022 20:06:38 +0000 (20:06 +0000)
committerSean Christopherson <seanjc@google.com>
Thu, 14 Jul 2022 01:14:13 +0000 (18:14 -0700)
commit0b9775016671f7e873a368d30597964e9b094741
treeb6b519d033453074248f8187ae808cf1aac92ec8
parent6c3c2382aae5e40f2d68d44b281592800d9b4a7d
KVM: selftests: Remove the obsolete/dead MMU role test

Remove the MMU role test, which was made obsolete by KVM commit
e49d1db7e0d0 ("KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN").  The
ongoing costs of keeping the test updated far outweigh any benefits,
e.g. the test _might_ be useful as an example or for documentation
purposes, but otherwise the test is dead weight.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20220614200707.3315957-14-seanjc@google.com
tools/testing/selftests/kvm/.gitignore
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/kvm/include/x86_64/processor.h
tools/testing/selftests/kvm/x86_64/mmu_role_test.c [deleted file]