Remove exec-all.h include directives
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 19 Jun 2011 20:38:22 +0000 (20:38 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 26 Jun 2011 18:25:35 +0000 (18:25 +0000)
Most exec-all.h include directives are now useless, remove them.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
57 files changed:
bsd-user/main.c
cpus.c
disas.c
exec.c
gdbstub.c
hw/sh7750.c
hw/spapr_hcall.c
kvm-stub.c
linux-user/main.c
monitor.c
target-alpha/exec.h
target-alpha/helper.c
target-alpha/translate.c
target-arm/exec.h
target-arm/helper.c
target-arm/translate.c
target-cris/exec.h
target-cris/helper.c
target-cris/mmu.c
target-cris/translate.c
target-i386/exec.h
target-i386/helper.c
target-i386/machine.c
target-i386/op_helper.c
target-i386/translate.c
target-lm32/exec.h
target-lm32/helper.c
target-lm32/translate.c
target-m68k/exec.h
target-m68k/helper.c
target-m68k/translate.c
target-microblaze/exec.h
target-microblaze/helper.c
target-microblaze/mmu.c
target-microblaze/translate.c
target-mips/exec.h
target-mips/helper.c
target-mips/machine.c
target-mips/translate.c
target-ppc/exec.h
target-ppc/helper.c
target-ppc/translate.c
target-s390x/exec.h
target-s390x/helper.c
target-s390x/translate.c
target-sh4/exec.h
target-sh4/helper.c
target-sh4/translate.c
target-sparc/helper.c
target-sparc/machine.c
target-sparc/translate.c
target-unicore32/exec.h
target-unicore32/helper.c
target-unicore32/translate.c
tcg/tcg.c
translate-all.c
xen-mapcache-stub.c

index 0af8a7e7f1a613b528b614f3ab96c209d5dc2f93..5f790b255a5ddeee295936df4fc32194e451d3c2 100644 (file)
@@ -29,7 +29,7 @@
 #include "qemu.h"
 #include "qemu-common.h"
 /* For tb_lock */
-#include "exec-all.h"
+#include "cpu.h"
 #include "tcg.h"
 #include "qemu-timer.h"
 #include "envlist.h"
diff --git a/cpus.c b/cpus.c
index 0699f378b127f2ee495e3c31116e14ce4234bd36..e2997941fa3b0c4586ca9603d94dad82c876a8b8 100644 (file)
--- a/cpus.c
+++ b/cpus.c
@@ -30,7 +30,6 @@
 #include "gdbstub.h"
 #include "dma.h"
 #include "kvm.h"
-#include "exec-all.h"
 
 #include "qemu-thread.h"
 #include "cpus.h"
diff --git a/disas.c b/disas.c
index d208c52402895a906e9efe9c5b2a8f382f95f4d8..1334b8e0f369089a21c403fcde11a0a726b0aa0b 100644 (file)
--- a/disas.c
+++ b/disas.c
@@ -5,7 +5,6 @@
 #include <errno.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 
 /* Filled in by elfload.c.  Simplistic, but will do for now. */
diff --git a/exec.c b/exec.c
index b03b5bed81d0c80794536841b187c2c5308093bc..21507fb4a9e4084454dd9a95649f3c6344a34003 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -26,7 +26,6 @@
 
 #include "qemu-common.h"
 #include "cpu.h"
-#include "exec-all.h"
 #include "tcg.h"
 #include "hw/hw.h"
 #include "hw/qdev.h"
index b9ae30dd7dbbcf7f212a06459d9a5182cdd89c1d..c085a5afb33cc0ae2cab61cfe087cfa6da51a428 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -37,7 +37,7 @@
 
 #define MAX_PACKET_LENGTH 4096
 
-#include "exec-all.h"
+#include "cpu.h"
 #include "qemu_socket.h"
 #include "kvm.h"
 
index 19d5bf8537e5bb00c5b710a1691a3c40507bdc72..4f279e7e516d7ebef36e191cf2e8b9ebaf2be632 100644 (file)
@@ -29,7 +29,6 @@
 #include "sh7750_regs.h"
 #include "sh7750_regnames.h"
 #include "sh_intc.h"
-#include "exec-all.h"
 #include "cpu.h"
 
 #define NB_DEVICES 4
index 43c441dc7d2bf892a904487a2af07185cd8478eb..84da8fc69cdd595af846d2e3b2a6706a0bf04147 100644 (file)
@@ -3,7 +3,6 @@
 #include "qemu-char.h"
 #include "sysemu.h"
 #include "qemu-char.h"
-#include "exec-all.h"
 #include "exec.h"
 #include "helper_regs.h"
 #include "hw/spapr.h"
index 1e835c671554ac189370548f9a634ae1d51f35be..06064b9a8694aa8e035774b952bfc8d3cc5408fb 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "qemu-common.h"
 #include "hw/hw.h"
-#include "exec-all.h"
+#include "cpu.h"
 #include "gdbstub.h"
 #include "kvm.h"
 
index 71dd2537861657e64702b1039b3e54d613cb5227..1c91c30dcb48d7cb269c82a99d6fb610ce8064c9 100644 (file)
@@ -29,8 +29,7 @@
 #include "qemu.h"
 #include "qemu-common.h"
 #include "cache-utils.h"
-/* For tb_lock */
-#include "exec-all.h"
+#include "cpu.h"
 #include "tcg.h"
 #include "qemu-timer.h"
 #include "envlist.h"
index 6af6a4d999815cbdb680b5227b38b613cc2a4b65..67ceb46a620eb219415dab9971b22f3352af5ca9 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -56,7 +56,7 @@
 #include "json-streamer.h"
 #include "json-parser.h"
 #include "osdep.h"
-#include "exec-all.h"
+#include "cpu.h"
 #ifdef CONFIG_SIMPLE_TRACE
 #include "trace.h"
 #endif
index f5089963b8c83c5fa387c674d10c2079f4ccdc7d..afb01d372722d941705f44750f25e3897c699002 100644 (file)
@@ -31,7 +31,6 @@ register struct CPUAlphaState *env asm(AREG0);
 #define FP_STATUS (env->fp_status)
 
 #include "cpu.h"
-#include "exec-all.h"
 
 #if !defined(CONFIG_USER_ONLY)
 #include "softmmu_exec.h"
index 32c2cf9db346dd96683356989c22c3b74b959c14..7049c80d5cfc04d944bb6642b13b04471adb2572 100644 (file)
@@ -22,7 +22,6 @@
 #include <stdio.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "softfloat.h"
 
 uint64_t cpu_alpha_load_fpcr (CPUState *env)
index 936760c5add249a9f9f213fc4ca5f039b80fd00c..c61906a8b38160a898230ee23a04fa790be139c2 100644 (file)
@@ -22,7 +22,6 @@
 #include <stdio.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "host-utils.h"
 #include "tcg-op.h"
index 007b7cb6df3ed75179a92753a4d3c7a89a9ed988..6793288d43c73bdaccb911569ca4c91440f6ee06 100644 (file)
@@ -22,7 +22,6 @@
 register struct CPUARMState *env asm(AREG0);
 
 #include "cpu.h"
-#include "exec-all.h"
 
 #if !defined(CONFIG_USER_ONLY)
 #include "softmmu_exec.h"
index 12084167d6c618f2b335c70ca405ec7a4b72ea61..f4d12aab55dcdbba2b6751b2d47654dad608608f 100644 (file)
@@ -3,7 +3,6 @@
 #include <string.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "gdbstub.h"
 #include "helper.h"
 #include "qemu-common.h"
index f5507ec3b695c7812c85d25ce310d1be09858e51..badbc5ff315c9639d5520efd8aca729c388d08f8 100644 (file)
@@ -25,7 +25,6 @@
 #include <inttypes.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "tcg-op.h"
 #include "qemu-log.h"
index 9838159172ffcbc74f9c3ec146349fa8781c2ba1..3294abe3934417fb81bb47885ced1eb507f4ebca 100644 (file)
@@ -22,7 +22,6 @@
 register struct CPUCRISState *env asm(AREG0);
 
 #include "cpu.h"
-#include "exec-all.h"
 
 #if !defined(CONFIG_USER_ONLY)
 #include "softmmu_exec.h"
index 2a4403b847f0e7f5b4bb255059ac64a222c5e86d..962d2141774317e7c0196828de525186ab879c5b 100644 (file)
@@ -24,7 +24,6 @@
 #include "config.h"
 #include "cpu.h"
 #include "mmu.h"
-#include "exec-all.h"
 #include "host-utils.h"
 
 
index 1243745598e6f6914529ae0af07a42b9d4ae0457..d481e39352d282be7d03cc64b5f9f4418d069806 100644 (file)
@@ -27,7 +27,6 @@
 #include "config.h"
 #include "cpu.h"
 #include "mmu.h"
-#include "exec-all.h"
 
 #ifdef DEBUG
 #define D(x) x
index e2607d64c01db88ec42db79adb1d5c1dbad00637..dd85859c0bf929b57f1a67a409f75870a54a2aff 100644 (file)
@@ -30,7 +30,6 @@
 #include <inttypes.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "tcg-op.h"
 #include "helper.h"
index 90a6b368820329625399828a392485c8a17ddc72..dd9bce4eedd79dd05e1aaaa1b78b9c1c8a958cc5 100644 (file)
@@ -34,7 +34,6 @@ register struct CPUX86State *env asm(AREG0);
 #include "qemu-log.h"
 
 #include "cpu.h"
-#include "exec-all.h"
 
 /* op_helper.c */
 void QEMU_NORETURN raise_exception_err(int exception_index, int error_code);
index 509d68ca0f7c84a0955e28289d60df6c246a93fc..e9be10429340cbce275ca9f72067a73cb83e3cec 100644 (file)
@@ -23,7 +23,6 @@
 #include <inttypes.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "qemu-common.h"
 #include "kvm.h"
 #ifndef CONFIG_USER_ONLY
index 7662aa20b7b65ecd0aadfd4adf9c2b35b5de907a..9aca8e052381d1065ebd45054ba10233190642a2 100644 (file)
@@ -3,7 +3,7 @@
 #include "hw/pc.h"
 #include "hw/isa.h"
 
-#include "exec-all.h"
+#include "cpu.h"
 #include "kvm.h"
 
 static const VMStateDescription vmstate_segment = {
index db038a7fcd9f41c9033f49c70b419060e67f3bf3..315e18b9a4c3f1e2e6962f433e754810574b9867 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <math.h>
 #include "exec.h"
-#include "exec-all.h"
 #include "host-utils.h"
 #include "ioport.h"
 
index 10bd72a0e22ba9868c97d7573f0f7a4559e73990..ccef381be8e12355247545ce67483ebbe9719a77 100644 (file)
@@ -24,7 +24,6 @@
 #include <signal.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "tcg-op.h"
 
index 61eb914cfae74d4c59906f3827acbd313ed8d3b2..2a227b29539b766916d2ada74de0189c6dc21c29 100644 (file)
@@ -22,7 +22,6 @@
 register struct CPULM32State *env asm(AREG0);
 
 #include "cpu.h"
-#include "exec-all.h"
 
 static inline int cpu_halted(CPUState *env)
 {
index 4f3e7e0fcb75a2884b61aa685980e09ea6c93594..e79428d8e01894e03ff1bc7f530998276f614feb 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "config.h"
 #include "cpu.h"
-#include "exec-all.h"
 #include "host-utils.h"
 
 int cpu_lm32_handle_mmu_fault(CPUState *env, target_ulong address, int rw,
index 5e197258eb22178c556f7f74e87a95a3f8bd0d46..0be105d018dce8f57beea9bfcf338f37844940c6 100644 (file)
@@ -25,7 +25,6 @@
 #include <assert.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "helper.h"
 #include "tcg-op.h"
index 568260c3ddd4b32aecc906e3a635a6ad7292a27d..93e79121480fe67096885637ca2efa228c145511 100644 (file)
@@ -22,7 +22,6 @@
 register struct CPUM68KState *env asm(AREG0);
 
 #include "cpu.h"
-#include "exec-all.h"
 
 #if !defined(CONFIG_USER_ONLY)
 #include "softmmu_exec.h"
index faa8c42ae83b7df6a53082bb855b9cbfd28114ae..a936fe7b769150422fc4fa5f4af937a4921cd523 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "config.h"
 #include "cpu.h"
-#include "exec-all.h"
 #include "qemu-common.h"
 #include "gdbstub.h"
 
index 26f0ee42e9524d705b597d5a638e9978f54eda3b..0e7f1fe2c76e3979d4d067d2c04422997c7b2dbd 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "config.h"
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "tcg-op.h"
 #include "qemu-log.h"
index b7f85cf3af993df612b2379f43990cd852e9a543..71b4d397edf0cad463e01a81d295259d698ca79c 100644 (file)
@@ -21,7 +21,6 @@
 register struct CPUMBState *env asm(AREG0);
 
 #include "cpu.h"
-#include "exec-all.h"
 
 #if !defined(CONFIG_USER_ONLY)
 #include "softmmu_exec.h"
index a623c7b04ac03915bdc99b3ccb12fa35a92d6b8f..299259c3f0cfe687c779d31f6a300d05d7699026 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "config.h"
 #include "cpu.h"
-#include "exec-all.h"
 #include "host-utils.h"
 
 #define D(x)
index b38f7d98b76257a45d5102165ed1ee2ec6809d11..281fc8d8c45224dc23221e34beb888abff90c223 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "config.h"
 #include "cpu.h"
-#include "exec-all.h"
 
 #define D(x)
 
index b47b92e9099da364a347a268cd32d7ab165a887d..31e8306ef30cf7b972b0ea3fd8d414d2a6dcee4d 100644 (file)
@@ -25,7 +25,6 @@
 #include <assert.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "tcg-op.h"
 #include "helper.h"
index a3a7262a84bdb875a9ec89a02c4b81c9ebeb5057..e787e9a8baa0a20306e2a13a100f68389d073925 100644 (file)
@@ -11,7 +11,6 @@
 register struct CPUMIPSState *env asm(AREG0);
 
 #include "cpu.h"
-#include "exec-all.h"
 
 #if !defined(CONFIG_USER_ONLY)
 #include "softmmu_exec.h"
index 0f057c2171a1cd97c1ce79dd72af5aaa4594d8cf..ecf6182f568469b04e7f6affad5e5c61048a09df 100644 (file)
@@ -24,7 +24,6 @@
 #include <signal.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 
 enum {
     TLBRET_DIRTY = -4,
index 9ffac711ce52b8c6987aacf3f09bc58e62b32851..be72b36de6a5a835ff0c78d9811d99bed4096c53 100644 (file)
@@ -1,7 +1,7 @@
 #include "hw/hw.h"
 #include "hw/boards.h"
 
-#include "exec-all.h"
+#include "cpu.h"
 
 static void save_tc(QEMUFile *f, TCState *tc)
 {
index 4eaa8261c35fc1d49f18122d294a7e8d7d2aa637..2848c6a692b486cfa1dcf695fbfe2c4aa8bf657e 100644 (file)
@@ -27,7 +27,6 @@
 #include <inttypes.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "tcg-op.h"
 #include "qemu-common.h"
index 1e144bee3b8080f413cce8754eeba6e6711fd397..f4453e4965fc09f1fd233867a3d98c16c9a5d45b 100644 (file)
@@ -24,7 +24,6 @@
 #include "dyngen-exec.h"
 
 #include "cpu.h"
-#include "exec-all.h"
 
 register struct CPUPPCState *env asm(AREG0);
 
index cf2a368b57bde791d6c83ac35a6563ea1f78c945..395ea0e549bfc17a077f95cf03daf9954fae4257 100644 (file)
@@ -23,7 +23,6 @@
 #include <inttypes.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "helper_regs.h"
 #include "qemu-common.h"
 #include "kvm.h"
index 59aef855d42b4c7895c7685e67308b02cd6b8a8f..0a03b4465ab2177b03eec0665b4f0a4dd1d669a2 100644 (file)
@@ -24,7 +24,6 @@
 #include <inttypes.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "tcg-op.h"
 #include "qemu-common.h"
index d40640b675501f5a925cd9cae6b07c6d5aa1b899..fb73f31804a7d9b0a7349cdde3e71f65649435b3 100644 (file)
@@ -23,7 +23,6 @@ register struct CPUS390XState *env asm(AREG0);
 
 #include "config.h"
 #include "cpu.h"
-#include "exec-all.h"
 
 #if !defined(CONFIG_USER_ONLY)
 #include "softmmu_exec.h"
index 745d8c52bb52f157b7abb0c090d7b72dbe7c2c83..1ce7079af73f2e0e9dbb14eb62022c02cbe58b30 100644 (file)
@@ -23,7 +23,6 @@
 #include <string.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "gdbstub.h"
 #include "qemu-common.h"
 #include "qemu-timer.h"
index eda4624d110b29358a513070b245d9db08c7f1f4..77fb4482aaa904c22826924ab306228652154e1d 100644 (file)
@@ -35,7 +35,6 @@
 #endif
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "tcg-op.h"
 #include "qemu-log.h"
index a537672981edb894688e6f97ed82168ec9877529..4a6ae58898fdce796e38560fc8738fb6fbaeb6c6 100644 (file)
@@ -25,7 +25,6 @@
 register struct CPUSH4State *env asm(AREG0);
 
 #include "cpu.h"
-#include "exec-all.h"
 
 #ifndef CONFIG_USER_ONLY
 #include "softmmu_exec.h"
index 8f36d313cd5ea0770e50858f342b27366fe54821..20e9b134d6e77f11bd211a5049aebbd436c10b02 100644 (file)
@@ -24,7 +24,6 @@
 #include <signal.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "hw/sh_intc.h"
 
 #if defined(CONFIG_USER_ONLY)
index 93c863650d96fac225e2f7cb030d43a11adef183..569bc738cb26a8e2bbfeb21dc009b4a4fa939a81 100644 (file)
@@ -27,7 +27,6 @@
 //#define SH4_SINGLE_STEP
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "tcg-op.h"
 #include "qemu-common.h"
index 6b3510585db4a6421e79d0f9a28187d6af45e29d..7eea1acbd596dafabf1342aaf9f1e53761ded355 100644 (file)
@@ -23,7 +23,6 @@
 #include <inttypes.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "qemu-common.h"
 
 //#define DEBUG_MMU
index bae23c54ee2e1a1e081919c375fbb473c3e3f7c5..56ae0412cdd082f5cd03c2effa5077a89bc7e22f 100644 (file)
@@ -2,7 +2,7 @@
 #include "hw/boards.h"
 #include "qemu-timer.h"
 
-#include "exec-all.h"
+#include "cpu.h"
 
 void cpu_save(QEMUFile *f, void *opaque)
 {
index 0cc47e9ff30acb66bd5e5e769bdf2df17db76d66..992cd77e72cc1739416a70b23291f6b56db07347 100644 (file)
@@ -25,7 +25,6 @@
 #include <inttypes.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "helper.h"
 #include "tcg-op.h"
index 6b9b4996454064c551fd9435cf1fafdbe93941a5..7912105e32de08586aeb6821de52deee3629e1be 100644 (file)
@@ -16,7 +16,6 @@
 register struct CPUState_UniCore32 *env asm(AREG0);
 
 #include "cpu.h"
-#include "exec-all.h"
 
 static inline void env_to_regs(void)
 {
index 483aeaeb146335992754947c8f8fef63c5ca41a8..02707d5857bfa586f1f096d0b9431db93aa78022 100644 (file)
@@ -10,7 +10,6 @@
 #include <string.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "gdbstub.h"
 #include "helper.h"
 #include "qemu-common.h"
index 98eaeb3d43d245a2b5fb237df388da70be7cdce3..a15e42d66320a51c2b062839442257be2dc55d89 100644 (file)
@@ -14,7 +14,6 @@
 #include <inttypes.h>
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "tcg-op.h"
 #include "qemu-log.h"
index 184c208980973b74886e3dca45d251305eff4e7a..debf47fee0bca64b9cc8659026c1aa74b543df41 100644 (file)
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -54,7 +54,6 @@
    instructions */
 #define NO_CPU_IO_DEFS
 #include "cpu.h"
-#include "exec-all.h"
 
 #include "tcg-op.h"
 #include "elf.h"
index 2ca190ca8fe8ab010200f7280dca0bbac20f5bb6..24878aac5c3447a651020fdaf9443ecd99d3265d 100644 (file)
@@ -26,7 +26,6 @@
 
 #define NO_CPU_IO_DEFS
 #include "cpu.h"
-#include "exec-all.h"
 #include "disas.h"
 #include "tcg.h"
 #include "qemu-timer.h"
index 5eb3dac366032dd37eaa961004284ac6401d02e0..90a994dc2c5ed747a3006860fea06bddde5115c0 100644 (file)
@@ -9,7 +9,6 @@
 #include "config.h"
 
 #include "cpu.h"
-#include "exec-all.h"
 #include "qemu-common.h"
 #include "cpu-common.h"
 #include "xen-mapcache.h"