KVM: x86: Update MAINTAINTERS to include selftests
authorSean Christopherson <seanjc@google.com>
Thu, 17 Aug 2023 23:41:14 +0000 (16:41 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 25 Aug 2023 16:04:34 +0000 (09:04 -0700)
Give KVM x86 the same treatment as all other KVM architectures, and
officially take ownership of x86 specific KVM selftests (changes have
been routed through kvm and/or kvm-x86 for quite some time).

Cc: kvm@vger.kernel.org
Link: https://lore.kernel.org/r/20230817234114.1420092-1-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
MAINTAINERS

index aee3406..2adf76b 100644 (file)
@@ -11498,6 +11498,8 @@ F:      arch/x86/include/uapi/asm/svm.h
 F:     arch/x86/include/uapi/asm/vmx.h
 F:     arch/x86/kvm/
 F:     arch/x86/kvm/*/
+F:     tools/testing/selftests/kvm/*/x86_64/
+F:     tools/testing/selftests/kvm/x86_64/
 
 KERNFS
 M:     Greg Kroah-Hartman <gregkh@linuxfoundation.org>