diff options
author | Stefan Pejic | 2022-05-04 13:04:03 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2022-06-11 11:36:07 +0200 |
commit | 8e0e23445acdf1cfbe7714f685c4a7404b3fa467 (patch) | |
tree | 9efbc81bffac12dc19f957470b0833b0e5215048 /MAINTAINERS | |
parent | target/mips: Add missing default cases for some nanoMIPS pools (diff) | |
download | qemu-8e0e23445acdf1cfbe7714f685c4a7404b3fa467.tar.gz qemu-8e0e23445acdf1cfbe7714f685c4a7404b3fa467.tar.xz qemu-8e0e23445acdf1cfbe7714f685c4a7404b3fa467.zip |
target/mips: Undeprecate nanoMIPS ISA support in QEMU
nanoMIPS ISA support in QEMU is actively used by MediaTek and is
planned to be maintained and potentially extended by MediaTek in
future.
Un-orphan nanoMIPS ISA support in QEMU by setting a maintainer from
MediaTek and remove deprecation notes from documentation as well.
Signed-off-by: Stefan Pejic <stefan.pejic@syrmia.com>
Message-Id: <20220504110403.613168-8-stefan.pejic@syrmia.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b3af081c51..0df25ed4b0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -246,7 +246,8 @@ F: docs/system/cpu-models-mips.rst.inc F: tests/tcg/mips/ MIPS TCG CPUs (nanoMIPS ISA) -S: Orphan +M: Stefan Pejic <stefan.pejic@syrmia.com> +S: Maintained F: disas/nanomips.* F: target/mips/tcg/*nanomips* |