From: Anup Patel <anup@brainfault.org>
Date: Mon, 9 May 2022 05:53:16 +0000 (+0530)
Subject: MAINTAINERS: Update KVM RISC-V entry to cover selftests support
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fed9b26b2501;p=linux.git

MAINTAINERS: Update KVM RISC-V entry to cover selftests support

We update KVM RISC-V maintainers entry to include appropriate KVM
selftests directories so that RISC-V related KVM selftests patches
are CC'ed to KVM RISC-V mailing list.

Signed-off-by: Anup Patel <anup@brainfault.org>
---

diff --git a/MAINTAINERS b/MAINTAINERS
index d6d879cb0afd5..e5b7a325a7b5b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10769,6 +10769,8 @@ T:	git git://github.com/kvm-riscv/linux.git
 F:	arch/riscv/include/asm/kvm*
 F:	arch/riscv/include/uapi/asm/kvm*
 F:	arch/riscv/kvm/
+F:	tools/testing/selftests/kvm/*/riscv/
+F:	tools/testing/selftests/kvm/riscv/
 
 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
 M:	Christian Borntraeger <borntraeger@linux.ibm.com>