]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
exec/cpu-all: remove exec/target_page include
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Mon, 31 Mar 2025 21:40:55 +0000 (16:40 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:04:57 +0000 (15:04 -0700)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
105 files changed:
accel/tcg/tb-hash.h
hw/alpha/dp264.c
hw/arm/boot.c
hw/arm/smmuv3.c
hw/avr/atmega.c
hw/hppa/machine.c
hw/hyperv/hyperv.c
hw/hyperv/syndbg.c
hw/hyperv/vmbus.c
hw/i386/multiboot.c
hw/i386/pc.c
hw/i386/pc_sysfw_ovmf.c
hw/i386/vapic.c
hw/loongarch/virt.c
hw/m68k/q800.c
hw/m68k/virt.c
hw/openrisc/boot.c
hw/pci-host/astro.c
hw/ppc/e500.c
hw/ppc/mac_newworld.c
hw/ppc/mac_oldworld.c
hw/ppc/ppc_booke.c
hw/ppc/prep.c
hw/ppc/spapr_hcall.c
hw/riscv/riscv-iommu-pci.c
hw/riscv/riscv-iommu.c
hw/s390x/ipl.h
hw/s390x/s390-pci-bus.c
hw/s390x/s390-pci-inst.c
hw/s390x/s390-skeys.c
hw/sparc/sun4m.c
hw/sparc64/sun4u.c
include/exec/cpu-all.h
monitor/hmp-cmds-target.c
semihosting/uaccess.c
target/alpha/cpu.c
target/alpha/helper.c
target/alpha/translate.c
target/arm/cpu.c
target/arm/gdbstub64.c
target/arm/ptw.c
target/arm/tcg/helper-a64.c
target/arm/tcg/op_helper.c
target/arm/tcg/sve_helper.c
target/arm/tcg/tlb-insns.c
target/arm/tcg/translate-a64.c
target/arm/tcg/translate.c
target/avr/helper.c
target/avr/translate.c
target/hppa/cpu.c
target/hppa/mem_helper.c
target/hppa/translate.c
target/i386/helper.c
target/i386/kvm/hyperv.c
target/i386/kvm/kvm.c
target/i386/kvm/xen-emu.c
target/i386/sev.c
target/i386/tcg/access.c
target/i386/tcg/mpx_helper.c
target/i386/tcg/system/excp_helper.c
target/i386/tcg/tcg-cpu.c
target/i386/tcg/translate.c
target/loongarch/cpu_helper.c
target/loongarch/tcg/tlb_helper.c
target/loongarch/tcg/translate.c
target/m68k/helper.c
target/m68k/translate.c
target/microblaze/helper.c
target/microblaze/mmu.c
target/microblaze/translate.c
target/mips/tcg/msa_helper.c
target/mips/tcg/system/cp0_helper.c
target/mips/tcg/system/tlb_helper.c
target/mips/tcg/translate.c
target/openrisc/mmu.c
target/openrisc/sys_helper.c
target/openrisc/translate.c
target/ppc/mem_helper.c
target/ppc/mmu-hash32.c
target/ppc/mmu_common.c
target/ppc/mmu_helper.c
target/ppc/translate.c
target/riscv/cpu_helper.c
target/riscv/pmp.c
target/riscv/tcg/tcg-cpu.c
target/riscv/translate.c
target/riscv/vector_helper.c
target/rx/cpu.c
target/s390x/helper.c
target/s390x/ioinst.c
target/s390x/mmu_helper.c
target/s390x/tcg/excp_helper.c
target/s390x/tcg/mem_helper.c
target/s390x/tcg/misc_helper.c
target/sh4/helper.c
target/sh4/translate.c
target/sparc/ldst_helper.c
target/sparc/mmu_helper.c
target/sparc/translate.c
target/tricore/helper.c
target/tricore/translate.c
target/xtensa/helper.c
target/xtensa/mmu_helper.c
target/xtensa/translate.c
target/xtensa/xtensa-semi.c

index a5382f460dc0c46e921b4089cc1137bc966048cd..3bc5042d9d042d19d9e821039095e32aac9e376a 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "exec/cpu-defs.h"
 #include "exec/exec-all.h"
+#include "exec/target_page.h"
 #include "exec/translation-block.h"
 #include "qemu/xxhash.h"
 #include "tb-jmp-cache.h"
index 570ea9edf24be12f03fb4ba0d596be54302d87d5..19562b59674c36b5edb2743de84578cc66e076b4 100644 (file)
@@ -8,6 +8,7 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
+#include "exec/target_page.h"
 #include "elf.h"
 #include "hw/loader.h"
 #include "alpha_sys.h"
index e296b62fa12c0dae327ec5071201a0d78ac81bba..d3811b896fd68397aa07a3b4bbe3ba6c18625bd1 100644 (file)
@@ -14,6 +14,7 @@
 #include <libfdt.h>
 #include "hw/arm/boot.h"
 #include "hw/arm/linux-boot-if.h"
+#include "exec/target_page.h"
 #include "system/kvm.h"
 #include "system/tcg.h"
 #include "system/system.h"
index 1a96287ba9d6764bfbd4cd473f8c83361a5d7ee3..4362ae6aa1c2cde8878c1eaaf78a0eb0c76dabcd 100644 (file)
@@ -25,6 +25,7 @@
 #include "hw/qdev-core.h"
 #include "hw/pci/pci.h"
 #include "cpu.h"
+#include "exec/target_page.h"
 #include "trace.h"
 #include "qemu/log.h"
 #include "qemu/error-report.h"
index 2e8b8e8c674160505a0dc0219eb09de13bd92e1b..c105d2a97c429acb4b0618921668a05334a85f9c 100644 (file)
@@ -12,6 +12,7 @@
 #include "qemu/module.h"
 #include "qemu/units.h"
 #include "qapi/error.h"
+#include "exec/target_page.h"
 #include "system/memory.h"
 #include "system/address-spaces.h"
 #include "system/system.h"
index c5f247633eb4f66ba975f7016d5bc9c41eb3e3a8..c430bf28dd23797a7091e3f9954399621049cf21 100644 (file)
@@ -11,6 +11,7 @@
 #include "elf.h"
 #include "hw/loader.h"
 #include "qemu/error-report.h"
+#include "exec/target_page.h"
 #include "system/reset.h"
 #include "system/system.h"
 #include "system/qtest.h"
index d21e428eaee40cfbca9e9332b121413e97cc0c19..c487f13e2f969d03a8ee6b18b1e8e3b0d337fa15 100644 (file)
@@ -25,6 +25,7 @@
 #include "target/i386/kvm/hyperv-proto.h"
 #include "target/i386/cpu.h"
 #include "exec/cpu-all.h"
+#include "exec/target_page.h"
 
 struct SynICState {
     DeviceState parent_obj;
index d3e3917077206e83f70376112ddc5da958707fa9..a410b55b9a556b1fb0d6746013a37b60ca0dcc9b 100644 (file)
@@ -15,6 +15,7 @@
 #include "hw/qdev-properties.h"
 #include "hw/loader.h"
 #include "cpu.h"
+#include "exec/target_page.h"
 #include "hw/hyperv/hyperv.h"
 #include "hw/hyperv/vmbus-bridge.h"
 #include "hw/hyperv/hyperv-proto.h"
index 12a7dc43128bb7a3b58e96e7eaf1a3e20b0a00f3..06649b2a2ef5ce2efc9f876711ebc5b1366b4cdf 100644 (file)
@@ -10,6 +10,7 @@
 #include "qemu/osdep.h"
 #include "qemu/error-report.h"
 #include "qemu/main-loop.h"
+#include "exec/target_page.h"
 #include "qapi/error.h"
 #include "migration/vmstate.h"
 #include "hw/qdev-properties.h"
index cd07a05861412d2c1218fc407f5e75c483c23700..6e6b96bc345a419faea9b7809505440d3ef9d9e9 100644 (file)
@@ -29,6 +29,7 @@
 #include "multiboot.h"
 #include "hw/loader.h"
 #include "elf.h"
+#include "exec/target_page.h"
 #include "system/system.h"
 #include "qemu/error-report.h"
 
index 1b5d55e96d519a5e005a0d2a245a73837db7c2e6..5481fe40bed871339644d80af4caac2b5d647280 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "qemu/osdep.h"
 #include "qemu/units.h"
+#include "exec/target_page.h"
 #include "hw/i386/pc.h"
 #include "hw/char/serial-isa.h"
 #include "hw/char/parallel.h"
index 07a4c267faaea78f5839a0370d8fef822af56d1d..da947c3ca41f304dbe08848699364a50f328c9f9 100644 (file)
@@ -26,6 +26,7 @@
 #include "qemu/osdep.h"
 #include "qemu/error-report.h"
 #include "hw/i386/pc.h"
+#include "exec/target_page.h"
 #include "cpu.h"
 
 #define OVMF_TABLE_FOOTER_GUID "96b582de-1fb2-45f7-baea-a366c55a082d"
index 26aae64e5d86c566aafbefa9945c4df36767bcfd..347431eeef399ec2af6f0afa84e1c53a43d163d4 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "qemu/osdep.h"
 #include "qemu/module.h"
+#include "exec/target_page.h"
 #include "system/system.h"
 #include "system/cpus.h"
 #include "system/hw_accel.h"
index f1eb42c2c1d3063c23380839a882cb1c13ed7bdb..39ea5cadd60067230991099a3c26a343f9f2e152 100644 (file)
@@ -8,6 +8,7 @@
 #include "qemu/units.h"
 #include "qemu/datadir.h"
 #include "qapi/error.h"
+#include "exec/target_page.h"
 #include "hw/boards.h"
 #include "hw/char/serial-mm.h"
 #include "system/kvm.h"
index aeed4c8ddb8a555cdc5f0016b528aac460a53eca..c2e365a8205c45150a9dab4fa2030e591d35236c 100644 (file)
@@ -24,6 +24,7 @@
 #include "qemu/units.h"
 #include "qemu/datadir.h"
 #include "qemu/guest-random.h"
+#include "exec/target_page.h"
 #include "system/system.h"
 #include "cpu.h"
 #include "hw/boards.h"
index 295a614e161976f837ca81b9d9f2befcd960e8c7..e74d709a187946e77b8157e85b9c7951e0b61d83 100644 (file)
@@ -10,6 +10,7 @@
 #include "qemu/osdep.h"
 #include "qemu/units.h"
 #include "qemu/guest-random.h"
+#include "exec/target_page.h"
 #include "system/system.h"
 #include "cpu.h"
 #include "hw/boards.h"
index 0a5881be314fe4c8b4d462a289857844f4298da4..c81efe8138a2ffca5fd6079f0af1688eb3fcab18 100644 (file)
@@ -9,6 +9,7 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/cpu-defs.h"
+#include "exec/target_page.h"
 #include "elf.h"
 #include "hw/loader.h"
 #include "hw/openrisc/boot.h"
index 039cc3ad01d555984d33dbc2d76fbd09d1c07385..c6f2d4f494bc9dfb9b0082ba717eb5218583f22c 100644 (file)
@@ -35,6 +35,7 @@
 #include "target/hppa/cpu.h"
 #include "trace.h"
 #include "qom/object.h"
+#include "exec/target_page.h"
 
 /*
  * Helper functions
index 69269aa24c4f40e9f4d3199b34e6adf1e8414f92..809078a2c3ab7b3a2af6c9f520ef2fff4043e82b 100644 (file)
@@ -18,6 +18,7 @@
 #include "qemu/datadir.h"
 #include "qemu/units.h"
 #include "qemu/guest-random.h"
+#include "exec/target_page.h"
 #include "qapi/error.h"
 #include "e500.h"
 #include "e500-ccsr.h"
index 2d5309d6f559539baf860fbd1d4d2a82d3dd46dd..21b2fc569ac0a345d73f3a476b76f69815eb5d9f 100644 (file)
@@ -50,6 +50,7 @@
 #include "qemu/datadir.h"
 #include "qemu/units.h"
 #include "qapi/error.h"
+#include "exec/target_page.h"
 #include "hw/ppc/ppc.h"
 #include "hw/qdev-properties.h"
 #include "hw/nvram/mac_nvram.h"
index b5814690f5a8ec2fe5019f135836b97fdd43a335..0d34e6bfda34e71a7d9cb09cdae4bf7e5daa3d79 100644 (file)
@@ -28,6 +28,7 @@
 #include "qemu/datadir.h"
 #include "qemu/units.h"
 #include "qapi/error.h"
+#include "exec/target_page.h"
 #include "hw/ppc/ppc.h"
 #include "hw/qdev-properties.h"
 #include "hw/boards.h"
index 925e670ba0a92308472fd89075f0bc44da6e344e..3872ae2822256518ea3ce1b9105ff3284a14dc09 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "qemu/osdep.h"
 #include "cpu.h"
+#include "exec/target_page.h"
 #include "hw/ppc/ppc.h"
 #include "qemu/timer.h"
 #include "system/reset.h"
index 3e68d8e6e209f9a44ee84e8867c9abbc943299b2..739526335cad12f3201c81e1335d238a716f29fd 100644 (file)
@@ -39,6 +39,7 @@
 #include "hw/rtc/mc146818rtc.h"
 #include "hw/isa/pc87312.h"
 #include "hw/qdev-properties.h"
+#include "exec/target_page.h"
 #include "system/kvm.h"
 #include "system/reset.h"
 #include "trace.h"
index 406aea4ecbeb2a0a0efe5c58dcb852771635dbab..a4f399c4ff9b65fa0059fea723eebef5cd10288a 100644 (file)
@@ -9,6 +9,7 @@
 #include "qemu/module.h"
 #include "qemu/error-report.h"
 #include "exec/tb-flush.h"
+#include "exec/target_page.h"
 #include "helper_regs.h"
 #include "hw/ppc/ppc.h"
 #include "hw/ppc/spapr.h"
index 12451869e41df9542b91ad79aaa609275d86ebfd..a79546480337f06e930f36d7229d452d8dd96b48 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #include "qemu/osdep.h"
+#include "exec/target_page.h"
 #include "hw/pci/msi.h"
 #include "hw/pci/msix.h"
 #include "hw/pci/pci_bus.h"
index 76e0fcd87334d3877de547104d0f05ceee4e0bb1..65411b3e4c07fc69f9385dda9ab01e6ba791adf3 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "qemu/osdep.h"
 #include "qom/object.h"
+#include "exec/target_page.h"
 #include "hw/pci/pci_bus.h"
 #include "hw/pci/pci_device.h"
 #include "hw/qdev-properties.h"
index 6557ac3be5bc13de89eb8bae70c99d5d6b015098..cb55101f062c9dc9e93d95c1fb6216727a57c22f 100644 (file)
@@ -14,6 +14,7 @@
 #define HW_S390_IPL_H
 
 #include "cpu.h"
+#include "exec/target_page.h"
 #include "system/address-spaces.h"
 #include "system/memory.h"
 #include "hw/qdev-core.h"
index 2591ee49c11f8667d10e4dc0a2678f0dc45d57f2..4365f8ed1e2d296fbe15ac3bc7d177002a8ffa87 100644 (file)
@@ -14,6 +14,7 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "qapi/visitor.h"
+#include "exec/target_page.h"
 #include "hw/s390x/s390-pci-bus.h"
 #include "hw/s390x/s390-pci-inst.h"
 #include "hw/s390x/s390-pci-kvm.h"
index b4e003c19c939327ba0447a76b0cc4569476bac0..b5dddb22b84d72daa03722cbfb2bfc318dc99f59 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "qemu/osdep.h"
 #include "exec/memop.h"
+#include "exec/target_page.h"
 #include "system/memory.h"
 #include "qemu/error-report.h"
 #include "system/hw_accel.h"
index 0bb90fed04f2943da1ed92e9701faf22770b22a8..d437fe070d7894850907b8cd41beb984cf464366 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "qemu/osdep.h"
 #include "qemu/units.h"
+#include "exec/target_page.h"
 #include "hw/s390x/s390-virtio-ccw.h"
 #include "hw/qdev-properties.h"
 #include "hw/s390x/storage-keys.h"
index 5aaafb40dac895fbe5729d8738b3fd9b68a6ae0a..edbf19d958c19d1b22df6b964e76d66ec5e81ef8 100644 (file)
@@ -27,6 +27,7 @@
 #include "qapi/error.h"
 #include "qemu/datadir.h"
 #include "cpu.h"
+#include "exec/target_page.h"
 #include "hw/sysbus.h"
 #include "qemu/error-report.h"
 #include "qemu/timer.h"
index d3cb7270ff5dce8054e0bc38f415a4bfdb264e7c..becdf3ea980e5e9b68630da7ee964c38660d3ce8 100644 (file)
@@ -28,6 +28,7 @@
 #include "qapi/error.h"
 #include "qemu/datadir.h"
 #include "cpu.h"
+#include "exec/target_page.h"
 #include "hw/irq.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/pci_bridge.h"
index dae4fbcea8cf8a993d74e3d986ce6ea724ec3212..e7c8b8672fa867c499cbc08b9f6f24da5b160a9a 100644 (file)
@@ -22,6 +22,5 @@
 #include "exec/cpu-common.h"
 #include "hw/core/cpu.h"
 #include "exec/cpu-defs.h"
-#include "exec/target_page.h"
 
 #endif /* CPU_ALL_H */
index 011a367357e9f63a46c4f415c3e088c71fadf2d5..8eaf70d9c9aa23d1e316280dde5210f0c1e15531 100644 (file)
@@ -31,6 +31,7 @@
 #include "qapi/error.h"
 #include "qobject/qdict.h"
 #include "system/hw_accel.h"
+#include "exec/target_page.h"
 
 /* Set the current CPU defined by the user. Callers must hold BQL. */
 int monitor_set_cpu(Monitor *mon, int cpu_index)
index ccb0c9607008206166fa54c507ca8277c01f55b2..f51a2536266f25bf959d716f9bf265c05565ce01 100644 (file)
@@ -11,6 +11,7 @@
 #include "exec/cpu-all.h"
 #include "accel/tcg/cpu-mmu-index.h"
 #include "exec/exec-all.h"
+#include "exec/target_page.h"
 #include "exec/tlb-flags.h"
 #include "semihosting/uaccess.h"
 
index 56c96b1c4d0ef9fa62b155732912248c1ebda92a..99d839a27925f75716974bcac4574467ab2b9825 100644 (file)
@@ -25,6 +25,7 @@
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "exec/translation-block.h"
+#include "exec/target_page.h"
 #include "fpu/softfloat.h"
 
 
index f6261a3a53c7d0f75ae7cba02401649f4404248b..096eac3445842de6a1f2c7fba4e67eb93abd6284 100644 (file)
@@ -22,6 +22,7 @@
 #include "cpu.h"
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "fpu/softfloat-types.h"
 #include "exec/helper-proto.h"
 #include "qemu/qemu-print.h"
index 2156c02214640cad5904ee947c1cff8237557371..7f3195a5dcc8df8c29da4243657b1fa6c7566e12 100644 (file)
@@ -27,6 +27,7 @@
 #include "exec/helper-gen.h"
 #include "exec/translator.h"
 #include "exec/translation-block.h"
+#include "exec/target_page.h"
 #include "exec/log.h"
 
 #define HELPER_H "helper.h"
index 21e8cf140027f6a0908a3c7f720cfff310bfae3e..c9e043bc9b57e0f1bd5967d86b58959c75015fc5 100644 (file)
@@ -34,6 +34,7 @@
 #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)
 #include "hw/loader.h"
index be38016fc781bf110c796a99243da8c3f0347acc..64ee9b3b56791ff1d01611a7fd8eb6932a1b3903 100644 (file)
@@ -29,6 +29,7 @@
 #endif
 #ifdef CONFIG_TCG
 #include "accel/tcg/cpu-mmu-index.h"
+#include "exec/target_page.h"
 #endif
 
 int aarch64_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n)
index 8d4e9e07a94c93ce1a6432166753ba0919e059bd..e0e82ae507fb12e0171a690ad8e148ed7fdd41d9 100644 (file)
@@ -12,6 +12,7 @@
 #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"
 #include "cpu.h"
 #include "internals.h"
index fa79d19425f457cc151bb2755ce3ea95d775d3f5..507dbc1a440e8f65890eb1bd8288ab3d60821bb0 100644 (file)
@@ -31,6 +31,7 @@
 #include "exec/cpu-common.h"
 #include "exec/exec-all.h"
 #include "exec/cpu_ldst.h"
+#include "exec/target_page.h"
 #include "exec/tlb-flags.h"
 #include "qemu/int128.h"
 #include "qemu/atomic128.h"
index 30786fd1ff4e3b9d9f39cdfd665d481d582e4f68..71ba406782fc930f012ec1426d249f6dc0b90967 100644 (file)
@@ -20,6 +20,7 @@
 #include "qemu/main-loop.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
+#include "exec/target_page.h"
 #include "internals.h"
 #include "cpu-features.h"
 #include "exec/exec-all.h"
index e3bed77b48e6bea7b986a729892269b9be8c3245..9b0d40c9e181523ba76a3753cb6cb06e96b81608 100644 (file)
@@ -23,6 +23,7 @@
 #include "exec/exec-all.h"
 #include "exec/page-protection.h"
 #include "exec/helper-proto.h"
+#include "exec/target_page.h"
 #include "exec/tlb-flags.h"
 #include "tcg/tcg-gvec-desc.h"
 #include "fpu/softfloat.h"
index 630a481f0f81d131f555e6e43af27e5e43240811..0407ad5542dc4102bc222f74364f578ac3db80c1 100644 (file)
@@ -8,6 +8,7 @@
 #include "qemu/osdep.h"
 #include "qemu/log.h"
 #include "exec/cputlb.h"
+#include "exec/target_page.h"
 #include "cpu.h"
 #include "internals.h"
 #include "cpu-features.h"
index 39014325df180c72dd26a4e9f8c7b2618793863a..43408c71bbd11f967a4642258e9b231330a060dd 100644 (file)
@@ -17,8 +17,8 @@
  * 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"
 #include "qemu/log.h"
index d2800181388e4ec7eb14632ea3e57ef3178429d5..273b860d572bd03a651715260968d6a52aefbc4e 100644 (file)
@@ -27,6 +27,7 @@
 #include "semihosting/semihost.h"
 #include "cpregs.h"
 #include "exec/helper-proto.h"
+#include "exec/target_page.h"
 
 #define HELPER_H "helper.h"
 #include "exec/helper-info.c.inc"
index f23fa3e8ba52957252afca2542cda39685498e3c..32cbf17919500670b89941737963742cb2954678 100644 (file)
@@ -26,6 +26,7 @@
 #include "accel/tcg/getpc.h"
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "exec/cpu_ldst.h"
 #include "exec/helper-proto.h"
 
index 0490936cd5606631d4d9ab9a17d1c28ce63a4e69..b9c592c899ada14daba6682a5fa762118f83531b 100644 (file)
@@ -29,6 +29,7 @@
 #include "exec/helper-gen.h"
 #include "exec/log.h"
 #include "exec/translator.h"
+#include "exec/target_page.h"
 
 #define HELPER_H "helper.h"
 #include "exec/helper-info.c.inc"
index 09a6aaa3ddcbb171d22d1b7f00b985c60446019b..51bff0c5d6230381d99c038ad3ca835ed0b352dd 100644 (file)
@@ -26,6 +26,7 @@
 #include "qemu/module.h"
 #include "exec/exec-all.h"
 #include "exec/translation-block.h"
+#include "exec/target_page.h"
 #include "fpu/softfloat.h"
 #include "tcg/tcg.h"
 #include "hw/hppa/hppa_hardware.h"
index a1ade9079edbdac42e728d87ef85282cefe9937d..554d7bf4d14a11e68007a6f51e630194b100f2b8 100644 (file)
@@ -24,6 +24,7 @@
 #include "exec/cputlb.h"
 #include "accel/tcg/cpu-mmu-index.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "exec/helper-proto.h"
 #include "hw/core/cpu.h"
 #include "trace.h"
index 0d0d1bc99bc410b1817383dd5cebc8881dc79be9..14f383332221cc12739a3cac249a4d9bc992bdb2 100644 (file)
@@ -28,6 +28,7 @@
 #include "exec/helper-gen.h"
 #include "exec/translator.h"
 #include "exec/translation-block.h"
+#include "exec/target_page.h"
 #include "exec/log.h"
 
 #define HELPER_H "helper.h"
index 64d9e8ab9c4575fdcfba1e67c40e038324a49b73..197fdac7ddb29d7915cbd5c3dc4cefb5d072b85a 100644 (file)
@@ -22,6 +22,7 @@
 #include "cpu.h"
 #include "exec/cputlb.h"
 #include "exec/translation-block.h"
+#include "exec/target_page.h"
 #include "system/runstate.h"
 #ifndef CONFIG_USER_ONLY
 #include "system/hw_accel.h"
index 70b89cacf94b849f5c3df975d776e0c8464288f8..9865120cc434dd7cc87602a7a061e5fc20850246 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "qemu/osdep.h"
 #include "qemu/main-loop.h"
+#include "exec/target_page.h"
 #include "hyperv.h"
 #include "hw/hyperv/hyperv.h"
 #include "hyperv-proto.h"
index 6c749d4ee8128b52ee37f9867533c5dd6b1d2e4e..c9a3c02e3e3b294fefeb8cb502a3d6e3b132e9a0 100644 (file)
@@ -67,6 +67,7 @@
 #include "hw/pci/msix.h"
 #include "migration/blocker.h"
 #include "exec/memattrs.h"
+#include "exec/target_page.h"
 #include "trace.h"
 
 #include CONFIG_DEVICES
index b23010374f1ab56dd8afc6617c042a3c8fbc328b..284c5ef6f68ca8e3c55f806de612b4f5d8d91fe1 100644 (file)
@@ -13,6 +13,7 @@
 #include "qemu/log.h"
 #include "qemu/main-loop.h"
 #include "qemu/error-report.h"
+#include "exec/target_page.h"
 #include "hw/xen/xen.h"
 #include "system/kvm_int.h"
 #include "system/kvm_xen.h"
index ba88976e9f78fc1644fee648f4d6fc3d82004dea..878dd20f2c92a29aac875e6d9c69fca9acbf2cb0 100644 (file)
@@ -26,6 +26,7 @@
 #include "qemu/uuid.h"
 #include "qemu/error-report.h"
 #include "crypto/hash.h"
+#include "exec/target_page.h"
 #include "system/kvm.h"
 #include "kvm/kvm_i386.h"
 #include "sev.h"
index e68b73a24bd90b93fe4e269cd4919480ba0b0f76..5a4721dcee1cb239aee6932cd425dcc54b41402a 100644 (file)
@@ -5,6 +5,7 @@
 #include "cpu.h"
 #include "exec/cpu_ldst.h"
 #include "exec/exec-all.h"
+#include "exec/target_page.h"
 #include "access.h"
 
 
index 22423eedcd0e4973183bb08c1d593a4aec379a2e..b942665adcf8ebd7d57de900dfda7492cf428961 100644 (file)
@@ -22,6 +22,7 @@
 #include "exec/helper-proto.h"
 #include "exec/cpu_ldst.h"
 #include "exec/exec-all.h"
+#include "exec/target_page.h"
 #include "helper-tcg.h"
 
 
index 4badd7394328f0bc5b77158b38dc07a701450860..a563c9b35ea44a926e9c51ae0fc82cc2d8c4446b 100644 (file)
@@ -22,6 +22,7 @@
 #include "exec/cpu_ldst.h"
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "exec/tlb-flags.h"
 #include "exec/tswap.h"
 #include "tcg/helper-tcg.h"
index 818653ee6d97266ba91fad0dcf31c09a8866047f..35b17f2b1831ac3d27c08d06a5ae955e26438d3d 100644 (file)
@@ -23,7 +23,7 @@
 #include "qemu/accel.h"
 #include "accel/accel-cpu-target.h"
 #include "exec/translation-block.h"
-
+#include "exec/target_page.h"
 #include "tcg-cpu.h"
 
 /* Frob eflags into and out of the CPU temporary format.  */
index 6418d4bb037775ba7f9281d6290a32457b24d9f0..1dcc35f5dfa6806e543276696c1dd061b7d08a52 100644 (file)
@@ -26,6 +26,7 @@
 #include "tcg/tcg-op.h"
 #include "tcg/tcg-op-gvec.h"
 #include "exec/translator.h"
+#include "exec/target_page.h"
 #include "fpu/softfloat.h"
 
 #include "exec/helper-proto.h"
index f8965cd155969721f306ca0e3662eddb95cf3c1b..bb343078bf741851f014a0e5274bcfe691f2c71a 100644 (file)
@@ -9,6 +9,7 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "accel/tcg/cpu-mmu-index.h"
+#include "exec/target_page.h"
 #include "internals.h"
 #include "cpu-csr.h"
 
index 70d1b5cf9939734032d36f3e0d6c3f7d671ce05e..0d6c9844a6f5cc2b18381d8464311b82859585db 100644 (file)
@@ -15,6 +15,7 @@
 #include "exec/cputlb.h"
 #include "exec/exec-all.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "exec/cpu_ldst.h"
 #include "exec/log.h"
 #include "cpu-csr.h"
index e59e4ed25b13f42027c295ccd3ec65f45103cf54..53a0b4c3ce91e3e63ab025610c1455bffb353c3b 100644 (file)
@@ -11,6 +11,7 @@
 #include "tcg/tcg-op-gvec.h"
 #include "exec/translation-block.h"
 #include "exec/translator.h"
+#include "exec/target_page.h"
 #include "exec/helper-proto.h"
 #include "exec/helper-gen.h"
 #include "exec/log.h"
index 8251272219146c5b81df6e77581134441e443d97..f73e0def234a106cbf306f77402a532ec42422ab 100644 (file)
@@ -23,6 +23,7 @@
 #include "exec/cputlb.h"
 #include "exec/exec-all.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "exec/gdbstub.h"
 #include "exec/helper-proto.h"
 #include "system/memory.h"
index dec2967fce4499f2f2b1adb86f0ea032b313c664..b1266a7875b3ec756c82cbab87b552e3f02a3352 100644 (file)
@@ -22,6 +22,7 @@
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "exec/translation-block.h"
+#include "exec/target_page.h"
 #include "tcg/tcg-op.h"
 #include "qemu/log.h"
 #include "qemu/qemu-print.h"
index 022c98f0c347c187b4d4f75dd2d494e7653be8df..9203192483044799e8095158ee1af4aad78bc546 100644 (file)
@@ -23,6 +23,7 @@
 #include "exec/cputlb.h"
 #include "accel/tcg/cpu-mmu-index.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "qemu/host-utils.h"
 #include "exec/log.h"
 
index 2d18659b996259b4370381fb4cfa883b1b2b6f2b..95a12e16f8e5f19c716a398ee2627015bb60f8b4 100644 (file)
@@ -24,6 +24,7 @@
 #include "exec/cputlb.h"
 #include "accel/tcg/cpu-mmu-index.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 
 static unsigned int tlb_decode_size(unsigned int f)
 {
index b54e5ac4b2f7f6a4406bea99962717730e556f7e..4bb867c96954c64994f41565b0bd82cd22273d7d 100644 (file)
@@ -27,6 +27,7 @@
 #include "exec/helper-gen.h"
 #include "exec/translator.h"
 #include "exec/translation-block.h"
+#include "exec/target_page.h"
 #include "qemu/qemu-print.h"
 
 #include "exec/log.h"
index 74fb80cc256b0511a235d3ad9ed0957ef9e3861a..969dd34b3e64ec29b54262d455bdbaf6296c5ba3 100644 (file)
@@ -25,6 +25,7 @@
 #include "exec/cpu_ldst.h"
 #include "exec/helper-proto.h"
 #include "exec/memop.h"
+#include "exec/target_page.h"
 #include "fpu/softfloat.h"
 #include "fpu_helper.h"
 
index 78e422b0cafdddeb010c0830281a84755684c79a..101b1e65fdd3a94b263ef7eb19d69fcf45fc18f7 100644 (file)
@@ -28,6 +28,7 @@
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
 #include "exec/cputlb.h"
+#include "exec/target_page.h"
 
 
 /* SMP helpers.  */
index df80301a41235bf7c467bd8bf9c14fc9913c3c20..d239fa9353659ba992ac3dc92ada76ff0659e81b 100644 (file)
@@ -24,6 +24,7 @@
 #include "exec/cputlb.h"
 #include "exec/exec-all.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "exec/cpu_ldst.h"
 #include "exec/log.h"
 #include "exec/helper-proto.h"
index 78b848a6d9a54b3a9c4adfe2127ffb3d8418df95..8658315f93898ae85df8870d60d59c1b698cedb0 100644 (file)
@@ -27,6 +27,7 @@
 #include "internal.h"
 #include "exec/helper-proto.h"
 #include "exec/translation-block.h"
+#include "exec/target_page.h"
 #include "semihosting/semihost.h"
 #include "trace.h"
 #include "fpu_helper.h"
index 47ac783c5251fa4e95f69be7660f2c56dc6143e7..acea50c41eb7654b8a83b3d0389fbd9d6ae310b2 100644 (file)
@@ -23,6 +23,7 @@
 #include "cpu.h"
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "gdbstub/helpers.h"
 #include "qemu/host-utils.h"
 #include "hw/loader.h"
index 21bc137cccaf9ba3ccdc4a51ba257ff55e36607d..92badf017f7c6116215bcaa96c838e642cfc417b 100644 (file)
@@ -22,6 +22,7 @@
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "exec/cputlb.h"
+#include "exec/target_page.h"
 #include "exec/helper-proto.h"
 #include "exception.h"
 #ifndef CONFIG_USER_ONLY
index da033bffff9a0d61f48098592e0bfbf623190f56..d4ce60188bdc06929e5c91713579211dac6ae472 100644 (file)
@@ -28,7 +28,7 @@
 #include "qemu/qemu-print.h"
 #include "exec/translator.h"
 #include "exec/translation-block.h"
-
+#include "exec/target_page.h"
 #include "exec/helper-proto.h"
 #include "exec/helper-gen.h"
 
index 51b137febd6b4a30f2936293b1679ea7d6bf037f..0967624afee1e3de7f2a8bec63f650c74d0dcfb9 100644 (file)
@@ -20,6 +20,7 @@
 #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"
 #include "helper_regs.h"
index 1f791a7f2f7796ec3b8fa5f06d1ea7ffecb13b61..5bd3efe70e86f72913e0bf72633c68994d30ad27 100644 (file)
@@ -22,6 +22,7 @@
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "system/kvm.h"
 #include "kvm_ppc.h"
 #include "internal.h"
index fb62b947f1d99bda2ac4b96b8948062939ae5e42..394a0c9bb600a7eea4f9a4630591420878baa4f9 100644 (file)
@@ -26,6 +26,7 @@
 #include "mmu-hash32.h"
 #include "exec/exec-all.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "exec/log.h"
 #include "helper_regs.h"
 #include "qemu/error-report.h"
index ad9ba8294cc61b1e69f6bf2c1b97915e7f0a0d2a..c90ceb7d60d60b1ec0c1f5f4849188cc0c2e39a5 100644 (file)
@@ -27,6 +27,7 @@
 #include "exec/cputlb.h"
 #include "exec/exec-all.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "exec/log.h"
 #include "helper_regs.h"
 #include "qemu/error-report.h"
index a52cbc869ae034b3f4bebe3e7f248aa95585f3d0..399107d319a89e76a65d32f989e88911ea869f1f 100644 (file)
@@ -22,6 +22,7 @@
 #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"
 #include "qemu/host-utils.h"
index ca58094fb543d4285aa077ef7cfe6a88135afa20..619c76cc001237563b9bc22bf42faeb1eaf5f0d1 100644 (file)
@@ -26,6 +26,7 @@
 #include "exec/cputlb.h"
 #include "exec/exec-all.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "system/memory.h"
 #include "instmap.h"
 #include "tcg/tcg-op.h"
index b0841d44f4c26a75ead7f7c6895d827e9709b299..c13a117e3f9fd9fa2f36f2e6b46a737f4036e73f 100644 (file)
@@ -26,6 +26,7 @@
 #include "trace.h"
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 
 static bool pmp_write_cfg(CPURISCVState *env, uint32_t addr_index,
                           uint8_t val);
index bee7dfd80365e255561215ccf0a976848a1cb4af..710449d17e85a6266bbeee9c98fb854db77f9ea9 100644 (file)
@@ -22,6 +22,7 @@
 #include "exec/translation-block.h"
 #include "tcg-cpu.h"
 #include "cpu.h"
+#include "exec/target_page.h"
 #include "internals.h"
 #include "pmu.h"
 #include "time_helper.h"
index d6651f244f6e8ed865ebc2f44e94eea7024c46d0..cef61b5b290065e669d068c376d501e36ca4ce56 100644 (file)
@@ -23,7 +23,7 @@
 #include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "exec/helper-gen.h"
-
+#include "exec/target_page.h"
 #include "exec/translator.h"
 #include "exec/translation-block.h"
 #include "exec/log.h"
index 7fffa23bc8d9402ea264a928c01831774d8ad70e..7de6cbae5cc50b30f730d71271fe3733df18ee8e 100644 (file)
@@ -26,6 +26,7 @@
 #include "exec/page-protection.h"
 #include "exec/helper-proto.h"
 #include "exec/tlb-flags.h"
+#include "exec/target_page.h"
 #include "exec/tswap.h"
 #include "fpu/softfloat.h"
 #include "tcg/tcg-gvec-desc.h"
index 51743020d41cd637e6e88aefd8eed7154b1f4c0f..e14d9cbef93f69f1115adaf5cc1ba586d846c9ad 100644 (file)
@@ -24,6 +24,7 @@
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
 #include "exec/translation-block.h"
+#include "exec/target_page.h"
 #include "hw/loader.h"
 #include "fpu/softfloat.h"
 #include "tcg/debug-assert.h"
index e660c69f60963723e06ea6c411334f585c8bf889..3c57c32e479736f7571e29769d35d3b905630dde 100644 (file)
@@ -27,6 +27,7 @@
 #include "target/s390x/kvm/pv.h"
 #include "system/hw_accel.h"
 #include "system/runstate.h"
+#include "exec/target_page.h"
 #include "exec/watchpoint.h"
 
 void s390x_tod_timer(void *opaque)
index a944f16c254e194d86237c5943876a4ca1809427..fe62ba5b06bd8a92101ee8ed010a5fc655c26223 100644 (file)
@@ -12,6 +12,7 @@
 #include "qemu/osdep.h"
 
 #include "cpu.h"
+#include "exec/target_page.h"
 #include "s390x-internal.h"
 #include "hw/s390x/ioinst.h"
 #include "trace.h"
index b079d120dbdbafd3c7a122f33aa017e739521880..0e133cb9a532c1f8830a91e239543548a75f312a 100644 (file)
@@ -25,6 +25,7 @@
 #include "system/tcg.h"
 #include "exec/exec-all.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "hw/hw.h"
 #include "hw/s390x/storage-keys.h"
 #include "hw/boards.h"
index 1d51043e881992bd4a5838ac395d29bf89e2c653..6cd813e1abfa402223c2204e101c1acb04b4f08e 100644 (file)
@@ -24,6 +24,7 @@
 #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"
 #include "tcg_s390x.h"
index 0ff2e10d81607fd717557814908b9dee86e7e560..d5eece4384b66f25db657372c94b867f95f44e48 100644 (file)
@@ -29,6 +29,7 @@
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
 #include "exec/cpu_ldst.h"
+#include "exec/target_page.h"
 #include "exec/tlb-flags.h"
 #include "accel/tcg/cpu-ops.h"
 #include "qemu/int128.h"
index 31266aeda479e4c9c700df726c38fc7d860c33c6..e02f4438508a2e5771f4fa43fc94141430c8105f 100644 (file)
@@ -29,6 +29,7 @@
 #include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "exec/cpu_ldst.h"
+#include "exec/target_page.h"
 #include "qapi/error.h"
 #include "tcg_s390x.h"
 #include "s390-tod.h"
index 7567e6c8b6691aa301eff37f3207a4f8ce3a4cfe..b41d14d5d7c6528cadf8f41213d3ed500e1ebd3e 100644 (file)
@@ -23,6 +23,7 @@
 #include "exec/cputlb.h"
 #include "exec/exec-all.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "exec/log.h"
 
 #if !defined(CONFIG_USER_ONLY)
index bcdd55881833bad3007b1cf85128ce800ddac4e1..5ce477d0addf450dd2e2a1b94fc3703c6b75fd13 100644 (file)
@@ -25,6 +25,7 @@
 #include "exec/helper-gen.h"
 #include "exec/translation-block.h"
 #include "exec/translator.h"
+#include "exec/target_page.h"
 #include "exec/log.h"
 #include "qemu/qemu-print.h"
 
index 8890d2b1197fd217cd68cde3f88b4a844ff00b8c..3fa5e78816425d2d19e895a6d85c5d40fd9f5e07 100644 (file)
@@ -26,6 +26,7 @@
 #include "exec/exec-all.h"
 #include "exec/cputlb.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "exec/cpu_ldst.h"
 #include "system/memory.h"
 #ifdef CONFIG_USER_ONLY
index c5d82a085455330492f0db7811a7a40743870e09..217580a4d8c537bdd4fbc0613a8cca91cfc3ba48 100644 (file)
@@ -23,6 +23,7 @@
 #include "exec/cputlb.h"
 #include "accel/tcg/cpu-mmu-index.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "exec/tlb-flags.h"
 #include "system/memory.h"
 #include "qemu/qemu-print.h"
index bfe63649db249fb976804a466c5d70effdba293c..adebddf27b2c8c14179bdc3cd092f98f25749526 100644 (file)
@@ -23,6 +23,7 @@
 #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"
 #include "exec/helper-gen.h"
index b1ee1261128fa12bbcbe5517a89377d7179e2267..e4c53d453dddd6a0b8b5f10ef5cc9e64401d217d 100644 (file)
@@ -22,6 +22,7 @@
 #include "exec/cputlb.h"
 #include "accel/tcg/cpu-mmu-index.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "fpu/softfloat-helpers.h"
 #include "qemu/qemu-print.h"
 
index 6819b7766868bffd3539e6be7e4683eb41cea711..5c7ed395caa0973d29c8d726bc011d2571596a06 100644 (file)
@@ -31,6 +31,7 @@
 #include "tricore-opcodes.h"
 #include "exec/translator.h"
 #include "exec/translation-block.h"
+#include "exec/target_page.h"
 #include "exec/log.h"
 
 #define HELPER_H "helper.h"
index 4824b97e371e439c43a237c062dc418b12d98be5..d02d16f9ec1b52fe8752c14f753890dd56529643 100644 (file)
@@ -29,6 +29,7 @@
 #include "qemu/log.h"
 #include "cpu.h"
 #include "exec/cputlb.h"
+#include "exec/target_page.h"
 #include "gdbstub/helpers.h"
 #include "exec/helper-proto.h"
 #include "qemu/error-report.h"
index 1ce125794d6de9599338448a20ac805863f01d20..a7dd8100555583fbefe789bc631c25ed854ad8cd 100644 (file)
@@ -36,6 +36,7 @@
 #include "accel/tcg/cpu-mmu-index.h"
 #include "exec/exec-all.h"
 #include "exec/page-protection.h"
+#include "exec/target_page.h"
 #include "system/memory.h"
 
 #define XTENSA_MPU_SEGMENT_MASK 0x0000001f
index cb817b3119faf572c843d522fed6e9621d45fbdf..5ebd4a512c90357c52b6a4ec48083d9e601ea7ac 100644 (file)
@@ -37,6 +37,7 @@
 #include "qemu/qemu-print.h"
 #include "exec/translator.h"
 #include "exec/translation-block.h"
+#include "exec/target_page.h"
 #include "exec/helper-proto.h"
 #include "exec/helper-gen.h"
 #include "exec/log.h"
index 2ded8e5634ee54a6b63eca3199e29cdce9aa4db8..636f421da2b458f18130a0b088fb9fe75ea56068 100644 (file)
@@ -29,6 +29,7 @@
 #include "cpu.h"
 #include "chardev/char-fe.h"
 #include "exec/helper-proto.h"
+#include "exec/target_page.h"
 #include "semihosting/semihost.h"
 #include "semihosting/uaccess.h"
 #include "qapi/error.h"