diff mbox series

[v2] MAINTAINERS: Add KVM selftests to existing KVM entry

Message ID 20190313233242.18768-1-sean.j.christopherson@intel.com (mailing list archive)
State New, archived
Headers show
Series [v2] MAINTAINERS: Add KVM selftests to existing KVM entry | expand

Commit Message

Sean Christopherson March 13, 2019, 11:32 p.m. UTC
It's safe to assume Paolo and Radim are maintaining the KVM selftests
given that the vast majority of commits have their SOBs.  Play nice
with get_maintainers and make it official.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
---
v2: add all KVM subdirectories

 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 8347269aa386..5e5b5424fd93 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8295,6 +8295,8 @@  F:	include/linux/kvm*
 F:	include/kvm/iodev.h
 F:	virt/kvm/*
 F:	tools/kvm/
+F:	tools/testing/selftests/kvm/
+F:	tools/testing/selftests/kvm/*/
 
 KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
 M:	Joerg Roedel <joro@8bytes.org>