]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tcg/ppc64: Rename from ppc
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 18 Dec 2025 21:59:03 +0000 (08:59 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 16 Jan 2026 23:46:07 +0000 (10:46 +1100)
Emphasize that we're generating 64-bit code.
Drop the explicit rename from meson's cpu.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
MAINTAINERS
meson.build
tcg/ppc64/tcg-target-con-set.h [moved from tcg/ppc/tcg-target-con-set.h with 100% similarity]
tcg/ppc64/tcg-target-con-str.h [moved from tcg/ppc/tcg-target-con-str.h with 100% similarity]
tcg/ppc64/tcg-target-has.h [moved from tcg/ppc/tcg-target-has.h with 100% similarity]
tcg/ppc64/tcg-target-mo.h [moved from tcg/ppc/tcg-target-mo.h with 100% similarity]
tcg/ppc64/tcg-target-opc.h.inc [moved from tcg/ppc/tcg-target-opc.h.inc with 100% similarity]
tcg/ppc64/tcg-target-reg-bits.h [moved from tcg/ppc/tcg-target-reg-bits.h with 100% similarity]
tcg/ppc64/tcg-target.c.inc [moved from tcg/ppc/tcg-target.c.inc with 100% similarity]
tcg/ppc64/tcg-target.h [moved from tcg/ppc/tcg-target.h with 100% similarity]

index c39a8f54e8fe406fb6af420f3dae23dea3b0fb14..c58fa93fd5ad29a168a7fa39e42da2899e76f80d 100644 (file)
@@ -4079,7 +4079,7 @@ F: tcg/mips/
 PPC TCG target
 M: Richard Henderson <richard.henderson@linaro.org>
 S: Odd Fixes
-F: tcg/ppc/
+F: tcg/ppc64/
 
 RISC-V TCG target
 M: Palmer Dabbelt <palmer@dabbelt.com>
index 594e7d42c001233711f99286507131eff63dd1af..0647ca0c89c502c0866d219590f2d73976838724 100644 (file)
@@ -907,8 +907,6 @@ if have_tcg
   endif
   if get_option('tcg_interpreter')
     tcg_arch = 'tci'
-  elif host_arch == 'ppc64'
-    tcg_arch = 'ppc'
   endif
   add_project_arguments('-iquote', meson.current_source_dir() / 'tcg' / tcg_arch,
                         language: all_languages)
similarity index 100%
rename from tcg/ppc/tcg-target.h
rename to tcg/ppc64/tcg-target.h