From: Sean Christopherson Date: Thu, 17 Aug 2023 23:41:14 +0000 (-0700) Subject: KVM: x86: Update MAINTAINTERS to include selftests X-Git-Tag: v6.6.17~3972^2~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c92b922a8c526e1bb11945a703cba9f85976de7e;p=platform%2Fkernel%2Flinux-rpi.git KVM: x86: Update MAINTAINTERS to include selftests 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 --- diff --git a/MAINTAINERS b/MAINTAINERS index aee3406..2adf76b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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