]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
Do not include exec/address-spaces.h if it's not really necessary
authorThomas Huth <thuth@redhat.com>
Fri, 16 Apr 2021 17:13:14 +0000 (19:13 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Sun, 2 May 2021 15:24:51 +0000 (17:24 +0200)
Stop including exec/address-spaces.h in files that don't need it.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210416171314.2074665-5-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
125 files changed:
accel/kvm/kvm-all.c
accel/tcg/cputlb.c
hw/acpi/generic_event_device.c
hw/acpi/ich9.c
hw/acpi/pcihp.c
hw/acpi/piix4.c
hw/alpha/typhoon.c
hw/arm/allwinner-a10.c
hw/arm/allwinner-h3.c
hw/arm/armv7m.c
hw/arm/aspeed.c
hw/arm/aspeed_ast2600.c
hw/arm/aspeed_soc.c
hw/arm/boot.c
hw/arm/cubieboard.c
hw/arm/digic_boards.c
hw/arm/fsl-imx25.c
hw/arm/highbank.c
hw/arm/imx25_pdk.c
hw/arm/musicpal.c
hw/arm/npcm7xx.c
hw/arm/npcm7xx_boards.c
hw/arm/nrf51_soc.c
hw/arm/nseries.c
hw/arm/palm.c
hw/arm/realview.c
hw/arm/sbsa-ref.c
hw/arm/smmu-common.c
hw/arm/smmuv3.c
hw/arm/versatilepb.c
hw/arm/vexpress.c
hw/arm/virt.c
hw/arm/xilinx_zynq.c
hw/arm/xlnx-versal-virt.c
hw/arm/xlnx-zynqmp.c
hw/char/mchp_pfsoc_mmuart.c
hw/core/loader.c
hw/cris/axis_dev88.c
hw/dma/pl080.c
hw/hppa/dino.c
hw/hppa/lasi.c
hw/i386/intel_iommu.c
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
hw/i386/xen/xen-hvm.c
hw/i386/xen/xen_platform.c
hw/intc/openpic_kvm.c
hw/isa/lpc_ich9.c
hw/isa/vt82c686.c
hw/lm32/lm32_boards.c
hw/lm32/milkymist.c
hw/m68k/an5206.c
hw/m68k/mcf5208.c
hw/m68k/next-cube.c
hw/m68k/next-kbd.c
hw/m68k/q800.c
hw/m68k/virt.c
hw/mem/sparse-mem.c
hw/mips/boston.c
hw/mips/fuloong2e.c
hw/mips/gt64xxx_pci.c
hw/mips/jazz.c
hw/mips/loongson3_virt.c
hw/mips/malta.c
hw/mips/mipssim.c
hw/moxie/moxiesim.c
hw/net/msf2-emac.c
hw/nvram/nrf51_nvm.c
hw/openrisc/openrisc_sim.c
hw/pci-host/bonito.c
hw/pci-host/ppce500.c
hw/pci-host/prep.c
hw/pci-host/sabre.c
hw/pci-host/sh_pci.c
hw/pci/pci.c
hw/pci/pcie_host.c
hw/ppc/e500.c
hw/ppc/mac_newworld.c
hw/ppc/mac_oldworld.c
hw/ppc/pnv.c
hw/ppc/pnv_psi.c
hw/ppc/ppc405_boards.c
hw/ppc/ppc440_bamboo.c
hw/ppc/ppc440_pcix.c
hw/ppc/ppc440_uc.c
hw/ppc/ppc4xx_pci.c
hw/ppc/prep.c
hw/ppc/sam460ex.c
hw/ppc/spapr.c
hw/ppc/spapr_iommu.c
hw/ppc/spapr_pci.c
hw/ppc/virtex_ml507.c
hw/remote/machine.c
hw/remote/memory.c
hw/remote/proxy-memory-listener.c
hw/riscv/opentitan.c
hw/riscv/sifive_e.c
hw/rtc/m48t59.c
hw/rtc/mc146818rtc.c
hw/s390x/s390-virtio-ccw.c
hw/sh4/r2d.c
hw/sh4/shix.c
hw/sparc/leon3.c
hw/sparc64/niagara.c
hw/ssi/aspeed_smc.c
hw/tpm/tpm_crb.c
hw/tricore/tc27x_soc.c
hw/tricore/triboard.c
hw/tricore/tricore_testboard.c
hw/virtio/vhost.c
hw/virtio/virtio.c
hw/xen/xen_pt.c
hw/xtensa/sim.c
hw/xtensa/virt.c
hw/xtensa/xtfpga.c
softmmu/memory.c
softmmu/physmem.c
target/i386/hvf/hvf.c
target/i386/hvf/x86_mmu.c
target/i386/sev.c
target/s390x/diag.c
target/xtensa/op_helper.c
tests/qtest/fuzz/generic_fuzz.c
tests/qtest/fuzz/qos_fuzz.c

index 50e56664cc6d9d17e66609ce271d4f5301129d30..4e0168e88b9ea940c393ea1f37f8a0456c8bd6d5 100644 (file)
@@ -33,7 +33,6 @@
 #include "qemu/bswap.h"
 #include "exec/memory.h"
 #include "exec/ram_addr.h"
-#include "exec/address-spaces.h"
 #include "qemu/event_notifier.h"
 #include "qemu/main-loop.h"
 #include "trace.h"
index 502f803e5e73d30d6f42d48a968b2d62ba308f1e..84e7d91a5ca0a631ff9d090eedc99a73278592a8 100644 (file)
@@ -22,7 +22,6 @@
 #include "hw/core/tcg-cpu-ops.h"
 #include "exec/exec-all.h"
 #include "exec/memory.h"
-#include "exec/address-spaces.h"
 #include "exec/cpu_ldst.h"
 #include "exec/cputlb.h"
 #include "exec/tb-hash.h"
index 5454be67d5f09e0c69ba345368c82bf4a9f37aa5..39c825763ad86fd9ec39a39291cfab1cf12e4c41 100644 (file)
@@ -11,7 +11,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "exec/address-spaces.h"
 #include "hw/acpi/acpi.h"
 #include "hw/acpi/generic_event_device.h"
 #include "hw/irq.h"
index 853447cf9d2a1b49479dfb9846ba70be97c0cce4..4daa79ec8d60973c167da9472f9d13d2ff56e7de 100644 (file)
@@ -35,7 +35,6 @@
 #include "sysemu/runstate.h"
 #include "hw/acpi/acpi.h"
 #include "hw/acpi/tco.h"
-#include "exec/address-spaces.h"
 
 #include "hw/i386/ich9.h"
 #include "hw/mem/pc-dimm.h"
index f4cb3c979d06ee1a47dbb88641b61f3d90d75d28..4999277d57b806ff5a129429519cb7a66046c94f 100644 (file)
@@ -31,7 +31,6 @@
 #include "hw/pci/pci.h"
 #include "hw/pci/pci_bridge.h"
 #include "hw/acpi/acpi.h"
-#include "exec/address-spaces.h"
 #include "hw/pci/pci_bus.h"
 #include "migration/vmstate.h"
 #include "qapi/error.h"
index 8f8b0e95e5201b1404b2a9bc7abda0a0d897e02b..0bd23d74e24273935e022a6a6633e0321eba60b3 100644 (file)
@@ -33,7 +33,6 @@
 #include "sysemu/xen.h"
 #include "qapi/error.h"
 #include "qemu/range.h"
-#include "exec/address-spaces.h"
 #include "hw/acpi/pcihp.h"
 #include "hw/acpi/cpu_hotplug.h"
 #include "hw/acpi/cpu.h"
index 96c35c5fdbd8a83d34362fbb0d6f4babccc80b27..87020cbe0d8ba194837d134250eeee0c701dbe63 100644 (file)
@@ -13,7 +13,6 @@
 #include "cpu.h"
 #include "hw/irq.h"
 #include "alpha_sys.h"
-#include "exec/address-spaces.h"
 #include "qom/object.h"
 
 
index 0844a656417da748ea902ac47a666146739e18c4..05e84728cb34acca64142ac2523bfdcf526dcf21 100644 (file)
@@ -16,7 +16,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "exec/address-spaces.h"
 #include "qapi/error.h"
 #include "qemu/module.h"
 #include "hw/sysbus.h"
index bbe65d1860c65155f125b3001efdc55883ebacc1..27f10701453e010eeac3835f5d0c7536753a13ff 100644 (file)
@@ -18,7 +18,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "exec/address-spaces.h"
 #include "qapi/error.h"
 #include "qemu/error-report.h"
 #include "qemu/module.h"
index caeed29670a93cd8b4d4e320265aa080fa046eb1..af0d935bf78ea274a6e06ee641771af7d1f628c6 100644 (file)
@@ -18,7 +18,6 @@
 #include "sysemu/reset.h"
 #include "qemu/error-report.h"
 #include "qemu/module.h"
-#include "exec/address-spaces.h"
 #include "target/arm/idau.h"
 
 /* Bitbanded IO.  Each word corresponds to a single bit.  */
index 7480533cb7cf0e7b7483ea3d6d94fdbb4c1db436..b623226cdf5d5949b19653e4a8499e749724d80e 100644 (file)
@@ -11,7 +11,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "exec/address-spaces.h"
 #include "hw/arm/boot.h"
 #include "hw/arm/aspeed.h"
 #include "hw/arm/aspeed_soc.h"
index 8e4ef07b148c1870d38c6731da08a4147df053a6..8202b4f174477aeb028556eb2136c43c3427fc6e 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "exec/address-spaces.h"
 #include "hw/misc/unimp.h"
 #include "hw/arm/aspeed_soc.h"
 #include "hw/char/serial.h"
index fc270daa579b089d132da0f1459627015e636112..abc90ed8ec478715ca37792279009ef47b4245b6 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "exec/address-spaces.h"
 #include "hw/misc/unimp.h"
 #include "hw/arm/aspeed_soc.h"
 #include "hw/char/serial.h"
index e56c42ac22cf57d0ffe8166f42f1e55c0cf2b1a2..d7b059225e614f831769585f25223688754fe52b 100644 (file)
@@ -25,7 +25,6 @@
 #include "sysemu/device_tree.h"
 #include "qemu/config-file.h"
 #include "qemu/option.h"
-#include "exec/address-spaces.h"
 #include "qemu/units.h"
 
 /* Kernel boot protocol is specified in the kernel docs
index d7184e5ec281c38348ee691af41235ebc39ee383..294ba5de6ec746881cf1a4849c4e41ec3d18e45b 100644 (file)
@@ -16,7 +16,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "exec/address-spaces.h"
 #include "qapi/error.h"
 #include "hw/boards.h"
 #include "hw/qdev-properties.h"
index fdb6781567676943e409424e7234e68386f8bb52..b771a3d8b740b591d830ad8a94d829c7de3fe64b 100644 (file)
@@ -28,7 +28,6 @@
 #include "qemu-common.h"
 #include "qemu/datadir.h"
 #include "hw/boards.h"
-#include "exec/address-spaces.h"
 #include "qemu/error-report.h"
 #include "hw/arm/digic.h"
 #include "hw/block/flash.h"
index dafc0bef470fae3efc9c3cfdf09ba289f8462056..24c437459033c26f3970fa2e956389e52242de84 100644 (file)
@@ -26,7 +26,6 @@
 #include "qapi/error.h"
 #include "hw/arm/fsl-imx25.h"
 #include "sysemu/sysemu.h"
-#include "exec/address-spaces.h"
 #include "hw/qdev-properties.h"
 #include "chardev/char.h"
 
index 5afdd28b35c171e24287b03e540b8e32fb18db4f..c3cb315dbc632a611d2890233926acad9cf417ed 100644 (file)
@@ -29,7 +29,6 @@
 #include "sysemu/runstate.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
-#include "exec/address-spaces.h"
 #include "qemu/error-report.h"
 #include "hw/char/pl011.h"
 #include "hw/ide/ahci.h"
index 9c58fbde57aec5a267068fe4e2031dc46d6c312c..11426e5ec0c354340385df04ee8d7fc0a30605c4 100644 (file)
@@ -29,7 +29,6 @@
 #include "hw/arm/fsl-imx25.h"
 #include "hw/boards.h"
 #include "qemu/error-report.h"
-#include "exec/address-spaces.h"
 #include "sysemu/qtest.h"
 #include "hw/i2c/i2c.h"
 #include "qemu/cutils.h"
index 7d67dc72542e13c07c0b4638feb9f588af4aeecd..2d612cc0c9bee1809e50e0a57173714d4e90c393 100644 (file)
@@ -31,7 +31,6 @@
 #include "sysemu/block-backend.h"
 #include "sysemu/runstate.h"
 #include "sysemu/dma.h"
-#include "exec/address-spaces.h"
 #include "ui/pixel_ops.h"
 #include "qemu/cutils.h"
 #include "qom/object.h"
index 495b0f8e91d7fe72a398231c5466e56577be5aff..2ab0080e0b00acb51f177daba12a4a32931c9346 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "qemu/osdep.h"
 
-#include "exec/address-spaces.h"
 #include "hw/arm/boot.h"
 #include "hw/arm/npcm7xx.h"
 #include "hw/char/serial.h"
index d91d6877001ec04582205945c6739711f3762aa1..d4553e37865077a0b617dd0c1e828432745859a0 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "qemu/osdep.h"
 
-#include "exec/address-spaces.h"
 #include "hw/arm/npcm7xx.h"
 #include "hw/core/cpu.h"
 #include "hw/i2c/smbus_eeprom.h"
index 71bdcf06b49de4da3ae1572b47476ee4d0d960ff..9407c2f268bd73d31c97f5c08563f507e72fb7c4 100644 (file)
@@ -13,7 +13,6 @@
 #include "hw/arm/boot.h"
 #include "hw/sysbus.h"
 #include "hw/misc/unimp.h"
-#include "exec/address-spaces.h"
 #include "qemu/log.h"
 
 #include "hw/arm/nrf51.h"
index 387eea4d44c5b3e531d147921cdb9702b9f9f754..0aefa5d0f3ed31e838f026b240432b6b58f4c512 100644 (file)
@@ -43,7 +43,6 @@
 #include "hw/loader.h"
 #include "hw/sysbus.h"
 #include "qemu/log.h"
-#include "exec/address-spaces.h"
 
 /* Nokia N8x0 support */
 struct n800_s {
index 4e3dc5fbbf2e4d7adeb3f45d5cdac212be6a1f8f..68e11dd1ecc18e12cd66891bcccf4fa3330c5c04 100644 (file)
@@ -29,7 +29,6 @@
 #include "hw/input/tsc2xxx.h"
 #include "hw/irq.h"
 #include "hw/loader.h"
-#include "exec/address-spaces.h"
 #include "cpu.h"
 #include "qemu/cutils.h"
 #include "qom/object.h"
index 0831159d1587a2c7d9700d7dc1e309a9d7e50d7a..1c54316ba38e410157ac19fcdbaf99d788560304 100644 (file)
@@ -20,7 +20,6 @@
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
 #include "hw/i2c/i2c.h"
-#include "exec/address-spaces.h"
 #include "qemu/error-report.h"
 #include "hw/char/pl011.h"
 #include "hw/cpu/a9mpcore.h"
index 88dfb2284c1b54feaad86cc344945d396d8ca543..43c19b49234fb9d8e94dbb9e2493d5cba581f255 100644 (file)
@@ -27,7 +27,6 @@
 #include "sysemu/numa.h"
 #include "sysemu/runstate.h"
 #include "sysemu/sysemu.h"
-#include "exec/address-spaces.h"
 #include "exec/hwaddr.h"
 #include "kvm_arm.h"
 #include "hw/arm/boot.h"
index 84d2c62c26f71291a0e6d055f1af8aced30572bc..0459850a93d92f7d5dabaa5fce148f5d9793a489 100644 (file)
@@ -17,7 +17,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "exec/address-spaces.h"
 #include "trace.h"
 #include "exec/target_page.h"
 #include "hw/core/cpu.h"
index 228dc54b0bc90db855f0b5a842b68734fbb27293..7bed2ac520bdd356f252ba564acc692df4f82981 100644 (file)
@@ -23,7 +23,6 @@
 #include "migration/vmstate.h"
 #include "hw/qdev-core.h"
 #include "hw/pci/pci.h"
-#include "exec/address-spaces.h"
 #include "cpu.h"
 #include "trace.h"
 #include "qemu/log.h"
index 1ea5534626477754725bc1aa49bbe73b3d2e291e..575399c4fc9818aeabe2354979bb0f61446eddb9 100644 (file)
@@ -21,7 +21,6 @@
 #include "hw/i2c/arm_sbcon_i2c.h"
 #include "hw/irq.h"
 #include "hw/boards.h"
-#include "exec/address-spaces.h"
 #include "hw/block/flash.h"
 #include "qemu/error-report.h"
 #include "hw/char/pl011.h"
index 326a1a6db52c1d2d19f7532bb282bafdc4de9fdc..58481c07629aedb09864dcc72757ff7947e733bb 100644 (file)
@@ -35,7 +35,6 @@
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
 #include "hw/loader.h"
-#include "exec/address-spaces.h"
 #include "hw/block/flash.h"
 #include "sysemu/device_tree.h"
 #include "qemu/error-report.h"
index d8cfdf23c6220db43850cc11158b167c9ca19bc2..0a78532018aef45fd2d02c602a1d33a32a31540f 100644 (file)
@@ -50,7 +50,6 @@
 #include "sysemu/tpm.h"
 #include "sysemu/kvm.h"
 #include "hw/loader.h"
-#include "exec/address-spaces.h"
 #include "qemu/bitops.h"
 #include "qemu/error-report.h"
 #include "qemu/module.h"
index 8db6cfd47f570fd20fc22556e2dd4422f5097dec..85f25d15dbf70bc13db922f8906c9a51dd48fee9 100644 (file)
@@ -22,7 +22,6 @@
 #include "hw/sysbus.h"
 #include "hw/arm/boot.h"
 #include "net/net.h"
-#include "exec/address-spaces.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
 #include "hw/block/flash.h"
index 73e8268b353bcdf9306520530950c2bb9fff7fdf..5bca360dcec4146ac57d3d3edb986fad2b3801ad 100644 (file)
@@ -13,7 +13,6 @@
 #include "qemu/error-report.h"
 #include "qapi/error.h"
 #include "sysemu/device_tree.h"
-#include "exec/address-spaces.h"
 #include "hw/boards.h"
 #include "hw/sysbus.h"
 #include "hw/arm/sysbus-fdt.h"
index 6c93dcb8203becf784662d8b351dcb47427a3319..3597e8db4dedb6e9107c0cb0a6d580a7c0057f46 100644 (file)
@@ -21,7 +21,6 @@
 #include "hw/arm/xlnx-zynqmp.h"
 #include "hw/intc/arm_gic_common.h"
 #include "hw/boards.h"
-#include "exec/address-spaces.h"
 #include "sysemu/kvm.h"
 #include "sysemu/sysemu.h"
 #include "kvm_arm.h"
index 8a002b0a19f5b74c6ad32d829ff9df9c0e1314c4..2facf85c2d827af3953b54402bbd3d2ea105a80c 100644 (file)
@@ -23,7 +23,6 @@
 #include "qemu/osdep.h"
 #include "qemu/log.h"
 #include "chardev/char.h"
-#include "exec/address-spaces.h"
 #include "hw/char/mchp_pfsoc_mmuart.h"
 
 static uint64_t mchp_pfsoc_mmuart_read(void *opaque, hwaddr addr, unsigned size)
index d3e5f3b423f63124f8a746bdb6fb10934d7f04c8..5b34869a5417c2989c046740d0426f616a99d206 100644 (file)
@@ -57,7 +57,6 @@
 #include "hw/loader.h"
 #include "hw/nvram/fw_cfg.h"
 #include "exec/memory.h"
-#include "exec/address-spaces.h"
 #include "hw/boards.h"
 #include "qemu/cutils.h"
 #include "sysemu/runstate.h"
index af5a0e351739e6de6049fefe3800075c16fc1ddb..d82050d927d65be7d35e882b701faebc3dae14d9 100644 (file)
@@ -34,7 +34,6 @@
 #include "hw/loader.h"
 #include "elf.h"
 #include "boot.h"
-#include "exec/address-spaces.h"
 #include "sysemu/qtest.h"
 #include "sysemu/sysemu.h"
 
index f1a586b1d71fabd8569289f23b46815eee1f327c..2627307cc85aabab25d4bc49f756093349e86898 100644 (file)
@@ -10,7 +10,6 @@
 #include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "migration/vmstate.h"
-#include "exec/address-spaces.h"
 #include "qemu/log.h"
 #include "qemu/module.h"
 #include "hw/dma/pl080.h"
index bd97e0c51ddfc37c18491cbbc0413822f428e046..eab96dd84ef0baf815484ac7deb56aded5ce8778 100644 (file)
@@ -19,7 +19,6 @@
 #include "hw/pci/pci_bus.h"
 #include "migration/vmstate.h"
 #include "hppa_sys.h"
-#include "exec/address-spaces.h"
 #include "trace.h"
 #include "qom/object.h"
 
index 408af9ccb72cecfe5049cec09012903e4b7cba60..88c3791eb68365c304117ae5cf9de12bc4a2d4a5 100644 (file)
@@ -22,7 +22,6 @@
 #include "hw/char/parallel.h"
 #include "hw/char/serial.h"
 #include "hw/input/lasips2.h"
-#include "exec/address-spaces.h"
 #include "migration/vmstate.h"
 #include "qom/object.h"
 
index 1c106434325dad3f86e00bc42a3282f0b9c8cfa3..209b3f55530efa623ef2636454e795954b179766 100644 (file)
@@ -24,7 +24,6 @@
 #include "qemu/main-loop.h"
 #include "qapi/error.h"
 #include "hw/sysbus.h"
-#include "exec/address-spaces.h"
 #include "intel_iommu_internal.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/pci_bus.h"
index 88ca37bb659135cfb5a192ad3a9a56f1f748771c..8cfaf216e7bebcdbd78816134d37c72a4664e1f5 100644 (file)
@@ -65,7 +65,6 @@
 #include "hw/xen/start_info.h"
 #include "ui/qemu-spice.h"
 #include "exec/memory.h"
-#include "exec/address-spaces.h"
 #include "sysemu/arch_init.h"
 #include "qemu/bitmap.h"
 #include "qemu/config-file.h"
index 9adf4110538ad408f91067a5fbf1fbab7041350e..5ac2edbf1f8069a1c84ad09219e3c5d6bf6fa657 100644 (file)
@@ -47,7 +47,6 @@
 #include "hw/i2c/smbus_eeprom.h"
 #include "hw/xen/xen-x86.h"
 #include "exec/memory.h"
-#include "exec/address-spaces.h"
 #include "hw/acpi/acpi.h"
 #include "qapi/error.h"
 #include "qemu/error-report.h"
index 458ed41c65de995682eeaef7e25e78cd3bdf72bd..46a0f196f413dc1a088e71dfe0a13e37142867f9 100644 (file)
@@ -38,7 +38,6 @@
 #include "hw/kvm/clock.h"
 #include "hw/pci-host/q35.h"
 #include "hw/qdev-properties.h"
-#include "exec/address-spaces.h"
 #include "hw/i386/x86.h"
 #include "hw/i386/pc.h"
 #include "hw/i386/ich9.h"
index 7ce672e5a5c308e1a6283a30807dc5346143b40f..c53fa17c502ab195ff189dbc9adba303799c3883 100644 (file)
@@ -33,7 +33,6 @@
 #include "sysemu/xen.h"
 #include "sysemu/xen-mapcache.h"
 #include "trace.h"
-#include "exec/address-spaces.h"
 
 #include <xen/hvm/ioreq.h>
 #include <xen/hvm/e820.h>
index bf4f20e92b6f3ae208a4453ca5dfbe58d2507cb1..72028449bae03159295ff452e4ee2a7dd04e8be4 100644 (file)
@@ -31,7 +31,6 @@
 #include "migration/vmstate.h"
 #include "hw/xen/xen-legacy-backend.h"
 #include "trace.h"
-#include "exec/address-spaces.h"
 #include "sysemu/xen.h"
 #include "sysemu/block-backend.h"
 #include "qemu/error-report.h"
index 16badace8b0d85265c0cf6c55254e024dbb95c81..21da680389da7530fc1d85cb77e65d567f1d007a 100644 (file)
@@ -25,7 +25,6 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include <sys/ioctl.h>
-#include "exec/address-spaces.h"
 #include "hw/ppc/openpic.h"
 #include "hw/ppc/openpic_kvm.h"
 #include "hw/pci/msi.h"
index 160bea447aab713ec352bcbad3ac8064b036fc17..5f9de0239cf93e9ca467ceb02f56d7924c825fcb 100644 (file)
@@ -44,7 +44,6 @@
 #include "hw/acpi/ich9.h"
 #include "hw/pci/pci_bus.h"
 #include "hw/qdev-properties.h"
-#include "exec/address-spaces.h"
 #include "sysemu/runstate.h"
 #include "sysemu/sysemu.h"
 #include "hw/core/cpu.h"
index 98325bb32b38dfc2a87d2c513fb94f192091cb5c..31b1818b218fba82ac91ac70fe10c9ee7e24eb5f 100644 (file)
@@ -30,7 +30,6 @@
 #include "qemu/module.h"
 #include "qemu/range.h"
 #include "qemu/timer.h"
-#include "exec/address-spaces.h"
 #include "trace.h"
 
 #define TYPE_VIA_PM "via-pm"
index b5d97dd53edd5d8ed789ff0238de81cc9c54a07b..2961e4c2b4634e9f0677fa037a0659f438eee33f 100644 (file)
@@ -30,7 +30,6 @@
 #include "elf.h"
 #include "lm32_hwsetup.h"
 #include "lm32.h"
-#include "exec/address-spaces.h"
 #include "sysemu/reset.h"
 #include "sysemu/sysemu.h"
 
index 72d1326531a9d12fba8a9eae35b2f46122893799..bef78553285551c92b59945153e8fd977c90904d 100644 (file)
@@ -37,7 +37,6 @@
 #include "hw/display/milkymist_tmu2.h"
 #include "hw/sd/sd.h"
 #include "lm32.h"
-#include "exec/address-spaces.h"
 #include "qemu/cutils.h"
 
 #define BIOS_FILENAME    "mmone-bios.bin"
index 673898b0eac6756fd599888af2186be7f57eb1ef..11ae4c9795b9d7ac231e7af9016ed15c25ba4022 100644 (file)
@@ -13,7 +13,6 @@
 #include "hw/boards.h"
 #include "hw/loader.h"
 #include "elf.h"
-#include "exec/address-spaces.h"
 #include "qemu/error-report.h"
 #include "sysemu/qtest.h"
 
index 7a03c71059b72b0c5554ef948d11b5c3cc2598bb..93812ee206ea149ee745997371a8c77a35616f83 100644 (file)
@@ -26,7 +26,6 @@
 #include "hw/loader.h"
 #include "hw/sysbus.h"
 #include "elf.h"
-#include "exec/address-spaces.h"
 
 #define SYS_FREQ 166666666
 
index 5bd4f2d83282ff63353a44de9c641c1fe67d8854..de951ffe5d3927bc11ba1483290561c6878549a2 100644 (file)
@@ -11,7 +11,6 @@
 
 #include "qemu/osdep.h"
 #include "exec/hwaddr.h"
-#include "exec/address-spaces.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/qtest.h"
 #include "hw/irq.h"
index 30a8c9fbfabff11f0a56bbb1f12508229fbaa24e..0544160e916d51f24bcee37efae887a2a2c9aa8e 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "qemu/osdep.h"
 #include "qemu/log.h"
-#include "exec/address-spaces.h"
 #include "hw/sysbus.h"
 #include "hw/m68k/next-cube.h"
 #include "ui/console.h"
index d1ab1ff77d5c0f089c653be4726922fa279c3433..11376daa858ab626094bbff9e7989bc7c26c0392 100644 (file)
@@ -31,7 +31,6 @@
 #include "elf.h"
 #include "hw/loader.h"
 #include "ui/console.h"
-#include "exec/address-spaces.h"
 #include "hw/char/escc.h"
 #include "hw/sysbus.h"
 #include "hw/scsi/esp.h"
index 9469f82800c93aa0ffed3af99ee492240483e49d..4e8bce5aa6f7e42dd18a2f232d7d94a7c4ae3eea 100644 (file)
@@ -17,7 +17,6 @@
 #include "elf.h"
 #include "hw/loader.h"
 #include "ui/console.h"
-#include "exec/address-spaces.h"
 #include "hw/sysbus.h"
 #include "standard-headers/asm-m68k/bootinfo.h"
 #include "standard-headers/asm-m68k/bootinfo-virt.h"
index a13ac74dd9f26ef5434e52c14d503c8a467eca84..e6640eb8e722ac2f4964c94c90397b56a35af4e8 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "qemu/osdep.h"
 
-#include "exec/address-spaces.h"
 #include "hw/qdev-properties.h"
 #include "hw/sysbus.h"
 #include "qapi/error.h"
index ac2e93a05aaa85be897996e0f15dba763c739f71..20b06865b2b10d4e9511414532437cdcfee65659 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/osdep.h"
 #include "qemu/units.h"
 
-#include "exec/address-spaces.h"
 #include "hw/boards.h"
 #include "hw/char/serial.h"
 #include "hw/ide/pci.h"
index 1851eb0944b190bb8fac09c609d766a1d1c419ad..c1b8066a13b03a65fb6c617f8becf3d46362cee3 100644 (file)
@@ -38,7 +38,6 @@
 #include "hw/qdev-properties.h"
 #include "elf.h"
 #include "hw/isa/vt82c686.h"
-#include "exec/address-spaces.h"
 #include "sysemu/qtest.h"
 #include "sysemu/reset.h"
 #include "sysemu/sysemu.h"
index 43349d6837d37789bc9790922d5f57bd84124231..c7480bd0196c906575261999304fe3e8dcb09358 100644 (file)
@@ -33,7 +33,6 @@
 #include "migration/vmstate.h"
 #include "hw/intc/i8259.h"
 #include "hw/irq.h"
-#include "exec/address-spaces.h"
 #include "trace.h"
 #include "qom/object.h"
 
index 1a0888a0fd50fc26e9a3f15a9bc3e22b497374c0..dba2088ed1a1d826729136b624d6c5274ad70cc6 100644 (file)
@@ -47,7 +47,6 @@
 #include "hw/audio/pcspk.h"
 #include "hw/input/i8042.h"
 #include "hw/sysbus.h"
-#include "exec/address-spaces.h"
 #include "sysemu/qtest.h"
 #include "sysemu/reset.h"
 #include "qapi/error.h"
index 16f7f84d34044a95142526263a0230fb92e19901..ae192db0c8b9cb5408b0585a039c7bf7077fe440 100644 (file)
@@ -47,7 +47,6 @@
 #include "hw/pci-host/gpex.h"
 #include "hw/usb.h"
 #include "net/net.h"
-#include "exec/address-spaces.h"
 #include "sysemu/kvm.h"
 #include "sysemu/qtest.h"
 #include "sysemu/reset.h"
index 459791414ab810dda16f0b4369385f6bd2f0250b..7dcf175d726c7e16b15ddcd9d2dadf756d8e630d 100644 (file)
@@ -45,7 +45,6 @@
 #include "hw/irq.h"
 #include "hw/loader.h"
 #include "elf.h"
-#include "exec/address-spaces.h"
 #include "qom/object.h"
 #include "hw/sysbus.h"             /* SysBusDevice */
 #include "qemu/host-utils.h"
index 2e0d4aceedc56162af0661d7840f2018553e07e1..2325e7e05acb870b9ebbafcc4bab63015dd2b2aa 100644 (file)
@@ -42,7 +42,6 @@
 #include "elf.h"
 #include "hw/sysbus.h"
 #include "hw/qdev-properties.h"
-#include "exec/address-spaces.h"
 #include "qemu/error-report.h"
 #include "sysemu/qtest.h"
 #include "sysemu/reset.h"
index 196b730589d47fa21957af9ad909d2f7188375fa..3d255d4879c879a850ebf0efc770c5f0f4cc841e 100644 (file)
@@ -35,7 +35,6 @@
 #include "hw/boards.h"
 #include "hw/loader.h"
 #include "hw/char/serial.h"
-#include "exec/address-spaces.h"
 #include "elf.h"
 
 #define PHYS_MEM_BASE 0x80000000
index 3e6206044f8b441c9222f28cc1ec6d00d807dea8..9278fdce0b3d06a524c0562d22310cd6a619d8de 100644 (file)
@@ -32,7 +32,6 @@
 #include "qemu-common.h"
 #include "qemu/log.h"
 #include "qapi/error.h"
-#include "exec/address-spaces.h"
 #include "hw/registerfields.h"
 #include "hw/net/msf2-emac.h"
 #include "hw/net/mii.h"
index 7b3460d52da4deeada4ecb7107f84afb0385f4e8..7f1db8c4239ec718d6505574e466190b830e09f3 100644 (file)
@@ -21,7 +21,6 @@
 #include "qapi/error.h"
 #include "qemu/log.h"
 #include "qemu/module.h"
-#include "exec/address-spaces.h"
 #include "hw/arm/nrf51.h"
 #include "hw/nvram/nrf51_nvm.h"
 #include "hw/qdev-properties.h"
index 39f1d344ae974529a3a0963d85b53283b281cbc8..73fe383c2de87ae832afea037c2d082d4e200857 100644 (file)
@@ -29,7 +29,6 @@
 #include "net/net.h"
 #include "hw/loader.h"
 #include "hw/qdev-properties.h"
-#include "exec/address-spaces.h"
 #include "sysemu/sysemu.h"
 #include "hw/sysbus.h"
 #include "sysemu/qtest.h"
index 2a2db7cea69f96364d74fcf1ec62aef51f19fc10..afb3d1f81d5e63661b79b3b16680166799605a33 100644 (file)
@@ -49,7 +49,6 @@
 #include "migration/vmstate.h"
 #include "sysemu/reset.h"
 #include "sysemu/runstate.h"
-#include "exec/address-spaces.h"
 #include "hw/misc/unimp.h"
 #include "hw/registerfields.h"
 #include "qom/object.h"
index 5ad1424b31a43547ce71004d02d19c0e4a92839a..89c1b53dd72ba657e8e75235139b15689a7f86a2 100644 (file)
@@ -415,7 +415,6 @@ static const VMStateDescription vmstate_ppce500_pci = {
     }
 };
 
-#include "exec/address-spaces.h"
 
 static void e500_pcihost_bridge_realize(PCIDevice *d, Error **errp)
 {
index 0a9162fba97973d389254071b0b907e6623669db..9fef74fc56cd7d460b14454c59a4d7fdeffd27b9 100644 (file)
@@ -38,7 +38,6 @@
 #include "hw/irq.h"
 #include "hw/loader.h"
 #include "hw/or-irq.h"
-#include "exec/address-spaces.h"
 #include "elf.h"
 #include "qom/object.h"
 
index f41a0cc3013132251437d914deca052f6b2e2ba0..949ecc21f2b55083415fa6c58307ffc001feb56c 100644 (file)
@@ -34,7 +34,6 @@
 #include "hw/irq.h"
 #include "hw/pci-bridge/simba.h"
 #include "hw/pci-host/sabre.h"
-#include "exec/address-spaces.h"
 #include "qapi/error.h"
 #include "qemu/log.h"
 #include "qemu/module.h"
index 734892f47c7d7567cee0226a0dbfdc36e8226ff8..08c1562e2281daf0f37d7268876bfb248470b6c4 100644 (file)
@@ -30,7 +30,6 @@
 #include "hw/pci/pci_host.h"
 #include "qemu/bswap.h"
 #include "qemu/module.h"
-#include "exec/address-spaces.h"
 #include "qom/object.h"
 
 #define TYPE_SH_PCI_HOST_BRIDGE "sh_pci"
index 8f35e13a0cb568ecfcdc9b38ef628300c57129b8..377084f1a8d3003ba1e8f67a0c8d0fb83961bf64 100644 (file)
@@ -45,7 +45,6 @@
 #include "trace.h"
 #include "hw/pci/msi.h"
 #include "hw/pci/msix.h"
-#include "exec/address-spaces.h"
 #include "hw/hotplug.h"
 #include "hw/boards.h"
 #include "qapi/error.h"
index 3534006f993726e6c0306bbb802c2fa13c9bf40a..5abbe832202586382b7c4a520dacb468ef8f1140 100644 (file)
@@ -23,7 +23,6 @@
 #include "hw/pci/pci.h"
 #include "hw/pci/pcie_host.h"
 #include "qemu/module.h"
-#include "exec/address-spaces.h"
 
 /* a helper function to get a PCIDevice for a given mmconfig address */
 static inline PCIDevice *pcie_dev_find_by_mmcfg_addr(PCIBus *s,
index 03b3bd322fdf64f69f11182bc2e6639ce90ddf43..95451414dd22614737ed0030a740e5ab281a3176 100644 (file)
@@ -38,7 +38,6 @@
 #include "hw/loader.h"
 #include "elf.h"
 #include "hw/sysbus.h"
-#include "exec/address-spaces.h"
 #include "qemu/host-utils.h"
 #include "qemu/option.h"
 #include "hw/pci-host/ppce500.h"
index 9659857dba8cff9fb82cb1eb8765c0bf31e910ef..f24abf71af2e53aad9a15d20d6eb863efd8a9498 100644 (file)
@@ -70,7 +70,6 @@
 #include "sysemu/reset.h"
 #include "kvm_ppc.h"
 #include "hw/usb.h"
-#include "exec/address-spaces.h"
 #include "hw/sysbus.h"
 #include "trace.h"
 
index 95d3d95158547d5dc9ba91fa4249c7355a990f11..de2be960e6c41fa4721c3e0e9778003d99d06c5d 100644 (file)
@@ -48,7 +48,6 @@
 #include "sysemu/kvm.h"
 #include "sysemu/reset.h"
 #include "kvm_ppc.h"
-#include "exec/address-spaces.h"
 
 #define MAX_IDE_BUS 2
 #define CFG_ADDR 0xf0000510
index 22b1c4f1f3c27ec541838c6270bb620970e236db..ffe01977cdd437ef6844bb15d5cfcefd19e57e8f 100644 (file)
@@ -38,7 +38,6 @@
 #include "hw/ppc/pnv_core.h"
 #include "hw/loader.h"
 #include "hw/nmi.h"
-#include "exec/address-spaces.h"
 #include "qapi/visitor.h"
 #include "monitor/monitor.h"
 #include "hw/intc/intc.h"
index 3e868c8c8dadf6c140733d8c3bc13ae3f72238d2..382ac20fa6785d89cea39638a1efde9ff7938255 100644 (file)
@@ -26,7 +26,6 @@
 #include "qapi/error.h"
 #include "monitor/monitor.h"
 
-#include "exec/address-spaces.h"
 
 #include "hw/ppc/fdt.h"
 #include "hw/ppc/pnv.h"
index 8da7bc7af971999ee3dd4f2949defc1a46e1e4ca..972a7a4a3e5d80d1370b3277cde8c3ecdb1d4474 100644 (file)
@@ -40,7 +40,6 @@
 #include "hw/boards.h"
 #include "qemu/error-report.h"
 #include "hw/loader.h"
-#include "exec/address-spaces.h"
 #include "qemu/cutils.h"
 
 #define BIOS_FILENAME "ppc405_rom.bin"
index b7539aa7210bcb267a1295dfe01e9d52a3b532bd..7fb620b9a05674bc4e86e3b0344bd249c4e0c03e 100644 (file)
@@ -25,7 +25,6 @@
 #include "sysemu/device_tree.h"
 #include "hw/loader.h"
 #include "elf.h"
-#include "exec/address-spaces.h"
 #include "hw/char/serial.h"
 #include "hw/ppc/ppc.h"
 #include "ppc405.h"
index 91cbcd0504ab5e88723cb35e48345ee63367d248..788d25514a447e9cfe6d9a150f0e1a253a9bc926 100644 (file)
@@ -28,7 +28,6 @@
 #include "hw/ppc/ppc4xx.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/pci_host.h"
-#include "exec/address-spaces.h"
 #include "trace.h"
 #include "qom/object.h"
 
index 96a1fe06c38e1362068e4354f8f03d060dc179fa..993e3ba955d778fd0e750ea67cfb29eb94cb3287 100644 (file)
@@ -15,7 +15,6 @@
 #include "qemu/log.h"
 #include "qemu/module.h"
 #include "hw/irq.h"
-#include "exec/address-spaces.h"
 #include "exec/memory.h"
 #include "hw/ppc/ppc.h"
 #include "hw/qdev-properties.h"
index e8789f64e80069288b092b66a6de9ff282be7e5c..8147ba6f943a3310bc8836ff07a297595ccc5af9 100644 (file)
@@ -28,7 +28,6 @@
 #include "sysemu/reset.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/pci_host.h"
-#include "exec/address-spaces.h"
 #include "trace.h"
 #include "qom/object.h"
 
index e8dc128308e3e0c4bfe83042170634248c28ebf0..acfc2a91d8e3adf07d79ba7c56fb675280324806 100644 (file)
@@ -43,7 +43,6 @@
 #include "sysemu/arch_init.h"
 #include "sysemu/kvm.h"
 #include "sysemu/reset.h"
-#include "exec/address-spaces.h"
 #include "trace.h"
 #include "elf.h"
 #include "qemu/units.h"
index 0c6baf77e8c36b3d1fb17c1b85b932d8bf660994..0737234d66e57b3fb34e52a8f53851c2f0e1a4ee 100644 (file)
@@ -24,7 +24,6 @@
 #include "sysemu/block-backend.h"
 #include "hw/loader.h"
 #include "elf.h"
-#include "exec/address-spaces.h"
 #include "exec/memory.h"
 #include "ppc440.h"
 #include "ppc405.h"
index 0ee61b312859685b89a2b8b3fd566f5f1e9fd7b3..5951e805bddde6c00435fce2697f59c5d06ae2df 100644 (file)
@@ -69,7 +69,6 @@
 #include "hw/virtio/virtio-scsi.h"
 #include "hw/virtio/vhost-scsi-common.h"
 
-#include "exec/address-spaces.h"
 #include "exec/ram_addr.h"
 #include "hw/usb.h"
 #include "qemu/config-file.h"
index 24537ffcbd32284b852dace00779f4e6f4181679..db010718589b0b384efa7049b86f0a61de162211 100644 (file)
@@ -25,7 +25,6 @@
 #include "kvm_ppc.h"
 #include "migration/vmstate.h"
 #include "sysemu/dma.h"
-#include "exec/address-spaces.h"
 #include "trace.h"
 
 #include "hw/ppc/spapr.h"
index 4effe23a1896923b7b173213ff40379adca2d10b..7a725855f91fa9ce4a9d12fcfc2720f183179219 100644 (file)
@@ -34,7 +34,6 @@
 #include "hw/pci/pci_host.h"
 #include "hw/ppc/spapr.h"
 #include "hw/pci-host/spapr.h"
-#include "exec/address-spaces.h"
 #include "exec/ram_addr.h"
 #include <libfdt.h>
 #include "trace.h"
index 3a57604ac03e514fd11e5f995ab98ad5bc0e0b07..9c575403b85c968d8415af656e7b7885768537fe 100644 (file)
@@ -39,7 +39,6 @@
 #include "qapi/error.h"
 #include "qemu/error-report.h"
 #include "qemu/option.h"
-#include "exec/address-spaces.h"
 
 #include "hw/intc/ppc-uic.h"
 #include "hw/ppc/ppc.h"
index c0ab4f528aa72737bacd302b972d09e546642611..952105eab5a2a782e8aa2fc55c9657608d4aa5e9 100644 (file)
@@ -17,7 +17,6 @@
 #include "qemu-common.h"
 
 #include "hw/remote/machine.h"
-#include "exec/address-spaces.h"
 #include "exec/memory.h"
 #include "qapi/error.h"
 #include "hw/pci/pci_host.h"
index 32085b1e05efe61b4f9ec5248c224db46d6bcaba..2d4174614af6bb0b2c3ef16bc4561726f06cd449 100644 (file)
@@ -12,7 +12,6 @@
 #include "qemu-common.h"
 
 #include "hw/remote/memory.h"
-#include "exec/address-spaces.h"
 #include "exec/ram_addr.h"
 #include "qapi/error.h"
 
index 3649919f66493d3b1bbbc26f53b239180d13a004..901dbf13573cd63bb9f39cb0e570e1845db86491 100644 (file)
@@ -15,7 +15,6 @@
 #include "exec/memory.h"
 #include "exec/cpu-common.h"
 #include "exec/ram_addr.h"
-#include "exec/address-spaces.h"
 #include "qapi/error.h"
 #include "hw/remote/mpqemu-link.h"
 #include "hw/remote/proxy-memory-listener.h"
index e168bffe6925f8531fa2c71aaeb7a43b18f62253..dc9dea117e8b9ba7b7dde0ea5bf3e38b63e5260d 100644 (file)
@@ -24,7 +24,6 @@
 #include "hw/boards.h"
 #include "hw/misc/unimp.h"
 #include "hw/riscv/boot.h"
-#include "exec/address-spaces.h"
 #include "qemu/units.h"
 #include "sysemu/sysemu.h"
 
index 97e8b0b0a2c70c06e0bbae9eb5e7b674ccaf6a87..3e8b44b2c0091c82bb7e6ed25b93f0f3573666ce 100644 (file)
@@ -47,7 +47,6 @@
 #include "chardev/char.h"
 #include "sysemu/arch_init.h"
 #include "sysemu/sysemu.h"
-#include "exec/address-spaces.h"
 
 static MemMapEntry sifive_e_memmap[] = {
     [SIFIVE_E_DEV_DEBUG] =    {        0x0,     0x1000 },
index d54929e86127f8e569dbbf64cf2046e6cf48ff1c..690f4e071a11bc9ea146ed1af13c0aae1aecacb7 100644 (file)
@@ -32,7 +32,6 @@
 #include "sysemu/runstate.h"
 #include "sysemu/sysemu.h"
 #include "hw/sysbus.h"
-#include "exec/address-spaces.h"
 #include "qapi/error.h"
 #include "qemu/bcd.h"
 #include "qemu/module.h"
index 5d0fcacd0c01dad45497a26a1cfad736e38d0d0b..36a2dbf62f9c47ddff5dc243979d89ea82263318 100644 (file)
@@ -42,7 +42,6 @@
 #include "qapi/error.h"
 #include "qapi/qapi-events-misc-target.h"
 #include "qapi/visitor.h"
-#include "exec/address-spaces.h"
 #include "hw/rtc/mc146818rtc_regs.h"
 
 #ifdef TARGET_I386
index f2f38c0c64f19ec5bee7f71392020fa1d8838da7..7af27ca3057c0ca6d919d7ed5919b077cdf572ec 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "exec/address-spaces.h"
 #include "exec/ram_addr.h"
 #include "hw/s390x/s390-virtio-hcall.h"
 #include "hw/s390x/sclp.h"
index 443820901d4b036930f549da4fcddb2309fb3a13..006010f30a322f797f876e321540311840b7a635 100644 (file)
@@ -42,7 +42,6 @@
 #include "hw/loader.h"
 #include "hw/usb.h"
 #include "hw/block/flash.h"
-#include "exec/address-spaces.h"
 
 #define FLASH_BASE 0x00000000
 #define FLASH_SIZE (16 * MiB)
index 1a44378df421eabe0c1e3d62386f37b9a8322634..b0579aa0f108ac8bc3374edaae4e2b37e6b4d136 100644 (file)
@@ -34,7 +34,6 @@
 #include "sysemu/qtest.h"
 #include "hw/boards.h"
 #include "hw/loader.h"
-#include "exec/address-spaces.h"
 #include "qemu/error-report.h"
 
 #define BIOS_FILENAME "shix_bios.bin"
index 7e16eea9e6746b3426c4eb811a4279a8e31b2e78..eb5d2a67927268c91d4dff1f4e9ce10fa7dff14a 100644 (file)
@@ -40,7 +40,6 @@
 #include "hw/loader.h"
 #include "elf.h"
 #include "trace.h"
-#include "exec/address-spaces.h"
 
 #include "hw/sparc/grlib.h"
 #include "hw/misc/grlib_ahb_apb_pnp.h"
index a87d55f6bb1a40a6931f75afdc4a60b46fbf4a94..f3e42d03266a6d57c798b502c132ec6825b4380b 100644 (file)
@@ -31,7 +31,6 @@
 #include "hw/loader.h"
 #include "hw/sparc/sparc64.h"
 #include "hw/rtc/sun4v-rtc.h"
-#include "exec/address-spaces.h"
 #include "sysemu/block-backend.h"
 #include "qemu/error-report.h"
 #include "sysemu/qtest.h"
index 16addee4dc8dcc8d31a0b6a8cd52ce49ef39d99c..72cb2175c52eae703f260a7ac33f131b9891b018 100644 (file)
@@ -29,7 +29,6 @@
 #include "qemu/module.h"
 #include "qemu/error-report.h"
 #include "qapi/error.h"
-#include "exec/address-spaces.h"
 #include "qemu/units.h"
 #include "trace.h"
 
index aa9c00aad3a37225e22b0bab5816f55d10e51eaf..58ebd1469c35064430ab5edf34c84885b2c2970f 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "qemu/module.h"
 #include "qapi/error.h"
-#include "exec/address-spaces.h"
 #include "hw/qdev-properties.h"
 #include "hw/pci/pci_ids.h"
 #include "hw/acpi/tpm.h"
index d66d6980c372a33105029e639861d4e20b9fd1cd..ecd92717b50f38f6418269265f7ca905cd89d8a8 100644 (file)
@@ -24,7 +24,6 @@
 #include "hw/loader.h"
 #include "qemu/units.h"
 #include "hw/misc/unimp.h"
-#include "exec/address-spaces.h"
 
 #include "hw/tricore/tc27x_soc.h"
 #include "hw/tricore/triboard.h"
index 943f706989e34f92e54092995d2ec3a601c9e5fc..4dba0259cd338d964d2342267a5c5c51f16aa08a 100644 (file)
@@ -24,7 +24,6 @@
 #include "hw/qdev-properties.h"
 #include "net/net.h"
 #include "hw/loader.h"
-#include "exec/address-spaces.h"
 #include "elf.h"
 #include "hw/tricore/tricore.h"
 #include "qemu/error-report.h"
index 12ea1490fde2265d91f71e3a04031471b839fc06..51658d9e37cab6d0146084a008437f9f74a1c2d7 100644 (file)
@@ -25,7 +25,6 @@
 #include "net/net.h"
 #include "hw/boards.h"
 #include "hw/loader.h"
-#include "exec/address-spaces.h"
 #include "elf.h"
 #include "hw/tricore/tricore.h"
 #include "qemu/error-report.h"
index e2163a0d63ed04d7483450b541be566dee77f973..7b7bde7657c9c4a869217c51db00bc9d00955add 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/error-report.h"
 #include "qemu/memfd.h"
 #include "standard-headers/linux/vhost_types.h"
-#include "exec/address-spaces.h"
 #include "hw/virtio/virtio-bus.h"
 #include "hw/virtio/virtio-access.h"
 #include "migration/blocker.h"
index 07f4e60b30992a2ab93e2759764d9dad182f8644..9e13cb9e3adfc4c0795685f4d43de940b58e46b5 100644 (file)
@@ -15,7 +15,6 @@
 #include "qapi/error.h"
 #include "cpu.h"
 #include "trace.h"
-#include "exec/address-spaces.h"
 #include "qemu/error-report.h"
 #include "qemu/log.h"
 #include "qemu/main-loop.h"
index a513fdd62d19856c8e2472d9500a98342b4a85db..232482d65f1461fcacb6eb201b49ec401a0e1b66 100644 (file)
@@ -64,7 +64,6 @@
 #include "hw/xen/xen-legacy-backend.h"
 #include "xen_pt.h"
 #include "qemu/range.h"
-#include "exec/address-spaces.h"
 
 static bool has_igd_gfx_passthru;
 
index c38e522b02e52242e6e9f5c7c31206c7e99e401e..2028fe793d9bd8ca448e54f0ad9806067c8239c8 100644 (file)
@@ -33,7 +33,6 @@
 #include "hw/loader.h"
 #include "elf.h"
 #include "exec/memory.h"
-#include "exec/address-spaces.h"
 #include "qemu/error-report.h"
 #include "xtensa_memory.h"
 #include "xtensa_sim.h"
index 18d3c3cdb27522a000354f74ec685e89bc139c37..a18e3fc910ec1d8946ff95b8180b27bda2742f6c 100644 (file)
@@ -34,7 +34,6 @@
 #include "net/net.h"
 #include "elf.h"
 #include "exec/memory.h"
-#include "exec/address-spaces.h"
 #include "qemu/error-report.h"
 #include "xtensa_memory.h"
 #include "xtensa_sim.h"
index 7be53f1895b20e644ebaf88df93393e91dbc92bf..17f087b39516f947786b76577e40a98ac5ea252b 100644 (file)
@@ -35,7 +35,6 @@
 #include "hw/qdev-properties.h"
 #include "elf.h"
 #include "exec/memory.h"
-#include "exec/address-spaces.h"
 #include "hw/char/serial.h"
 #include "net/net.h"
 #include "hw/sysbus.h"
index a62816647b97073cc6d28d9e08613e1ecb4277d0..3bb533c0bced344eab16b23b8cce79e002b7f038 100644 (file)
@@ -17,7 +17,6 @@
 #include "qemu/log.h"
 #include "qapi/error.h"
 #include "exec/memory.h"
-#include "exec/address-spaces.h"
 #include "qapi/visitor.h"
 #include "qemu/bitops.h"
 #include "qemu/error-report.h"
index 18218826146d6c6f8d9fd36803c0e260c7144027..5232696571838fd1ab51c33320737250b6a2b855 100644 (file)
@@ -46,7 +46,6 @@
 #include "sysemu/dma.h"
 #include "sysemu/hostmem.h"
 #include "sysemu/hw_accel.h"
-#include "exec/address-spaces.h"
 #include "sysemu/xen-mapcache.h"
 #include "trace/trace-root.h"
 
index 15f14ac69e7f741f4b47e5348f48cf9baf21e003..f044181d061cfc6c0f4efcfc829806460acfcb26 100644 (file)
@@ -67,7 +67,6 @@
 #include <Hypervisor/hv_vmx.h>
 #include <sys/sysctl.h>
 
-#include "exec/address-spaces.h"
 #include "hw/i386/apic_internal.h"
 #include "qemu/main-loop.h"
 #include "qemu/accel.h"
index 882a6237eea300050a5d432e54f863b0225bcc63..78fff0468455b251e01280422e6d1027b57fe5a8 100644 (file)
@@ -24,7 +24,6 @@
 #include "x86_mmu.h"
 #include "vmcs.h"
 #include "vmx.h"
-#include "exec/address-spaces.h"
 
 #define pte_present(pte) (pte & PT_PRESENT)
 #define pte_write_access(pte) (pte & PT_WRITE)
index 72b9e2ab4010f6a3fb4effda3cb5284fcf0fde1e..9a43be11cb39a5076ff7272e1a8dfed953b19636 100644 (file)
@@ -30,7 +30,6 @@
 #include "trace.h"
 #include "migration/blocker.h"
 #include "qom/object.h"
-#include "exec/address-spaces.h"
 #include "monitor/monitor.h"
 #include "exec/confidential-guest-support.h"
 #include "hw/i386/pc.h"
index 1a4842956402e308426c0ed5ce5cc6042150361f..d620cd4bd438daa6be01e5a1e4512cd4498471b1 100644 (file)
@@ -15,7 +15,6 @@
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "internal.h"
-#include "exec/address-spaces.h"
 #include "hw/watchdog/wdt_diag288.h"
 #include "sysemu/cpus.h"
 #include "hw/s390x/ipl.h"
index 143476849fb7d1890e3b21164af33ebc30ec4c81..d85d3516d6a5a3e48d4c04876000e997f5c9627f 100644 (file)
@@ -32,7 +32,6 @@
 #include "qemu/host-utils.h"
 #include "exec/exec-all.h"
 #include "exec/cpu_ldst.h"
-#include "exec/address-spaces.h"
 #include "qemu/timer.h"
 
 #ifndef CONFIG_USER_ONLY
index ae219540b4220e0ad5de23f7945dcfc14f3af582..cea7d4058e8ab105b48ff4bcafffe8701ea10481 100644 (file)
 #include "tests/qtest/libqos/pci-pc.h"
 #include "fuzz.h"
 #include "fork_fuzz.h"
-#include "exec/address-spaces.h"
 #include "string.h"
 #include "exec/memory.h"
 #include "exec/ramblock.h"
-#include "exec/address-spaces.h"
 #include "hw/qdev-core.h"
 #include "hw/pci/pci.h"
 #include "hw/boards.h"
index 2bc474645c56488b9cdc530a4699409011caf309..7a244c951e5e7fba4bdaf537287193b61f23988c 100644 (file)
@@ -21,7 +21,6 @@
 #include "qapi/error.h"
 #include "qemu-common.h"
 #include "exec/memory.h"
-#include "exec/address-spaces.h"
 #include "qemu/main-loop.h"
 
 #include "tests/qtest/libqos/libqtest.h"