]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
codebase: prepare to remove cpu.h from exec/exec-all.h
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Mon, 17 Mar 2025 18:34:05 +0000 (11:34 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 20:52:25 +0000 (13:52 -0700)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250317183417.285700-7-pierrick.bouvier@linaro.org>

hw/ppc/spapr_nested.c
hw/sh4/sh7750.c
include/tcg/tcg-op.h
page-vary-target.c
target/ppc/helper_regs.h
target/ppc/tcg-excp_helper.c
target/riscv/bitmanip_helper.c

index 201f62920332d2481de6e1edf0ad59f45895ccd4..a79e398c1326637f5f1fcc64b27619ecf00d7051 100644 (file)
@@ -2,6 +2,7 @@
 #include "qemu/cutils.h"
 #include "exec/exec-all.h"
 #include "exec/cputlb.h"
+#include "exec/target_long.h"
 #include "helper_regs.h"
 #include "hw/ppc/ppc.h"
 #include "hw/ppc/spapr.h"
index 6faf0e3ca8bb2142b4ea898d6beecaca96f968c9..41306fb60085075918ecd92e099c1583231919e1 100644 (file)
@@ -29,6 +29,7 @@
 #include "hw/irq.h"
 #include "hw/sh4/sh.h"
 #include "system/system.h"
+#include "target/sh4/cpu.h"
 #include "hw/qdev-properties.h"
 #include "hw/qdev-properties-system.h"
 #include "sh7750_regs.h"
index a02850583bd50d07313a6d679101d30333a86903..bc46b5570c41fcee74f2ea9cd4d1ee1294b735b1 100644 (file)
@@ -9,6 +9,7 @@
 #define TCG_TCG_OP_H
 
 #include "tcg/tcg-op-common.h"
+#include "exec/target_long.h"
 
 #ifndef TARGET_LONG_BITS
 #error must include QEMU headers
index 3f81144cda8afffb24a88727d7bcf5279f430e6c..84ddeb7c26ae0bbe460b16c0c039877e78f04b37 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "qemu/osdep.h"
 #include "exec/page-vary.h"
-#include "exec/exec-all.h"
+#include "exec/target_page.h"
 
 bool set_preferred_target_page_bits(int bits)
 {
index 8196c1346dc9f29dd7342426f6482664596fef32..b928c2c452d86c2b1b42f5a65c14d25a31dc72a0 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef HELPER_REGS_H
 #define HELPER_REGS_H
 
+#include "target/ppc/cpu.h"
+
 void hreg_swap_gpr_tgpr(CPUPPCState *env);
 void hreg_compute_hflags(CPUPPCState *env);
 void hreg_update_pmu_hflags(CPUPPCState *env);
index 5a189dc3d7090c90174c7827f138161661f7ec04..c422648cfdddabe545054b6aaa0aea822b38467d 100644 (file)
@@ -19,6 +19,7 @@
 #include "qemu/osdep.h"
 #include "qemu/main-loop.h"
 #include "qemu/log.h"
+#include "target/ppc/cpu.h"
 #include "exec/cpu_ldst.h"
 #include "exec/exec-all.h"
 #include "exec/helper-proto.h"
index b99c4a39a1f23df0035ec76847715f267a07481e..e9c8d7f77803c21062da70db11f55f180d8fe252 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "qemu/osdep.h"
 #include "qemu/host-utils.h"
-#include "exec/exec-all.h"
+#include "exec/target_long.h"
 #include "exec/helper-proto.h"
 #include "tcg/tcg.h"