diff options
author | Richard Henderson | 2022-10-17 07:00:57 +0200 |
---|---|---|
committer | Richard Henderson | 2022-10-31 21:28:53 +0100 |
commit | 6d0b52ed889f47fa8e39e9611d7bce15cc533369 (patch) | |
tree | 3dab78bd0668804d86d7d8f9cef0a4e63c97d916 /MAINTAINERS | |
parent | tcg/sparc: Remove support for sparc32plus (diff) | |
download | qemu-6d0b52ed889f47fa8e39e9611d7bce15cc533369.tar.gz qemu-6d0b52ed889f47fa8e39e9611d7bce15cc533369.tar.xz qemu-6d0b52ed889f47fa8e39e9611d7bce15cc533369.zip |
tcg/sparc64: Rename from tcg/sparc
Emphasize that we only support full 64-bit code generation.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c41d8d65e2..62bbbba214 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3370,7 +3370,7 @@ L: qemu-s390x@nongnu.org SPARC TCG target S: Odd Fixes -F: tcg/sparc/ +F: tcg/sparc64/ F: disas/sparc.c TCI TCG target |