]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tcg: Remove target-specific headers from tcg.[ch]
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 2 Apr 2023 04:22:06 +0000 (21:22 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:29 +0000 (12:04 -0700)
This finally paves the way for tcg/ to be built once per mode.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/plugin-gen.c
include/tcg/tcg.h
tcg/region.c
tcg/tcg-op.c
tcg/tcg.c

index 3e528f191d4b1512252ced34b1a705a57d029758..5c13615112f47797dbf0d8b47a21e04666a23cf4 100644 (file)
@@ -43,6 +43,7 @@
  * CPU's index into a TCG temp, since the first callback did it already.
  */
 #include "qemu/osdep.h"
+#include "cpu.h"
 #include "tcg/tcg.h"
 #include "tcg/tcg-temp-internal.h"
 #include "tcg/tcg-op.h"
index 635fa53fdbd1d4a7fde07a4df08a5daf6d4cf589..a498f3196731bfb47bc65e76e29b17a2b0a417ef 100644 (file)
@@ -25,7 +25,6 @@
 #ifndef TCG_H
 #define TCG_H
 
-#include "cpu.h"
 #include "exec/memop.h"
 #include "exec/memopidx.h"
 #include "qemu/bitops.h"
index f8410ba5db3996a5cc04ee8a21101357dc6d6af1..2b28ed3556039d86f16c29ea17934c2ebcfa2bc4 100644 (file)
@@ -30,8 +30,8 @@
 #include "qemu/cacheinfo.h"
 #include "qemu/qtree.h"
 #include "qapi/error.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg.h"
+#include "exec/translation-block.h"
 #include "tcg-internal.h"
 
 
index 8c1ad49c4e098788d154292c7892c3547ac60486..c07de5d9f8e32d7cfea9a649688bce1dd8d52f03 100644 (file)
  */
 
 #include "qemu/osdep.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg.h"
 #include "tcg/tcg-temp-internal.h"
 #include "tcg/tcg-op-common.h"
+#include "exec/translation-block.h"
 #include "exec/plugin-gen.h"
 #include "tcg-internal.h"
 
index 41186f540f1d07fb45eb9a0e8f0ed34cf4c34de9..3fcd0d9f3287f20b6b004c217a4cfe394faee117 100644 (file)
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -34,7 +34,7 @@
 #include "qemu/cacheflush.h"
 #include "qemu/cacheinfo.h"
 #include "qemu/timer.h"
-#include "exec/exec-all.h"
+#include "exec/translation-block.h"
 #include "exec/tlb-common.h"
 #include "tcg/tcg-op-common.h"