diff options
author | Sean Christopherson <seanjc@google.com> | 2023-08-18 01:41:14 +0200 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2023-08-25 18:04:34 +0200 |
commit | c92b922a8c526e1bb11945a703cba9f85976de7e (patch) | |
tree | 1adfeec93f0609fc5d9df3141ead369b5d09de05 /MAINTAINERS | |
parent | KVM: selftests: Explicit set #UD when *potentially* injecting exception (diff) | |
download | linux-c92b922a8c526e1bb11945a703cba9f85976de7e.tar.xz linux-c92b922a8c526e1bb11945a703cba9f85976de7e.zip |
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 <seanjc@google.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aee340630eca..2adf76b044c8 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 <gregkh@linuxfoundation.org> |