]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target/translate: Include missing 'exec/cpu_ldst.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 28 Aug 2023 12:53:30 +0000 (14:53 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 31 Aug 2023 17:47:43 +0000 (19:47 +0200)
All these files access the CPU LD/ST API declared in "exec/cpu_ldst.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230828221314.18435-4-philmd@linaro.org>

target/avr/helper.c
target/i386/tcg/fpu_helper.c
target/i386/tcg/sysemu/excp_helper.c
target/loongarch/cpu.c
target/mips/tcg/ldst_helper.c
target/mips/tcg/msa_helper.c
target/riscv/op_helper.c
target/riscv/vector_helper.c

index e6e7d51487faaf1d541e6ca9f3f172504122a04f..fdc9884ea0e475ad78f7ba8a61aeab2d60583135 100644 (file)
@@ -24,6 +24,7 @@
 #include "cpu.h"
 #include "hw/core/tcg-cpu-ops.h"
 #include "exec/exec-all.h"
+#include "exec/cpu_ldst.h"
 #include "exec/address-spaces.h"
 #include "exec/helper-proto.h"
 
index 6f3741b63544f6b23f889dc399c596a8135347d3..4430d3d380ca0e54eee7d04bbbc6817148fb37b7 100644 (file)
@@ -21,6 +21,7 @@
 #include <math.h>
 #include "cpu.h"
 #include "tcg-cpu.h"
+#include "exec/cpu_ldst.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
 #include "fpu/softfloat-macros.h"
index b5f0abffa3de66034c015ef19d9ece4ad5812328..226689a4f20ca401a2eab052952c68ba8cc506bf 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
+#include "exec/cpu_ldst.h"
 #include "exec/exec-all.h"
 #include "tcg/helper-tcg.h"
 
index 27fc6e1f33a7ddbf6e2cd99d604e69038d56eae9..65f9320e347646809a4f6e891953e5e9636660ea 100644 (file)
@@ -11,6 +11,7 @@
 #include "qapi/error.h"
 #include "qemu/module.h"
 #include "sysemu/qtest.h"
+#include "exec/cpu_ldst.h"
 #include "exec/exec-all.h"
 #include "cpu.h"
 #include "internals.h"
index c1a8380e34025668402154e967069571f1ffdf6b..97056d00a272f7362c70ddcd7e97aec56769e2d7 100644 (file)
@@ -24,6 +24,7 @@
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "exec/exec-all.h"
+#include "exec/cpu_ldst.h"
 #include "exec/memop.h"
 #include "internal.h"
 
index 29b31d70fe67429772ef4b9409ed92aaf3926d6d..c8597b9e3008de08ce1723e6d2be43d4542dc497 100644 (file)
@@ -22,6 +22,7 @@
 #include "internal.h"
 #include "tcg/tcg.h"
 #include "exec/exec-all.h"
+#include "exec/cpu_ldst.h"
 #include "exec/helper-proto.h"
 #include "exec/memop.h"
 #include "fpu/softfloat.h"
index 9cdb9cdd063dca7b9bfb1ad5b457751d1597f766..7e2f1908ee39febfcda9ee2b621cdb415f484e0d 100644 (file)
@@ -23,6 +23,7 @@
 #include "internals.h"
 #include "qemu/main-loop.h"
 #include "exec/exec-all.h"
+#include "exec/cpu_ldst.h"
 #include "exec/helper-proto.h"
 
 /* Exceptions processing helpers */
index bf7e0029a14e2f5f21edc08b8ffdca3023a08402..bc9e151aa9d8c2d129e213fe9d650af26d424d9b 100644 (file)
@@ -22,6 +22,7 @@
 #include "cpu.h"
 #include "exec/memop.h"
 #include "exec/exec-all.h"
+#include "exec/cpu_ldst.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
 #include "tcg/tcg-gvec-desc.h"