[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 02/12] target/hexagon: update MAINTAINERS for idef-parser
From: |
Alessandro Di Federico |
Subject: |
[PATCH v4 02/12] target/hexagon: update MAINTAINERS for idef-parser |
Date: |
Thu, 15 Apr 2021 18:34:45 +0200 |
From: Alessandro Di Federico <ale@rev.ng>
Signed-off-by: Alessandro Di Federico <ale@rev.ng>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 36055f14c5..158badbd18 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -193,11 +193,19 @@ Hexagon TCG CPUs
M: Taylor Simpson <tsimpson@quicinc.com>
S: Supported
F: target/hexagon/
+X: target/hexagon/idef-parser/
+X: target/hexagon/gen_idef_parser_funcs.py
F: linux-user/hexagon/
F: tests/tcg/hexagon/
F: disas/hexagon.c
F: default-configs/targets/hexagon-linux-user.mak
+Hexagon idef-parser
+M: Alessandro Di Federico <ale@rev.ng>
+S: Supported
+F: target/hexagon/idef-parser/
+F: target/hexagon/gen_idef_parser_funcs.py
+
HPPA (PA-RISC) TCG CPUs
M: Richard Henderson <richard.henderson@linaro.org>
S: Maintained
--
2.31.1
- [PATCH v4 00/12] target/hexagon: introduce idef-parser, Alessandro Di Federico, 2021/04/15
- [PATCH v4 05/12] target/hexagon: make helper functions non-static, Alessandro Di Federico, 2021/04/15
- [PATCH v4 04/12] target/hexagon: make slot number an unsigned, Alessandro Di Federico, 2021/04/15
- [PATCH v4 02/12] target/hexagon: update MAINTAINERS for idef-parser,
Alessandro Di Federico <=
- [PATCH v4 01/12] tcg: expose TCGCond manipulation routines, Alessandro Di Federico, 2021/04/15
- [PATCH v4 07/12] target/hexagon: expose next PC in DisasContext, Alessandro Di Federico, 2021/04/15
- [PATCH v4 06/12] target/hexagon: introduce new helper functions, Alessandro Di Federico, 2021/04/15
- [PATCH v4 03/12] target/hexagon: import README for idef-parser, Alessandro Di Federico, 2021/04/15