There was a recent thread about unmaintained files in QEMU where it was noted that a few RISC-V related files had slipped through the patterns in our MAINTAINERS file entry. This patch adds some more aggressive pattern matching in an attempt to rectify this situation.
Signed-off-by: Palmer Dabbelt <pal...@sifive.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1032406c5607..e89adc81d5d5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -255,6 +255,8 @@ F: target/riscv/ F: hw/riscv/ F: include/hw/riscv/ F: disas/riscv.c +K: riscv +N: riscv S390 M: Richard Henderson <r...@twiddle.net> -- 2.18.1