]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
accel: Rename accel-common.c -> accel-target.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 14 Sep 2023 18:57:11 +0000 (20:57 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (11:03 -0700)
We use the '-common.c' suffix for target agnostic units.
This file is target specific, rename it using the '-target'
suffix.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230914185718.76241-6-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/accel-target.c [moved from accel/accel-common.c with 100% similarity]
accel/meson.build

similarity index 100%
rename from accel/accel-common.c
rename to accel/accel-target.c
index 76f3cbc53000b072a5a39d1ddbae8b023e415df1..fda3157a6e6d7a154655861d7835666bbad60356 100644 (file)
@@ -1,4 +1,4 @@
-specific_ss.add(files('accel-common.c'))
+specific_ss.add(files('accel-target.c'))
 system_ss.add(files('accel-softmmu.c', 'accel-blocker.c'))
 user_ss.add(files('accel-user.c'))