]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commitdiff
accel/tcg: Build tcg-runtime-gvec.c once
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Mar 2025 18:34:13 +0000 (10:34 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Mar 2025 18:06:48 +0000 (10:06 -0800)
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
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>
accel/tcg/meson.build
accel/tcg/tcg-runtime-gvec.c

index 411fe28deac9a30ed06647f5df030eeb47a6b9bc..38ff227eb039e5bcd3fd1f0718fc2dc240902811 100644 (file)
@@ -1,13 +1,13 @@
 common_ss.add(when: 'CONFIG_TCG', if_true: files(
   'cpu-exec-common.c',
   'tcg-runtime.c',
+  'tcg-runtime-gvec.c',
 ))
 tcg_specific_ss = ss.source_set()
 tcg_specific_ss.add(files(
   'tcg-all.c',
   'cpu-exec.c',
   'tb-maint.c',
-  'tcg-runtime-gvec.c',
   'translate-all.c',
   'translator.c',
 ))
index afca89baa1cbc32c5e0cd4e6b1ba7bf751774f1a..ff927c5dd8dbf168621d9bb643ee2a820b776926 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "qemu/host-utils.h"
-#include "cpu.h"
 #include "exec/helper-proto-common.h"
 #include "tcg/tcg-gvec-desc.h"