From: Richard Henderson Date: Thu, 18 Dec 2025 21:59:03 +0000 (+1100) Subject: tcg/ppc64: Rename from ppc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=904702f4641bf078407c9a779d440daa8f0716d0;p=thirdparty%2Fqemu.git tcg/ppc64: Rename from ppc Emphasize that we're generating 64-bit code. Drop the explicit rename from meson's cpu. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier Signed-off-by: Richard Henderson --- diff --git a/MAINTAINERS b/MAINTAINERS index c39a8f54e8..c58fa93fd5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4079,7 +4079,7 @@ F: tcg/mips/ PPC TCG target M: Richard Henderson S: Odd Fixes -F: tcg/ppc/ +F: tcg/ppc64/ RISC-V TCG target M: Palmer Dabbelt diff --git a/meson.build b/meson.build index 594e7d42c0..0647ca0c89 100644 --- a/meson.build +++ b/meson.build @@ -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) diff --git a/tcg/ppc/tcg-target-con-set.h b/tcg/ppc64/tcg-target-con-set.h similarity index 100% rename from tcg/ppc/tcg-target-con-set.h rename to tcg/ppc64/tcg-target-con-set.h diff --git a/tcg/ppc/tcg-target-con-str.h b/tcg/ppc64/tcg-target-con-str.h similarity index 100% rename from tcg/ppc/tcg-target-con-str.h rename to tcg/ppc64/tcg-target-con-str.h diff --git a/tcg/ppc/tcg-target-has.h b/tcg/ppc64/tcg-target-has.h similarity index 100% rename from tcg/ppc/tcg-target-has.h rename to tcg/ppc64/tcg-target-has.h diff --git a/tcg/ppc/tcg-target-mo.h b/tcg/ppc64/tcg-target-mo.h similarity index 100% rename from tcg/ppc/tcg-target-mo.h rename to tcg/ppc64/tcg-target-mo.h diff --git a/tcg/ppc/tcg-target-opc.h.inc b/tcg/ppc64/tcg-target-opc.h.inc similarity index 100% rename from tcg/ppc/tcg-target-opc.h.inc rename to tcg/ppc64/tcg-target-opc.h.inc diff --git a/tcg/ppc/tcg-target-reg-bits.h b/tcg/ppc64/tcg-target-reg-bits.h similarity index 100% rename from tcg/ppc/tcg-target-reg-bits.h rename to tcg/ppc64/tcg-target-reg-bits.h diff --git a/tcg/ppc/tcg-target.c.inc b/tcg/ppc64/tcg-target.c.inc similarity index 100% rename from tcg/ppc/tcg-target.c.inc rename to tcg/ppc64/tcg-target.c.inc diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc64/tcg-target.h similarity index 100% rename from tcg/ppc/tcg-target.h rename to tcg/ppc64/tcg-target.h