]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tcg/x86_64: Rename from i386
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 18 Dec 2025 21:57:21 +0000 (08:57 +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/x86_64/tcg-target-con-set.h [moved from tcg/i386/tcg-target-con-set.h with 100% similarity]
tcg/x86_64/tcg-target-con-str.h [moved from tcg/i386/tcg-target-con-str.h with 100% similarity]
tcg/x86_64/tcg-target-has.h [moved from tcg/i386/tcg-target-has.h with 100% similarity]
tcg/x86_64/tcg-target-mo.h [moved from tcg/i386/tcg-target-mo.h with 100% similarity]
tcg/x86_64/tcg-target-opc.h.inc [moved from tcg/i386/tcg-target-opc.h.inc with 100% similarity]
tcg/x86_64/tcg-target-reg-bits.h [moved from tcg/i386/tcg-target-reg-bits.h with 100% similarity]
tcg/x86_64/tcg-target.c.inc [moved from tcg/i386/tcg-target.c.inc with 100% similarity]
tcg/x86_64/tcg-target.h [moved from tcg/i386/tcg-target.h with 100% similarity]

index 1a6e5bbafe408d605852a56388ea6d3bd94d4304..c39a8f54e8fe406fb6af420f3dae23dea3b0fb14 100644 (file)
@@ -4057,10 +4057,10 @@ S: Maintained
 L: qemu-arm@nongnu.org
 F: tcg/aarch64/
 
-i386 TCG target
+X86 TCG target
 M: Richard Henderson <richard.henderson@linaro.org>
 S: Maintained
-F: tcg/i386/
+F: tcg/x86_64/
 
 LoongArch64 TCG target
 M: WANG Xuerui <git@xen0n.name>
index 7993e4cfb9517409aeadecd47ae4572c6215ebc2..594e7d42c001233711f99286507131eff63dd1af 100644 (file)
@@ -907,8 +907,6 @@ if have_tcg
   endif
   if get_option('tcg_interpreter')
     tcg_arch = 'tci'
-  elif host_arch == 'x86_64'
-    tcg_arch = 'i386'
   elif host_arch == 'ppc64'
     tcg_arch = 'ppc'
   endif