OSDN Git Service

target/arm: Move psci.c into the tcg directory
authorClaudio Fontana <cfontana@suse.de>
Fri, 17 Feb 2023 20:11:31 +0000 (17:11 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Feb 2023 13:27:04 +0000 (13:27 +0000)
Signed-off-by: Claudio Fontana <cfontana@suse.de>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/meson.build
target/arm/tcg/meson.build
target/arm/tcg/psci.c [moved from target/arm/psci.c with 100% similarity]

index 3e2f403..a5191b5 100644 (file)
@@ -22,7 +22,6 @@ arm_softmmu_ss.add(files(
   'arm-powerctl.c',
   'machine.c',
   'monitor.c',
-  'psci.c',
   'ptw.c',
 ))
 
index 1f27ba1..fa8a9ea 100644 (file)
@@ -43,3 +43,7 @@ arm_ss.add(when: 'TARGET_AARCH64', if_true: files(
   'sme_helper.c',
   'sve_helper.c',
 ))
+
+arm_softmmu_ss.add(files(
+  'psci.c',
+))
similarity index 100%
rename from target/arm/psci.c
rename to target/arm/tcg/psci.c