]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
include: Remove 'exec/exec-all.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 24 Apr 2025 20:24:12 +0000 (22:24 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 30 Apr 2025 19:45:05 +0000 (12:45 -0700)
"exec/exec-all.h" is now fully empty, let's remove it.

Mechanical change running:

  $ sed -i '/exec\/exec-all.h/d' $(git grep -wl exec/exec-all.h)

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250424202412.91612-14-philmd@linaro.org>

153 files changed:
MAINTAINERS
accel/hvf/hvf-accel-ops.c
accel/tcg/cputlb.c
accel/tcg/translate-all.c
accel/tcg/user-exec.c
bsd-user/main.c
bsd-user/qemu.h
hw/ppc/spapr_nested.c
hw/riscv/riscv-iommu-sys.c
hw/sh4/sh7750.c
include/exec/exec-all.h [deleted file]
include/system/ram_addr.h
linux-user/main.c
linux-user/user-internals.h
semihosting/uaccess.c
system/physmem.c
target/alpha/cpu.c
target/alpha/fpu_helper.c
target/alpha/int_helper.c
target/alpha/mem_helper.c
target/alpha/translate.c
target/alpha/vax_helper.c
target/arm/cpu.c
target/arm/debug_helper.c
target/arm/helper.c
target/arm/ptw.c
target/arm/tcg/helper-a64.c
target/arm/tcg/m_helper.c
target/arm/tcg/mte_helper.c
target/arm/tcg/mve_helper.c
target/arm/tcg/op_helper.c
target/arm/tcg/pauth_helper.c
target/arm/tcg/sme_helper.c
target/arm/tcg/sve_helper.c
target/arm/tcg/tlb_helper.c
target/arm/tcg/translate-a64.c
target/arm/tcg/translate.h
target/avr/cpu.c
target/avr/translate.c
target/hexagon/cpu.c
target/hexagon/op_helper.c
target/hppa/cpu.c
target/hppa/fpu_helper.c
target/hppa/helper.c
target/hppa/mem_helper.c
target/hppa/op_helper.c
target/hppa/sys_helper.c
target/hppa/translate.c
target/i386/tcg/access.c
target/i386/tcg/excp_helper.c
target/i386/tcg/helper-tcg.h
target/i386/tcg/int_helper.c
target/i386/tcg/mem_helper.c
target/i386/tcg/mpx_helper.c
target/i386/tcg/seg_helper.c
target/i386/tcg/system/bpt_helper.c
target/i386/tcg/translate.c
target/i386/tcg/user/excp_helper.c
target/i386/tcg/user/seg_helper.c
target/loongarch/cpu.c
target/loongarch/tcg/fpu_helper.c
target/loongarch/tcg/iocsr_helper.c
target/loongarch/tcg/op_helper.c
target/loongarch/tcg/tlb_helper.c
target/loongarch/tcg/vec_helper.c
target/m68k/fpu_helper.c
target/m68k/helper.c
target/m68k/op_helper.c
target/m68k/translate.c
target/microblaze/cpu.c
target/microblaze/op_helper.c
target/microblaze/translate.c
target/mips/cpu.c
target/mips/system/physaddr.c
target/mips/tcg/exception.c
target/mips/tcg/fpu_helper.c
target/mips/tcg/ldst_helper.c
target/mips/tcg/msa_helper.c
target/mips/tcg/op_helper.c
target/mips/tcg/system/special_helper.c
target/mips/tcg/system/tlb_helper.c
target/openrisc/cpu.c
target/openrisc/exception.c
target/openrisc/exception_helper.c
target/openrisc/fpu_helper.c
target/openrisc/interrupt.c
target/openrisc/interrupt_helper.c
target/openrisc/sys_helper.c
target/openrisc/translate.c
target/ppc/excp_helper.c
target/ppc/fpu_helper.c
target/ppc/machine.c
target/ppc/mem_helper.c
target/ppc/misc_helper.c
target/ppc/mmu-hash32.c
target/ppc/mmu-hash64.c
target/ppc/mmu-radix64.c
target/ppc/mmu_common.c
target/ppc/mmu_helper.c
target/ppc/power8-pmu.c
target/ppc/tcg-excp_helper.c
target/ppc/timebase_helper.c
target/ppc/translate.c
target/ppc/user_only_helper.c
target/riscv/cpu.c
target/riscv/cpu_helper.c
target/riscv/crypto_helper.c
target/riscv/csr.c
target/riscv/debug.c
target/riscv/fpu_helper.c
target/riscv/m128_helper.c
target/riscv/op_helper.c
target/riscv/tcg/tcg-cpu.c
target/riscv/translate.c
target/riscv/vcrypto_helper.c
target/riscv/vector_helper.c
target/riscv/zce_helper.c
target/rx/op_helper.c
target/rx/translate.c
target/s390x/interrupt.c
target/s390x/mmu_helper.c
target/s390x/sigp.c
target/s390x/tcg/cc_helper.c
target/s390x/tcg/crypto_helper.c
target/s390x/tcg/excp_helper.c
target/s390x/tcg/fpu_helper.c
target/s390x/tcg/int_helper.c
target/s390x/tcg/mem_helper.c
target/s390x/tcg/misc_helper.c
target/s390x/tcg/translate.c
target/s390x/tcg/vec_fpu_helper.c
target/s390x/tcg/vec_helper.c
target/sh4/cpu.c
target/sh4/helper.c
target/sh4/op_helper.c
target/sh4/translate.c
target/sparc/cpu.c
target/sparc/fop_helper.c
target/sparc/helper.c
target/sparc/ldst_helper.c
target/sparc/machine.c
target/sparc/translate.c
target/sparc/win_helper.c
target/tricore/cpu.c
target/tricore/op_helper.c
target/tricore/translate.c
target/xtensa/dbg_helper.c
target/xtensa/exc_helper.c
target/xtensa/fpu_helper.c
target/xtensa/mmu_helper.c
target/xtensa/op_helper.c
target/xtensa/translate.c
target/xtensa/win_helper.c

index f3f491c8c21f7f0d4e74be38826d5699fd1c1fd4..3706601ea544e987c45afad58fcb6c5750c704d6 100644 (file)
@@ -493,7 +493,6 @@ M: Richard Henderson <richard.henderson@linaro.org>
 R: Paolo Bonzini <pbonzini@redhat.com>
 S: Maintained
 F: include/exec/cpu*.h
-F: include/exec/exec-all.h
 F: include/exec/target_long.h
 F: include/qemu/accel.h
 F: include/system/accel-*.h
index 5375de7bcfc5490acb02f6dc7562f277e5d27b76..b8b6116bc84366e690c1461dbf9181a1f788546e 100644 (file)
@@ -51,7 +51,6 @@
 #include "qemu/error-report.h"
 #include "qemu/main-loop.h"
 #include "system/address-spaces.h"
-#include "exec/exec-all.h"
 #include "gdbstub/enums.h"
 #include "hw/boards.h"
 #include "system/accel-ops.h"
index b346af942a06b4f8bbe98eeeb938acacf411d776..5b6d6f797510b19c1e86b64de4154da31820c277 100644 (file)
@@ -22,7 +22,6 @@
 #include "accel/tcg/cpu-ops.h"
 #include "accel/tcg/iommu.h"
 #include "accel/tcg/probe.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "system/memory.h"
 #include "accel/tcg/cpu-ldst.h"
index 0408e2522a851d09443a26ab1fbdb559cf37f291..31c7f9927f29bec167e9ed11435a410c894622ea 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "trace.h"
 #include "disas/disas.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg.h"
 #if defined(CONFIG_USER_ONLY)
 #include "qemu.h"
index 697fdf182417153c221fd97afd1c6293fde452d2..70feee8df9926a4906abbdcccdf6b3854456db4b 100644 (file)
@@ -21,7 +21,6 @@
 #include "disas/disas.h"
 #include "cpu.h"
 #include "exec/vaddr.h"
-#include "exec/exec-all.h"
 #include "exec/tlb-flags.h"
 #include "tcg/tcg.h"
 #include "qemu/bitops.h"
index fdb160bed0f1033c73eb239dc105913cd48a083a..fa7645a56eacbac680a7d0968462b2904a7c602c 100644 (file)
@@ -36,7 +36,6 @@
 #include "qemu/help_option.h"
 #include "qemu/module.h"
 #include "qemu/plugin.h"
-#include "exec/exec-all.h"
 #include "user/guest-base.h"
 #include "user/page-protection.h"
 #include "tcg/startup.h"
index 244670dd24db5b3786d6122d099c4a5097cf1cb1..93388e7c34ebc51bc0ddc706bdecb401a7b6358d 100644 (file)
@@ -23,7 +23,6 @@
 #include "cpu.h"
 #include "qemu/units.h"
 #include "accel/tcg/cpu-ldst.h"
-#include "exec/exec-all.h"
 
 #include "user/abitypes.h"
 #include "user/cpu_loop.h"
index 820f752b9e01b8ccccf4c8aeb17bd4ca329cb1e8..10cf634da19525ecb3d81a2d307d699316ad7d53 100644 (file)
@@ -1,6 +1,5 @@
 #include "qemu/osdep.h"
 #include "qemu/cutils.h"
-#include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "exec/target_long.h"
 #include "helper_regs.h"
index be2e3944dc78a1ed1d97c0aa7cdcc21593d93e78..74e76b94a5cf0aaea84eabbca24fdb307a7494d8 100644 (file)
@@ -26,7 +26,6 @@
 #include "qemu/host-utils.h"
 #include "qemu/module.h"
 #include "qom/object.h"
-#include "exec/exec-all.h"
 #include "trace.h"
 
 #include "riscv-iommu.h"
index 41306fb60085075918ecd92e099c1583231919e1..300eabc595d167908a3ae35a2e9b8e495a97fe01 100644 (file)
@@ -36,7 +36,6 @@
 #include "sh7750_regnames.h"
 #include "hw/sh4/sh_intc.h"
 #include "hw/timer/tmu012.h"
-#include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "trace.h"
 
diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h
deleted file mode 100644 (file)
index 9ef7569..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * internal execution defines for qemu
- *
- *  Copyright (c) 2003 Fabrice Bellard
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef EXEC_ALL_H
-#define EXEC_ALL_H
-
-#endif
index b4e4425acbbee4ab06d4ffffd87ccb5c25651477..15a1b1a4fa2bd75d1dfa7c58b0c9a3bc685cbf4b 100644 (file)
@@ -24,7 +24,6 @@
 #include "exec/cputlb.h"
 #include "exec/ramlist.h"
 #include "system/ramblock.h"
-#include "exec/exec-all.h"
 #include "system/memory.h"
 #include "exec/target_page.h"
 #include "qemu/rcu.h"
index e2ec5970bed2061ae6911cc229e9bf1450716b03..4af7f49f383b105f937e960be87dd8c9f0bda484 100644 (file)
@@ -40,7 +40,6 @@
 #include "qemu/plugin.h"
 #include "user/guest-base.h"
 #include "user/page-protection.h"
-#include "exec/exec-all.h"
 #include "exec/gdbstub.h"
 #include "gdbstub/user.h"
 #include "tcg/startup.h"
index 4aa253b5663600d2fd8081d26cd7fea004d02e85..691b9a1775f1ee23e70550c20239bc8c3ae6993e 100644 (file)
@@ -19,7 +19,6 @@
 #define LINUX_USER_USER_INTERNALS_H
 
 #include "user/thunk.h"
-#include "exec/exec-all.h"
 #include "qemu/log.h"
 
 extern char *exec_path;
index ebbb300f86aeb5f8e52bae781f4af7e3c57fc6f6..4554844e15b217606dfc761664960cc4f51df41a 100644 (file)
@@ -10,7 +10,6 @@
 #include "qemu/osdep.h"
 #include "accel/tcg/cpu-mmu-index.h"
 #include "accel/tcg/probe.h"
-#include "exec/exec-all.h"
 #include "exec/target_page.h"
 #include "exec/tlb-flags.h"
 #include "semihosting/uaccess.h"
index f1ec0902c787736c05bbb50727fef93462f8b62b..3f4fd69d9a573294ad6cb1f48017433f951e133b 100644 (file)
@@ -32,7 +32,6 @@
 #include "accel/tcg/iommu.h"
 #endif /* CONFIG_TCG */
 
-#include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
index 27e2008a4ea6a681d4b459746d2e03461a186d96..68414af8d3553f6b650319560941c9006fa77cf5 100644 (file)
@@ -23,7 +23,6 @@
 #include "qapi/error.h"
 #include "qemu/qemu-print.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "exec/target_page.h"
 #include "fpu/softfloat.h"
index 6aefb9b851ab18ac409c898bc53b9b73f7d4e85f..30f3c7fd185e820ea9897c44121c96a87a5de16c 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
 
index 5672696f6f120c5f0e8fae3413ce91d1ffd8ae5b..6bfe63500e05f00edc7da44362a39a2fe103793a 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "qemu/host-utils.h"
 
index a4d5adb40c69dde50c5dfdf78d94d2a07084191a..2113fe33ae204085dad885934f21ed87f755914c 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 
 static void do_unaligned_access(CPUAlphaState *env, vaddr addr, uintptr_t retaddr)
index 7f3195a5dcc8df8c29da4243657b1fa6c7566e12..cebab0318cfff8154f6127007ed1cf9b7f9b9bfd 100644 (file)
@@ -21,7 +21,6 @@
 #include "cpu.h"
 #include "system/cpus.h"
 #include "qemu/host-utils.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg-op.h"
 #include "exec/helper-proto.h"
 #include "exec/helper-gen.h"
index f94fb519dbd86cf109cf7330606cebd5918a5f4f..c1d201e7b4db3ffe0204b5fc4f13835a9964b6aa 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
 
index 5e951675c606b3ae95f674c6770d62f2dde388b6..7b801eb3aa1c939621ecb1c5ffaf746147c10d1f 100644 (file)
@@ -33,7 +33,6 @@
 #endif /* CONFIG_TCG */
 #include "internals.h"
 #include "cpu-features.h"
-#include "exec/exec-all.h"
 #include "exec/target_page.h"
 #include "hw/qdev-properties.h"
 #if !defined(CONFIG_USER_ONLY)
index 473ee2af38ee34b7cff8ec9c072ae11192579454..de7999f6a9455b2b7b28aa261ca2823fd940bbf6 100644 (file)
@@ -11,7 +11,6 @@
 #include "internals.h"
 #include "cpu-features.h"
 #include "cpregs.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "exec/watchpoint.h"
 #include "system/tcg.h"
index 2f039b2db33b30eb7db218017869a1e8bde78a29..8de4eb2c1faea2077f742f8ab50e46babedeafe8 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/bitops.h"
 #include "qemu/qemu-print.h"
 #include "exec/cputlb.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "hw/irq.h"
 #include "system/cpu-timers.h"
index 87d707b5923bb6496b753d095fdd003ad66133b1..1040a18962780a6503fbabeee7da4f5bf6541c7f 100644 (file)
@@ -10,7 +10,6 @@
 #include "qemu/log.h"
 #include "qemu/range.h"
 #include "qemu/main-loop.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
 #include "exec/tlb-flags.h"
index cfe5faba19293891d122eabe3effca4097215ba5..9cffda07cd7fbf920b31a1aa0470197fbd08590a 100644 (file)
@@ -29,7 +29,6 @@
 #include "internals.h"
 #include "qemu/crc32c.h"
 #include "exec/cpu-common.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "accel/tcg/probe.h"
 #include "exec/target_page.h"
index 37dc98dc35cdc1142639369e4e7a21135436cf6a..6614719832e0b7f21fa5c4fa45aa50a2295c11cd 100644 (file)
@@ -15,7 +15,6 @@
 #include "qemu/main-loop.h"
 #include "qemu/bitops.h"
 #include "qemu/log.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #ifdef CONFIG_TCG
 #include "accel/tcg/cpu-ldst.h"
index 8fbdcc8fb951ad1125cc832f51236dfe73616dbe..13d7ac009723a6190b4cc407b5a3203fc1dfbf17 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/log.h"
 #include "cpu.h"
 #include "internals.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #ifdef CONFIG_USER_ONLY
 #include "user/cpu_loop.h"
index f9f67d1f88eb17d892227e893176b0fb61ad4c7c..506d1c347571c2086b94c00599a027ab60c1d666 100644 (file)
@@ -23,7 +23,6 @@
 #include "vec_internal.h"
 #include "exec/helper-proto.h"
 #include "accel/tcg/cpu-ldst.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg.h"
 #include "fpu/softfloat.h"
 #include "crypto/clmul.h"
index d50b8720ad63f6f9830a112810a34c4b5b6befe3..dc3f83c37dcf095e00871ca6e59693fb2937bd48 100644 (file)
@@ -23,7 +23,6 @@
 #include "exec/target_page.h"
 #include "internals.h"
 #include "cpu-features.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "accel/tcg/probe.h"
 #include "cpregs.h"
index 59bf27541dc759535067607e152ba936a591891f..c591c3052c38ca1a25dc4d244a95a16ef469e46c 100644 (file)
@@ -21,7 +21,6 @@
 #include "cpu.h"
 #include "internals.h"
 #include "cpu-features.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "exec/helper-proto.h"
 #include "tcg/tcg-gvec-desc.h"
index 96b84c37a2d9de663f4346bf911fbf77398824e2..3226895cae300a5d44c39da4b0faba316dbb1eeb 100644 (file)
@@ -23,7 +23,6 @@
 #include "tcg/tcg-gvec-desc.h"
 #include "exec/helper-proto.h"
 #include "accel/tcg/cpu-ldst.h"
-#include "exec/exec-all.h"
 #include "qemu/int128.h"
 #include "fpu/softfloat.h"
 #include "vec_internal.h"
index 50aca54eaa3217f41bcd50b83f308236c1a3b5ff..9f20ecb51d3daf42779c53df4e8548ca31f89afd 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "internals.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/helper-proto.h"
 #include "exec/target_page.h"
index 8841f039bc60172af322225e80a06a90c4781baf..5ea4d6590f2027249a4727f911209b1342677eaf 100644 (file)
@@ -9,7 +9,6 @@
 #include "cpu.h"
 #include "internals.h"
 #include "cpu-features.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 
 
index d9305f9d269fcdf5236272b70a580f09245132bb..52cf47e775f2268f8ca278047af6d4082eb35ca2 100644 (file)
@@ -17,7 +17,6 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 #include "qemu/osdep.h"
-#include "exec/exec-all.h"
 #include "exec/target_page.h"
 #include "translate.h"
 #include "translate-a64.h"
index 53e485d28ac4a4a48c1045971e32b7fa11236f19..1bfdb0fb9bbf0cb237caed794aa6b922a274fa73 100644 (file)
@@ -4,7 +4,6 @@
 #include "cpu.h"
 #include "tcg/tcg-op.h"
 #include "tcg/tcg-op-gvec.h"
-#include "exec/exec-all.h"
 #include "exec/translator.h"
 #include "exec/translation-block.h"
 #include "exec/helper-gen.h"
index 3f261c6fec49536be2e56ca9ac93c941dfaa171f..69fface7e93827da4899b2565d1f1d28d9a5fb52 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "qemu/qemu-print.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "system/address-spaces.h"
 #include "cpu.h"
index b9c592c899ada14daba6682a5fa762118f83531b..804b0b21dbd56a9610b8375456994c0360e0eaa5 100644 (file)
@@ -22,7 +22,6 @@
 #include "qemu/qemu-print.h"
 #include "tcg/tcg.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "tcg/tcg-op.h"
 #include "exec/helper-proto.h"
index a5d31c33bd54e61a74b906bfd0486bb4b87800be..c1bfa8025235c7c2f2239d582bfc8fb18997d148 100644 (file)
@@ -19,7 +19,6 @@
 #include "qemu/qemu-print.h"
 #include "cpu.h"
 #include "internal.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "qapi/error.h"
 #include "hw/qdev-properties.h"
index dd726b4318790fbcc863371d0af1108a17245dba..444799d3adec834587a39a61b820c812ffa4cf06 100644 (file)
@@ -17,7 +17,6 @@
 
 #include "qemu/osdep.h"
 #include "qemu/log.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "accel/tcg/probe.h"
 #include "exec/helper-proto.h"
index b792cb247abdfa647b0b18d8672d3de8558e6384..b083693b57b94ae446fb1eeb9d750daa3c2ba1d5 100644 (file)
@@ -24,7 +24,6 @@
 #include "qemu/timer.h"
 #include "cpu.h"
 #include "qemu/module.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "exec/target_page.h"
 #include "fpu/softfloat.h"
index a62d9d30831a3ff9df686ebcbde8b1b659a87dfa..ddd0a343d63a903c6e7849e7527e0d6ace6faf37 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
 
index ac7f58f0afe9c2c084bf7ecf93f6542060a2a381..d7f8495d9825bbdd1ea1af1c4289529f59ff1e78 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/log.h"
 #include "cpu.h"
 #include "fpu/softfloat.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "qemu/qemu-print.h"
 #include "hw/hppa/hppa_hardware.h"
index a5f73aedf82ed475010c4e2969d54b9bdf6d9a72..9bdd0a6f23d6b04c5a2819a9a989570486b55880 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu/log.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "accel/tcg/cpu-mmu-index.h"
 #include "accel/tcg/probe.h"
index 32207c1a4c8ebd0c9d8a99931593045c57dd2b90..0458378abb2a1bb8daac3b69144f1c99172c8c19 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu/log.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "accel/tcg/probe.h"
index 052a6a88a2709837158698ea3274b176e3d81040..6e65fadcc7bf947ee5da33612a2e246d3fe075a1 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu/log.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "qemu/timer.h"
 #include "system/runstate.h"
index 88a7d339eb63f94f754684882987b9fcdf203fa2..7a81cfcb887948d8938b54868303cac89861f926 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu/host-utils.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "tcg/tcg-op.h"
 #include "tcg/tcg-op-gvec.h"
index ee5b4514597e14e435631974e17e3772042061d3..97e3f0e75685494bbd7ba53c89a676d2baa0ed0a 100644 (file)
@@ -5,7 +5,6 @@
 #include "cpu.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "accel/tcg/probe.h"
-#include "exec/exec-all.h"
 #include "exec/target_page.h"
 #include "access.h"
 
index de71e68f98666a57402ab3ffe71425b5011c8439..6fb8036d98857da2283347acd012e9c2d1e987c1 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "qemu/log.h"
 #include "system/runstate.h"
 #include "exec/helper-proto.h"
index 54d845379cdf4c0d45030a41216fb34ab791a008..6b3f19855f1f1652002ba0addebfef2f1d10d4f2 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef I386_HELPER_TCG_H
 #define I386_HELPER_TCG_H
 
-#include "exec/exec-all.h"
 #include "qemu/host-utils.h"
 
 /* Maximum instruction code size */
index 1a02e9d84346c952b140321c4869a8bf8db17829..46741d9f68aa8c1d91fcf4865d9a818109005169 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu/log.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
 #include "qapi/error.h"
index 84a08152171d377e9acce59d137599b1b41cadfc..9e7c2d802934c313daa3776edddeec7851f1a29e 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "qemu/int128.h"
 #include "qemu/atomic128.h"
index a0f816dfae0c3d06d3efc02738e3638c72d2cb3e..fa8abcc4820dccec547be6de942e6cf43f90f1fa 100644 (file)
@@ -21,7 +21,6 @@
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "accel/tcg/cpu-ldst.h"
-#include "exec/exec-all.h"
 #include "exec/target_page.h"
 #include "helper-tcg.h"
 
index e45d71fa1ad3b0715ec8b7ea89f90fa04c7ed29a..0ca081b286d4b0374dec05bd768c6cd433b2e87e 100644 (file)
@@ -22,7 +22,6 @@
 #include "cpu.h"
 #include "qemu/log.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "accel/tcg/probe.h"
 #include "exec/log.h"
index 08ccd3f5e69fa0e7f35ce0b800057e844a4f6f6b..aebb5caac378a512c2d65f055c8fb9ba9909a487 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "exec/watchpoint.h"
 #include "tcg/helper-tcg.h"
index 8a641951cd1179d8c87e6ad74a168ef132f1a8e9..8c3023407df6a100493740721126508174f1c053 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/host-utils.h"
 #include "cpu.h"
 #include "accel/tcg/cpu-mmu-index.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "tcg/tcg-op.h"
 #include "tcg/tcg-op-gvec.h"
index b3bdb7831a7ac2c64a3ab6ae7cbc6529a435e682..98fab4cbc3fa4b3208d961caff9e10b7a554dd64 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "tcg/helper-tcg.h"
 
 void x86_cpu_record_sigsegv(CPUState *cs, vaddr addr,
index 5692dd51953565104bd06c6cca9b194cac8d9c33..263f59937fe71eb56a0ed1381430f42b779af2af 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "tcg/helper-tcg.h"
 #include "tcg/seg_helper.h"
index 8ad45b453d176e160ddf9b99e972af6bb22bed99..c083ad4fd9187f76221fbd19d2e68cdd59bfd1e8 100644 (file)
@@ -15,7 +15,6 @@
 #include "system/kvm.h"
 #include "kvm/kvm_loongarch.h"
 #include "hw/qdev-properties.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "cpu.h"
 #include "internals.h"
index fc3fd0561e3a7f7747eaebe4edaea90748990940..fc9c64c20a85fa1bbafab22e66d4f6816137c46e 100644 (file)
@@ -8,7 +8,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "fpu/softfloat.h"
 #include "internals.h"
index e62170de3ce14e9baa5e5410247880790df1210c..c155f48564d9ea11204875bacd38c79e784af701 100644 (file)
@@ -9,7 +9,6 @@
 #include "cpu.h"
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 
 #define GET_MEMTXATTRS(cas) \
index 94e3b28016a66f9bf46c5e7517a1b170e6c2efbb..16ac0d43bc9cfe002a4e74f394d962471f3b3934 100644 (file)
@@ -10,7 +10,6 @@
 #include "cpu.h"
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "internals.h"
 #include "qemu/crc32c.h"
index af208d75ae9a26d8f8bb7889c58d15fe4d4da971..dc48b0f4d2fceb94b21da9c537e3bd365132bfc3 100644 (file)
@@ -13,7 +13,6 @@
 #include "internals.h"
 #include "exec/helper-proto.h"
 #include "exec/cputlb.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
 #include "accel/tcg/cpu-ldst.h"
index 3faf52cbc4602d556f821497a0af75324da69364..a270998e638c82a4ee55ee05c6339b1f6922a3e7 100644 (file)
@@ -7,7 +7,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
 #include "internals.h"
index ac4a0d85be580349ff10999b5f6209f5ef832aa5..56012863c85c46d54f955fe26ffaf494f788a30d 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "softfloat.h"
 
index 3b880dd4d96048964d609bfbb95ba96a084a4728..15f110fa7a2ae708801d7b51188b0fcefc9788a0 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/cputlb.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
 #include "exec/gdbstub.h"
index 242aecccbbc89422cc7ab60f618484655d3d6ac0..f29ae12af8478fabf4f9c802583caee83ef7bf16 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/log.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "semihosting/semihost.h"
 
index b1266a7875b3ec756c82cbab87b552e3f02a3352..97afceb129701f875a5ca3176f88ce26129e25fd 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "exec/target_page.h"
 #include "tcg/tcg-op.h"
index 00a2730de4d19273c52b801428d826f8028ef528..2720e5c1d2b63bf01b0ec58bf6ed48e270eea50b 100644 (file)
@@ -27,7 +27,6 @@
 #include "cpu.h"
 #include "qemu/module.h"
 #include "hw/qdev-properties.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "exec/gdbstub.h"
 #include "exec/translation-block.h"
index 4624ce5b6725255f3c79e34eda184e12f3e51ad7..9e838dfa1531b114162bba1eaa570ba8c3538821 100644 (file)
@@ -23,7 +23,6 @@
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "qemu/host-utils.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "fpu/softfloat.h"
 
index 23f10372365514fc965f9b3024609a1b5b43971f..671b1ae4dbf0b90f6ff40a702b2122e9639d35fc 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "tcg/tcg-op.h"
 #include "exec/helper-proto.h"
index d13361a15071f2cc3b9a77af5aee327a60c94d94..96fe4da255a6a8160cbbcc977514dea7d9a84da8 100644 (file)
@@ -29,7 +29,6 @@
 #include "qemu/module.h"
 #include "system/kvm.h"
 #include "system/qtest.h"
-#include "exec/exec-all.h"
 #include "hw/qdev-properties.h"
 #include "hw/qdev-clock.h"
 #include "fpu_helper.h"
index 505781d84c1cbca4fbd56b4c4d3ff42fdb6391cc..b8e1a5ac98e4f457d344cd7b0088c756010fb75f 100644 (file)
@@ -18,7 +18,6 @@
  */
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "../internal.h"
 
index 1a8902ea1bc0d537193b9ecfc4f2fa4524c0c716..d32bcebf4694d8a3c9da13ea7689c8483445d959 100644 (file)
@@ -23,7 +23,6 @@
 #include "cpu.h"
 #include "internal.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 
 target_ulong exception_resume_pc(CPUMIPSState *env)
index 45d593de489b15c979e48130738f6e54ca8eaa68..36af98080250e967ea45078a78a392c3f6a418f4 100644 (file)
@@ -24,7 +24,6 @@
 #include "cpu.h"
 #include "internal.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "fpu/softfloat.h"
 #include "fpu_helper.h"
 
index 2fb879fcbcc9d3cd33028b7ac8e5bfe1701fa2b2..10319bf03a6903074087a9abe942451228f27a82 100644 (file)
@@ -23,7 +23,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "exec/memop.h"
 #include "internal.h"
index fde34a39e16f73715de3873fc0deb9e8ec506967..f554b3d10eeb54c5db5fc767b62b11191f40e87e 100644 (file)
@@ -21,7 +21,6 @@
 #include "cpu.h"
 #include "internal.h"
 #include "tcg/tcg.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "accel/tcg/probe.h"
 #include "exec/helper-proto.h"
index 65403f1a87b9e43f962d90a8ecdc6676c9b5484a..b906d10204bf7373a513910d529ac972aad5c446 100644 (file)
@@ -22,7 +22,6 @@
 #include "cpu.h"
 #include "internal.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "exec/memop.h"
 #include "fpu_helper.h"
 
index 3ce3ae1e124297d01b69b22f57e5ad50dfcfbfb2..b54cbe88a3838e7ceca92db4fc4b03edc8153ccf 100644 (file)
@@ -22,7 +22,6 @@
 #include "qemu/log.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "internal.h"
 
index e477ef812ae3df81a0a9c901dc3afd0ab6f96f9d..eccaf3624cb3d8151402185591df96af10cc6ece 100644 (file)
@@ -22,7 +22,6 @@
 #include "cpu.h"
 #include "internal.h"
 #include "exec/cputlb.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
 #include "accel/tcg/cpu-ldst.h"
index 2ec267efec45ab2b29083a9d1d9e7d0209c86f90..8c8165d666bcfee5d312d5b067ae465b8020440c 100644 (file)
@@ -21,7 +21,6 @@
 #include "qapi/error.h"
 #include "qemu/qemu-print.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "fpu/softfloat-helpers.h"
 #include "tcg/tcg.h"
index 8699c3dcea42cee019629ed915d136b02027cd56..e213be36b6b2f46b536751557008ff754f387a8a 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exception.h"
 
 G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp)
index 1f5be4bed9079dcde733bcb1f7ff666b5f1a46d6..c2c9d13652810d1e7d897164c55ba815acfb31bb 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "exception.h"
 
index 8b81d2f62f796b9c64029a9007bbe5f06c3fb202..dba997255c6b83245169377651243acbefcb489c 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
 
index b3b5b405779f03d25846b020d9c0a4ecac2e93b7..486823094c82dc319fdc154ca5da6f5ca2c0e900 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu/log.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "gdbstub/helpers.h"
 #include "qemu/host-utils.h"
 #ifndef CONFIG_USER_ONLY
index ab4ea88b6927ac2b7f9466075f8a8892afbf4a4a..1553ebc71b02a8b5b9624803baf832019919561a 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 
 void HELPER(rfe)(CPUOpenRISCState *env)
index 92badf017f7c6116215bcaa96c838e642cfc417b..951f8e247a723e35917520f734a56e9f581b06ca 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "exec/target_page.h"
 #include "exec/helper-proto.h"
index baadea4448fac68e087a17400c02e0b52c28cd79..5ab3bc7021dc402e47fd388dcc7796ca607921ad 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "accel/tcg/cpu-mmu-index.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg-op.h"
 #include "qemu/log.h"
 #include "qemu/bitops.h"
index da8b525a41bbdf029e5339832695090b62566a5d..1efdc4066ebb96e2cc076cc7500aa5c9b404104d 100644 (file)
@@ -24,7 +24,6 @@
 #include "system/system.h"
 #include "system/runstate.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "internal.h"
 #include "helper_regs.h"
 #include "hw/ppc/ppc.h"
index d93cfed17b413eae3c83c837d5436cc3ff157fc1..07b782f971be3ec01822bdf0920030a799790457 100644 (file)
@@ -19,7 +19,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "internal.h"
 #include "fpu/softfloat.h"
 
index 98df5b4a3a2a05cfe985f3d4c9fa9d25d81b228a..d72e5ecb94b7a86b650b4815d03cdca70184360c 100644 (file)
@@ -1,6 +1,5 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "system/kvm.h"
 #include "system/tcg.h"
 #include "helper_regs.h"
index 50f05a915ed1d8e23fe745ddc5003f883ea7b78f..aa1af44d22aabf720f864cf25fd5f3be101b1fe6 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/target_page.h"
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
index 46ae454afd3eeff30b37e2e632ccfa0b5bc95d52..e7d94625185c30e835d6e316c424ecead2cbe264 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu/log.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "exec/helper-proto.h"
 #include "qemu/error-report.h"
index 5bd3efe70e86f72913e0bf72633c68994d30ad27..8b980a5aa90b2d404833a9f7d24bbe85b21ff2f0 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
 #include "system/kvm.h"
index 3ba4810497e6b8f68e3898ef114256288d7e59f0..dd337558aa605267bbe8e8768b56a8692cc79251 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu/units.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "qemu/error-report.h"
 #include "qemu/qemu-print.h"
index 4ab5f3bb920950e698f6e34c23b409a508d32d8a..33ac341290174186aab4f360390300f341fc4adb 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "qemu/error-report.h"
 #include "system/kvm.h"
index 394a0c9bb600a7eea4f9a4630591420878baa4f9..52d48615ac2cb9ddc73986fed810ca1d83c5935d 100644 (file)
@@ -24,7 +24,6 @@
 #include "kvm_ppc.h"
 #include "mmu-hash64.h"
 #include "mmu-hash32.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
 #include "exec/log.h"
index 2138666122bdf4d670fbae429213df62931e8cf3..ac6070540275a1f4b900802b0b04018840871a9e 100644 (file)
@@ -25,7 +25,6 @@
 #include "mmu-hash64.h"
 #include "mmu-hash32.h"
 #include "exec/cputlb.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
 #include "exec/log.h"
index db9ee8e96b0fead3904ca3c33f14a6033b028b85..2a7a5b493af4f58d0083c8bcd188b72165e9d78b 100644 (file)
@@ -13,7 +13,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "helper_regs.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "qemu/error-report.h"
 #include "qemu/timer.h"
index 2b15e5f2f076b8ee8b0ba4af5fc1eeda8215591f..f835be515635ae4b224b25a81bb9d6016d0d9258 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/log.h"
 #include "target/ppc/cpu.h"
 #include "accel/tcg/cpu-ldst.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "system/runstate.h"
 
index 73120323b4e6a92ddb02ca33ea43c1d1d52c2a55..7209b418fb655ba0b64b86b6864424cb67d81664 100644 (file)
@@ -20,7 +20,6 @@
 #include "cpu.h"
 #include "hw/ppc/ppc.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "qemu/log.h"
 #include "qemu/main-loop.h"
 
index 62dd008e36e5d75d8ee90e621ab2746e04965e7e..27f90c3cc5671dcd9b77440a60c8a57121b184d9 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "internal.h"
-#include "exec/exec-all.h"
 #include "exec/target_page.h"
 #include "tcg/tcg-op.h"
 #include "tcg/tcg-op-gvec.h"
index a4d07a0d0dd05f13a7784de56ce71cad73c3c853..ae210eb84747eb551e900d46cac5b47fa44ec20e 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "internal.h"
 
 void ppc_cpu_record_sigsegv(CPUState *cs, vaddr address,
index e0604f4c78b5496fe47d08f62bd5a0bc5b8df5e4..d92874baa06d9e880dff97ae9299272746274c73 100644 (file)
@@ -24,7 +24,6 @@
 #include "cpu.h"
 #include "cpu_vendorid.h"
 #include "internals.h"
-#include "exec/exec-all.h"
 #include "qapi/error.h"
 #include "qapi/visitor.h"
 #include "qemu/error-report.h"
index 619c76cc001237563b9bc22bf42faeb1eaf5f0d1..f2e90a9889f7a31b31683b52a68dad83cf4e61d3 100644 (file)
@@ -24,7 +24,6 @@
 #include "internals.h"
 #include "pmu.h"
 #include "exec/cputlb.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
 #include "system/memory.h"
index bb084e00efe52d1b2347e4fdad9a2c91288bad83..a0fb54bc50ca8d414456a7eacafadda19b4fb07d 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "crypto/aes.h"
 #include "crypto/aes-round.h"
index 130864385529fe3d5d4e8d2a7187dae5845dd082..a32e1455c9133956daa30c63429f040fa833da35 100644 (file)
@@ -24,7 +24,6 @@
 #include "tcg/tcg-cpu.h"
 #include "pmu.h"
 #include "time_helper.h"
-#include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "exec/tb-flush.h"
 #include "exec/icount.h"
index 8564f0b371c6f662d0bb417840510471062aed13..56644667497c34326d4c98078192ccf507a96702 100644 (file)
@@ -28,7 +28,6 @@
 #include "qapi/error.h"
 #include "cpu.h"
 #include "trace.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "exec/watchpoint.h"
 #include "system/cpu-timers.h"
index 91b1a56d10a7ab78cbde6951dd7e05d55d3b2b56..706bdfa61d587b43916ca306a87bcb3b75e89376 100644 (file)
@@ -19,7 +19,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu/host-utils.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
 #include "internals.h"
index ec14aaa901a013003feebee1eb4291be9891b4c9..7d9b83b1b2c964cec9020e6ad6bd08d9ad66b408 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 
 target_ulong HELPER(divu_i128)(CPURISCVState *env,
index abb1d284dcefc149ba35b855a6390cc399befa0c..05316f2088c358d486aa28586a4c177f5142fd13 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "internals.h"
-#include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "accel/tcg/probe.h"
index 54ac54f2e15938d23804ea0881f6f395f214c506..2f757c2a5ed953871762f1826ab5cfd6b2a50902 100644 (file)
@@ -18,7 +18,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "tcg-cpu.h"
 #include "cpu.h"
index cef61b5b290065e669d068c376d501e36ca4ce56..85128f997b76cc781892e90ffe098351ced03af0 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/log.h"
 #include "cpu.h"
 #include "tcg/tcg-op.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "exec/helper-gen.h"
 #include "exec/target_page.h"
index 1526de96f53d76157104fccfb61431d3d410818e..9a0d9b4f536be7210d53233e390cb373216433cc 100644 (file)
@@ -26,7 +26,6 @@
 #include "crypto/aes-round.h"
 #include "crypto/sm4.h"
 #include "exec/memop.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "internals.h"
 #include "vector_internals.h"
index 5ccb294e319b77ae193fd708f4e997539da7cb8f..8eea3e6df03ed9757a6dab1c460d3d9bb86d28df 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/bitops.h"
 #include "cpu.h"
 #include "exec/memop.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "accel/tcg/probe.h"
 #include "exec/page-protection.h"
index 50d65f386c71d1e463026c039fff8d178ac0f1e4..55221f5f375752e3b493a16d3cf98cd8e8bd2a51 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "accel/tcg/cpu-ldst.h"
 
index a2f1f3824d970b01a387feab5c9b1a585997ced4..2b190a4b2cf875fcabc02c2a4d42c55a36c04b06 100644 (file)
@@ -19,7 +19,6 @@
 #include "qemu/osdep.h"
 #include "qemu/bitops.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "fpu/softfloat.h"
index bbda703be86551d572b2e5ce27e0bc6a07290e77..19a9584a82974f7a0476ce91cf6a82f48a196ef2 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/bswap.h"
 #include "qemu/qemu-print.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg-op.h"
 #include "exec/helper-proto.h"
 #include "exec/helper-gen.h"
index 4ae6e2ddeaadfb19c8aaf9a4ff48e77a8d68bca5..1dca835c5d80f202521e487e85d05233b430e8d5 100644 (file)
@@ -11,7 +11,6 @@
 #include "cpu.h"
 #include "kvm/kvm_s390x.h"
 #include "s390x-internal.h"
-#include "exec/exec-all.h"
 #include "system/kvm.h"
 #include "system/tcg.h"
 #include "hw/s390x/ioinst.h"
index 0e133cb9a532c1f8830a91e239543548a75f312a..00946e9c0fe056740bd5e3501abec4cafc2700ea 100644 (file)
@@ -23,7 +23,6 @@
 #include "kvm/kvm_s390x.h"
 #include "system/kvm.h"
 #include "system/tcg.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
 #include "hw/hw.h"
index a3347f12362a3f2beb83419085a41289bbd71af5..5e95c4978f962a6bc052019b00c2e4ed981efe51 100644 (file)
@@ -16,7 +16,6 @@
 #include "system/runstate.h"
 #include "system/address-spaces.h"
 #include "exec/cputlb.h"
-#include "exec/exec-all.h"
 #include "system/tcg.h"
 #include "trace.h"
 #include "qapi/qapi-types-machine.h"
index b36f8cdc8b9eaa264dcf86f630bef0d2cdb0fda8..6595ac763c3c0b1bf81e1b21ff687df8156213ea 100644 (file)
@@ -22,7 +22,6 @@
 #include "cpu.h"
 #include "s390x-internal.h"
 #include "tcg_s390x.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "qemu/host-utils.h"
 
index 642c1b18c4c4f31d93c26eaed4fbb64c3882d597..4447bb66eeec2aa655945eb06cf24e400fa2afa4 100644 (file)
@@ -17,7 +17,6 @@
 #include "s390x-internal.h"
 #include "tcg_s390x.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 
 static uint64_t R(uint64_t x, int c)
index 6cd813e1abfa402223c2204e101c1acb04b4f08e..e4c75d0ce01b91fe33e99cc0c36e5219a209c0ac 100644 (file)
@@ -23,7 +23,6 @@
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "exec/cputlb.h"
-#include "exec/exec-all.h"
 #include "exec/target_page.h"
 #include "exec/watchpoint.h"
 #include "s390x-internal.h"
index 5041c13962727cfe3ef273e9523b971cf53ab838..1ba43715ac1713637f5365689ec61cc56df3b2cf 100644 (file)
@@ -22,7 +22,6 @@
 #include "cpu.h"
 #include "s390x-internal.h"
 #include "tcg_s390x.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
 
index 253c03641576cb8e36ec74444e374d88e8cf542a..fbda396f5b4189d9ebc3576f982060abcaa67161 100644 (file)
@@ -22,7 +22,6 @@
 #include "cpu.h"
 #include "s390x-internal.h"
 #include "tcg_s390x.h"
-#include "exec/exec-all.h"
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
 #include "accel/tcg/cpu-ldst.h"
index 9e77cde81bd2e4143356a092b8002cdfc71a273e..857005b120272894f131a5bbf3fda9b38c6567e9 100644 (file)
@@ -25,7 +25,6 @@
 #include "tcg_s390x.h"
 #include "exec/helper-proto.h"
 #include "exec/cpu-common.h"
-#include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
 #include "accel/tcg/cpu-ldst.h"
index d5088493ead2c76200b05a650ed0b5ff3c99780a..f7101be5745c2e66d6d724078ff34e1f805d00ae 100644 (file)
@@ -26,7 +26,6 @@
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
 #include "qemu/timer.h"
-#include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "exec/target_page.h"
index a714f9c0c2222de9ea7af63786bf84bfc3977d64..c7e8574438c25918d81bf0004b6a7b2fd45392bd 100644 (file)
@@ -31,7 +31,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "s390x-internal.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg-op.h"
 #include "tcg/tcg-op-gvec.h"
 #include "qemu/log.h"
index 1bbaa82fe8a8c942a59083711b3e55655a82849a..744f800fb6ced5f70f625893d1c78f98d36c90b8 100644 (file)
@@ -15,7 +15,6 @@
 #include "vec.h"
 #include "tcg_s390x.h"
 #include "tcg/tcg-gvec-desc.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
 
index 781ccc565bd210d49ffb0b4a4d329dcecc9df55e..46ec4a947ddb68a1562777579a2a54542f15cd62 100644 (file)
@@ -17,7 +17,6 @@
 #include "tcg/tcg-gvec-desc.h"
 #include "exec/helper-proto.h"
 #include "accel/tcg/cpu-ldst.h"
-#include "exec/exec-all.h"
 
 void HELPER(gvec_vbperm)(void *v1, const void *v2, const void *v3,
                          uint32_t desc)
index 57d7b5fbc8e9a0c7f4fb2bfa1df42456ff95cbe5..1885e7d5b235c4e123c34770409c78ba28af21be 100644 (file)
@@ -24,7 +24,6 @@
 #include "qemu/qemu-print.h"
 #include "cpu.h"
 #include "migration/vmstate.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "fpu/softfloat-helpers.h"
 #include "tcg/tcg.h"
index b41d14d5d7c6528cadf8f41213d3ed500e1ebd3e..fb7642bda1b74c820da6862aae3a12f969985289 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "cpu.h"
 #include "exec/cputlb.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
 #include "exec/log.h"
index e7fcad3c1b76a45e63efdc7cbb3c4ed29bb973be..557b1bf49723035aec99d32af82ac893b6cbb751 100644 (file)
@@ -19,7 +19,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "fpu/softfloat.h"
 
index 712117be228565d127105bc9334b0af45d783678..bf8828fce87449ad9ae5e97929f402f0cc8642e6 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg-op.h"
 #include "exec/helper-proto.h"
 #include "exec/helper-gen.h"
index bc753d5f627e74e492893716e66eebcdbb80ae18..690e74f109c31b42d1fcf257a2803d0c8e063feb 100644 (file)
@@ -23,7 +23,6 @@
 #include "qemu/module.h"
 #include "qemu/qemu-print.h"
 #include "accel/tcg/cpu-mmu-index.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "hw/qdev-properties.h"
 #include "qapi/visitor.h"
index c25097d07f5722d58eb17469886e8d638a516c66..a49334150d36169001a70fdc7887d17e0daf75e3 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "fpu/softfloat.h"
 
index 7846ddd6f6248b6e06a8ea965c9096701b5a8c19..9163b9d46ad012e7f8f16241b60b91df77cd6a72 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "qemu/timer.h"
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
index 4c5dba19d116ce4eee91fb6db6ab29dfe4eca5cb..2c63eb9e036cab8a84047fe0e056dae55a2fb1e1 100644 (file)
@@ -23,7 +23,6 @@
 #include "cpu.h"
 #include "tcg/tcg.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
index 222e5709c55afc167700b09fd6587b52dd14434b..4dd75aff74a24d3592ffaec672910c779f07acd4 100644 (file)
@@ -1,6 +1,5 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "qemu/timer.h"
 
 #include "migration/cpu.h"
index 63dd90447bff826b898dc6b9b7bd5a43f11953fd..b922e53bf1200267d9641d7f599789ac335d449f 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "cpu.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "exec/target_page.h"
 #include "tcg/tcg-op.h"
 #include "tcg/tcg-op-gvec.h"
index 0c4b09f2c145b11d084a99c51257ac9ee53ce5eb..9ad9d01e8b995f3ddddbe1f8b739e57f3ad3765f 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu/main-loop.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "trace.h"
 
index 098cd06c54c1053690d48e080f7fd67e2d5eebed..9f19e903bc9f8fdec5a00de7e38493f385e6aa4a 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/translation-block.h"
 #include "qemu/error-report.h"
 #include "tcg/debug-assert.h"
index ae559b692209be57558f5f29b4180e0caef24b59..9910c13f4b50b5162042f713a08c2a70f535c72f 100644 (file)
@@ -18,7 +18,6 @@
 #include "cpu.h"
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
-#include "exec/exec-all.h"
 #include "accel/tcg/cpu-ldst.h"
 #include <zlib.h> /* for crc32 */
 
index ba36c9fcc8db52fd6d84a7ed527f2448a5da3cb3..3d0e7a10bd8ac5d08dadd2bdc77f68a0e65cda4f 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg-op.h"
 #include "accel/tcg/cpu-ldst.h"
 #include "qemu/qemu-print.h"
index c4f4298a50cc9bcd69af3e73a021b2497029a958..3b91f7c38ac406d9f3c9936c7e254d6002470d07 100644 (file)
@@ -30,7 +30,6 @@
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "qemu/host-utils.h"
-#include "exec/exec-all.h"
 #include "exec/watchpoint.h"
 #include "system/address-spaces.h"
 
index ca629f071d1713455e8c37f59a0361107e86c450..b611c9bf97cec82ed036068f03460746c2364330 100644 (file)
@@ -32,7 +32,6 @@
 #include "exec/helper-proto.h"
 #include "qemu/host-utils.h"
 #include "qemu/atomic.h"
-#include "exec/exec-all.h"
 
 void HELPER(exception)(CPUXtensaState *env, uint32_t excp)
 {
index 53fc7cfd2af9abcf3baac61bb68bffd5b1d94a21..5358060c50a2ca1e2b17665367009233139b7fda 100644 (file)
@@ -30,7 +30,6 @@
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "qemu/host-utils.h"
-#include "exec/exec-all.h"
 #include "fpu/softfloat.h"
 
 enum {
index 182c6e35c17209b553c6e92b21608deedcd1a88c..71330fc84b94de68c995e50811bafab2aa44fe5c 100644 (file)
@@ -35,7 +35,6 @@
 #include "exec/cputlb.h"
 #include "accel/tcg/cpu-mmu-index.h"
 #include "accel/tcg/probe.h"
-#include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/target_page.h"
 #include "system/memory.h"
index c125fa49464a69f426c3de1e722aabfb289f6b1e..fc47ebaaf50534748f43b8c993bbe6ab5027b3ff 100644 (file)
@@ -30,7 +30,6 @@
 #include "exec/helper-proto.h"
 #include "exec/page-protection.h"
 #include "qemu/host-utils.h"
-#include "exec/exec-all.h"
 #include "system/memory.h"
 #include "qemu/atomic.h"
 #include "qemu/timer.h"
index 2af83c07c2e7e579149a9e979605ef92297a11ab..34ae2f4e16241a894174fb32c06efa9b8dedb5af 100644 (file)
@@ -31,7 +31,6 @@
 #include "qemu/osdep.h"
 
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "tcg/tcg-op.h"
 #include "qemu/log.h"
 #include "qemu/qemu-print.h"
index ec9ff44db056648691d9ff86e164073c6eab4cb0..4b25f8f4de74e2f43f5ec775048f479efef2af1d 100644 (file)
@@ -30,7 +30,6 @@
 #include "cpu.h"
 #include "exec/helper-proto.h"
 #include "qemu/host-utils.h"
-#include "exec/exec-all.h"
 
 static void copy_window_from_phys(CPUXtensaState *env,
                                   uint32_t window, uint32_t phys, uint32_t n)