aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Christopherson <sean.j.christopherson@intel.com>2019-03-13 12:55:55 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-15 19:16:48 +0100
commit46333236485c8647e40ac2922579e29c5e49ed16 (patch)
tree389aefbeaa65b3de6b7325b58a95e275fad70302
parentRevert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()" (diff)
downloadlinux-dev-46333236485c8647e40ac2922579e29c5e49ed16.tar.xz
linux-dev-46333236485c8647e40ac2922579e29c5e49ed16.zip
MAINTAINERS: Add KVM selftests to existing KVM entry
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> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8347269aa386..b95f5b69e5be 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8295,6 +8295,7 @@ F: include/linux/kvm*
F: include/kvm/iodev.h
F: virt/kvm/*
F: tools/kvm/
+F: tools/testing/selftests/kvm/
KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
M: Joerg Roedel <joro@8bytes.org>