]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
exec/cpu-all: remove tswap include
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Tue, 25 Mar 2025 04:58:51 +0000 (21:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -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: <20250325045915.994760-7-pierrick.bouvier@linaro.org>

include/exec/cpu-all.h
target/i386/tcg/system/excp_helper.c
target/i386/xsave_helper.c
target/ppc/mmu-hash64.h
target/riscv/vector_helper.c

index 957c86886eb50a223b51a4927b9bac0754b1d897..bfa039ab7692e36dd1cc16baa9fc1b5511e3e5a1 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "exec/cpu-common.h"
 #include "exec/cpu-interrupt.h"
-#include "exec/tswap.h"
 #include "hw/core/cpu.h"
 #include "exec/cpu-defs.h"
 #include "exec/target_page.h"
index b0b74df72fd5d23607d916d5f954983ab74edabf..4badd7394328f0bc5b77158b38dc07a701450860 100644 (file)
@@ -23,6 +23,7 @@
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
 #include "exec/tlb-flags.h"
+#include "exec/tswap.h"
 #include "tcg/helper-tcg.h"
 
 typedef struct TranslateParams {
index 996e9f3bfef53b14a55963db4ece3254bb33b470..24ab7be8e9a2c9cd0ad6ebaac2f1b3cde58bee3c 100644 (file)
@@ -5,6 +5,7 @@
 #include "qemu/osdep.h"
 
 #include "cpu.h"
+#include "exec/tswap.h"
 
 void x86_cpu_xsave_all_areas(X86CPU *cpu, void *buf, uint32_t buflen)
 {
index ae8d4b37aed0b71a1c1fc7e0a227eb39d132d35d..b8fb12a97054de6b9c373af5f96e350cc2c3ec63 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef MMU_HASH64_H
 #define MMU_HASH64_H
 
+#include "exec/tswap.h"
+
 #ifndef CONFIG_USER_ONLY
 
 #ifdef TARGET_PPC64
index 83978be06035780b47b8400ef1681ba3b140af4b..7fffa23bc8d9402ea264a928c01831774d8ad70e 100644 (file)
@@ -26,6 +26,7 @@
 #include "exec/page-protection.h"
 #include "exec/helper-proto.h"
 #include "exec/tlb-flags.h"
+#include "exec/tswap.h"
 #include "fpu/softfloat.h"
 #include "tcg/tcg-gvec-desc.h"
 #include "internals.h"