accel/tcg: Reduce 'exec/tb-context.h' inclusion
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 24 May 2021 17:04:52 +0000 (19:04 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 May 2021 22:31:45 +0000 (15:31 -0700)
Only 2 headers require "exec/tb-context.h". Instead of having
all files including "exec/exec-all.h" also including it, directly
include it where it is required:
- accel/tcg/cpu-exec.c
- accel/tcg/translate-all.c

For plugins/plugin.h, we were implicitly relying on
  exec/exec-all.h -> exec/tb-context.h -> qemu/qht.h
which is now included directly.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210524170453.3791436-2-f4bug@amsat.org>
[rth: Fix plugins/plugin.h compilation]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/translate-all.c
include/exec/exec-all.h
include/tcg/tcg.h
plugins/plugin.h

index 0dc5271715eaaa39ad491d8d460cec2da7a32c54..10e11f27bbe174b4d287205a24bf8bff9fb38271 100644 (file)
@@ -31,6 +31,7 @@
 #include "qemu/rcu.h"
 #include "exec/tb-hash.h"
 #include "exec/tb-lookup.h"
+#include "exec/tb-context.h"
 #include "exec/log.h"
 #include "qemu/main-loop.h"
 #if defined(TARGET_I386) && !defined(CONFIG_USER_ONLY)
index 640ff6e3e706f7e7df18fcb02f747ef27960d74a..e9f4de5190d094fd795800fd7211039145ac72ad 100644 (file)
@@ -48,6 +48,7 @@
 
 #include "exec/cputlb.h"
 #include "exec/tb-hash.h"
+#include "exec/tb-context.h"
 #include "exec/translate-all.h"
 #include "qemu/bitmap.h"
 #include "qemu/error-report.h"
index 8021adf38f48e1074ed41bdeb35f5f1e60f08833..754f4130c9aedb95176e9fc5b3be8ac19dfcdd73 100644 (file)
@@ -21,7 +21,6 @@
 #define EXEC_ALL_H
 
 #include "cpu.h"
-#include "exec/tb-context.h"
 #ifdef CONFIG_TCG
 #include "exec/cpu_ldst.h"
 #endif
index 0f0695e90da2ebf09b556c50a93d60ef42fb802e..74cb345308331202d6a517be8270ccea5bf95dc9 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "cpu.h"
 #include "exec/memop.h"
-#include "exec/tb-context.h"
 #include "qemu/bitops.h"
 #include "qemu/plugin.h"
 #include "qemu/queue.h"
index 1aa29dcaddf20d762c59f8571f9bdf6610664934..55017e3581914e9cdb82f90b7e02802cc581b3aa 100644 (file)
@@ -13,6 +13,7 @@
 #define _PLUGIN_INTERNAL_H_
 
 #include <gmodule.h>
+#include "qemu/qht.h"
 
 #define QEMU_PLUGIN_MIN_VERSION 0