diff options
author | Philippe Mathieu-Daudé | 2021-10-04 10:31:57 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2021-11-02 14:32:32 +0100 |
commit | e955acd91dc3c1dfe13e09d2b63242932d54ae14 (patch) | |
tree | 29cceaa600c6f4406b9d3195bf220b822a87ac78 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/alex.williamson/tags/vfio-update-202111... (diff) | |
download | qemu-e955acd91dc3c1dfe13e09d2b63242932d54ae14.tar.gz qemu-e955acd91dc3c1dfe13e09d2b63242932d54ae14.tar.xz qemu-e955acd91dc3c1dfe13e09d2b63242932d54ae14.zip |
MAINTAINERS: Add MIPS general architecture support entry
The architecture is covered in TCG (frontend and backend)
and hardware models. Add a generic section matching the
'mips' word in patch subjects.
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211004092515.3819836-2-f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 310a9512ea..a156c4bffc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -109,6 +109,12 @@ K: ^Subject:.*(?i)s390x? T: git https://gitlab.com/cohuck/qemu.git s390-next L: qemu-s390x@nongnu.org +MIPS general architecture support +M: Philippe Mathieu-Daudé <f4bug@amsat.org> +R: Jiaxun Yang <jiaxun.yang@flygoat.com> +S: Odd Fixes +K: ^Subject:.*(?i)mips + Guest CPU cores (TCG) --------------------- Overall TCG CPUs @@ -242,7 +248,6 @@ F: include/hw/mips/ F: include/hw/misc/mips_* F: include/hw/timer/mips_gictimer.h F: tests/tcg/mips/ -K: ^Subject:.*(?i)mips MIPS TCG CPUs (nanoMIPS ISA) S: Orphan |