From: Thomas Huth Date: Fri, 13 Oct 2023 06:57:39 +0000 (+0200) Subject: MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section X-Git-Tag: v8.2.0-rc1~14^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80a59bc5e57fc1956e257040bd69a425ef2b62f4;p=thirdparty%2Fqemu.git MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section The tests/decode/ folder belongs to scripts/decodetree.py, so it should be listed in the same section as the script. Signed-off-by: Thomas Huth Signed-off-by: Michael Tokarev --- diff --git a/MAINTAINERS b/MAINTAINERS index ff1238bb98d..695e0bd34fb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -174,6 +174,7 @@ F: include/hw/core/tcg-cpu-ops.h F: host/include/*/host/cpuinfo.h F: util/cpuinfo-*.c F: include/tcg/ +F: tests/decode/ FPU emulation M: Aurelien Jarno