Browse Source

Do not include exec/address-spaces.h if it's not really necessary

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>
pull/121/head
Thomas Huth 5 years ago
committed by Laurent Vivier
parent
commit
ee86213aa3
  1. 1
      accel/kvm/kvm-all.c
  2. 1
      accel/tcg/cputlb.c
  3. 1
      hw/acpi/generic_event_device.c
  4. 1
      hw/acpi/ich9.c
  5. 1
      hw/acpi/pcihp.c
  6. 1
      hw/acpi/piix4.c
  7. 1
      hw/alpha/typhoon.c
  8. 1
      hw/arm/allwinner-a10.c
  9. 1
      hw/arm/allwinner-h3.c
  10. 1
      hw/arm/armv7m.c
  11. 1
      hw/arm/aspeed.c
  12. 1
      hw/arm/aspeed_ast2600.c
  13. 1
      hw/arm/aspeed_soc.c
  14. 1
      hw/arm/boot.c
  15. 1
      hw/arm/cubieboard.c
  16. 1
      hw/arm/digic_boards.c
  17. 1
      hw/arm/fsl-imx25.c
  18. 1
      hw/arm/highbank.c
  19. 1
      hw/arm/imx25_pdk.c
  20. 1
      hw/arm/musicpal.c
  21. 1
      hw/arm/npcm7xx.c
  22. 1
      hw/arm/npcm7xx_boards.c
  23. 1
      hw/arm/nrf51_soc.c
  24. 1
      hw/arm/nseries.c
  25. 1
      hw/arm/palm.c
  26. 1
      hw/arm/realview.c
  27. 1
      hw/arm/sbsa-ref.c
  28. 1
      hw/arm/smmu-common.c
  29. 1
      hw/arm/smmuv3.c
  30. 1
      hw/arm/versatilepb.c
  31. 1
      hw/arm/vexpress.c
  32. 1
      hw/arm/virt.c
  33. 1
      hw/arm/xilinx_zynq.c
  34. 1
      hw/arm/xlnx-versal-virt.c
  35. 1
      hw/arm/xlnx-zynqmp.c
  36. 1
      hw/char/mchp_pfsoc_mmuart.c
  37. 1
      hw/core/loader.c
  38. 1
      hw/cris/axis_dev88.c
  39. 1
      hw/dma/pl080.c
  40. 1
      hw/hppa/dino.c
  41. 1
      hw/hppa/lasi.c
  42. 1
      hw/i386/intel_iommu.c
  43. 1
      hw/i386/pc.c
  44. 1
      hw/i386/pc_piix.c
  45. 1
      hw/i386/pc_q35.c
  46. 1
      hw/i386/xen/xen-hvm.c
  47. 1
      hw/i386/xen/xen_platform.c
  48. 1
      hw/intc/openpic_kvm.c
  49. 1
      hw/isa/lpc_ich9.c
  50. 1
      hw/isa/vt82c686.c
  51. 1
      hw/lm32/lm32_boards.c
  52. 1
      hw/lm32/milkymist.c
  53. 1
      hw/m68k/an5206.c
  54. 1
      hw/m68k/mcf5208.c
  55. 1
      hw/m68k/next-cube.c
  56. 1
      hw/m68k/next-kbd.c
  57. 1
      hw/m68k/q800.c
  58. 1
      hw/m68k/virt.c
  59. 1
      hw/mem/sparse-mem.c
  60. 1
      hw/mips/boston.c
  61. 1
      hw/mips/fuloong2e.c
  62. 1
      hw/mips/gt64xxx_pci.c
  63. 1
      hw/mips/jazz.c
  64. 1
      hw/mips/loongson3_virt.c
  65. 1
      hw/mips/malta.c
  66. 1
      hw/mips/mipssim.c
  67. 1
      hw/moxie/moxiesim.c
  68. 1
      hw/net/msf2-emac.c
  69. 1
      hw/nvram/nrf51_nvm.c
  70. 1
      hw/openrisc/openrisc_sim.c
  71. 1
      hw/pci-host/bonito.c
  72. 1
      hw/pci-host/ppce500.c
  73. 1
      hw/pci-host/prep.c
  74. 1
      hw/pci-host/sabre.c
  75. 1
      hw/pci-host/sh_pci.c
  76. 1
      hw/pci/pci.c
  77. 1
      hw/pci/pcie_host.c
  78. 1
      hw/ppc/e500.c
  79. 1
      hw/ppc/mac_newworld.c
  80. 1
      hw/ppc/mac_oldworld.c
  81. 1
      hw/ppc/pnv.c
  82. 1
      hw/ppc/pnv_psi.c
  83. 1
      hw/ppc/ppc405_boards.c
  84. 1
      hw/ppc/ppc440_bamboo.c
  85. 1
      hw/ppc/ppc440_pcix.c
  86. 1
      hw/ppc/ppc440_uc.c
  87. 1
      hw/ppc/ppc4xx_pci.c
  88. 1
      hw/ppc/prep.c
  89. 1
      hw/ppc/sam460ex.c
  90. 1
      hw/ppc/spapr.c
  91. 1
      hw/ppc/spapr_iommu.c
  92. 1
      hw/ppc/spapr_pci.c
  93. 1
      hw/ppc/virtex_ml507.c
  94. 1
      hw/remote/machine.c
  95. 1
      hw/remote/memory.c
  96. 1
      hw/remote/proxy-memory-listener.c
  97. 1
      hw/riscv/opentitan.c
  98. 1
      hw/riscv/sifive_e.c
  99. 1
      hw/rtc/m48t59.c
  100. 1
      hw/rtc/mc146818rtc.c

1
accel/kvm/kvm-all.c

@ -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"

1
accel/tcg/cputlb.c

@ -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"

1
hw/acpi/generic_event_device.c

@ -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"

1
hw/acpi/ich9.c

@ -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"

1
hw/acpi/pcihp.c

@ -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"

1
hw/acpi/piix4.c

@ -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"

1
hw/alpha/typhoon.c

@ -13,7 +13,6 @@
#include "cpu.h"
#include "hw/irq.h"
#include "alpha_sys.h"
#include "exec/address-spaces.h"
#include "qom/object.h"

1
hw/arm/allwinner-a10.c

@ -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"

1
hw/arm/allwinner-h3.c

@ -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"

1
hw/arm/armv7m.c

@ -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. */

1
hw/arm/aspeed.c

@ -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"

1
hw/arm/aspeed_ast2600.c

@ -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"

1
hw/arm/aspeed_soc.c

@ -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"

1
hw/arm/boot.c

@ -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

1
hw/arm/cubieboard.c

@ -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"

1
hw/arm/digic_boards.c

@ -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"

1
hw/arm/fsl-imx25.c

@ -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"

1
hw/arm/highbank.c

@ -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"

1
hw/arm/imx25_pdk.c

@ -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"

1
hw/arm/musicpal.c

@ -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"

1
hw/arm/npcm7xx.c

@ -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"

1
hw/arm/npcm7xx_boards.c

@ -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"

1
hw/arm/nrf51_soc.c

@ -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"

1
hw/arm/nseries.c

@ -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 {

1
hw/arm/palm.c

@ -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"

1
hw/arm/realview.c

@ -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"

1
hw/arm/sbsa-ref.c

@ -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"

1
hw/arm/smmu-common.c

@ -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"

1
hw/arm/smmuv3.c

@ -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"

1
hw/arm/versatilepb.c

@ -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"

1
hw/arm/vexpress.c

@ -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"

1
hw/arm/virt.c

@ -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"

1
hw/arm/xilinx_zynq.c

@ -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"

1
hw/arm/xlnx-versal-virt.c

@ -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"

1
hw/arm/xlnx-zynqmp.c

@ -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"

1
hw/char/mchp_pfsoc_mmuart.c

@ -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)

1
hw/core/loader.c

@ -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"

1
hw/cris/axis_dev88.c

@ -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"

1
hw/dma/pl080.c

@ -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"

1
hw/hppa/dino.c

@ -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"

1
hw/hppa/lasi.c

@ -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"

1
hw/i386/intel_iommu.c

@ -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"

1
hw/i386/pc.c

@ -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"

1
hw/i386/pc_piix.c

@ -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"

1
hw/i386/pc_q35.c

@ -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"

1
hw/i386/xen/xen-hvm.c

@ -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>

1
hw/i386/xen/xen_platform.c

@ -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"

1
hw/intc/openpic_kvm.c

@ -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"

1
hw/isa/lpc_ich9.c

@ -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"

1
hw/isa/vt82c686.c

@ -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"

1
hw/lm32/lm32_boards.c

@ -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"

1
hw/lm32/milkymist.c

@ -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"

1
hw/m68k/an5206.c

@ -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"

1
hw/m68k/mcf5208.c

@ -26,7 +26,6 @@
#include "hw/loader.h"
#include "hw/sysbus.h"
#include "elf.h"
#include "exec/address-spaces.h"
#define SYS_FREQ 166666666

1
hw/m68k/next-cube.c

@ -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"

1
hw/m68k/next-kbd.c

@ -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"

1
hw/m68k/q800.c

@ -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"

1
hw/m68k/virt.c

@ -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"

1
hw/mem/sparse-mem.c

@ -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"

1
hw/mips/boston.c

@ -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"

1
hw/mips/fuloong2e.c

@ -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"

1
hw/mips/gt64xxx_pci.c

@ -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"

1
hw/mips/jazz.c

@ -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"

1
hw/mips/loongson3_virt.c

@ -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"

1
hw/mips/malta.c

@ -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"

1
hw/mips/mipssim.c

@ -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"

1
hw/moxie/moxiesim.c

@ -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

1
hw/net/msf2-emac.c

@ -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"

1
hw/nvram/nrf51_nvm.c

@ -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"

1
hw/openrisc/openrisc_sim.c

@ -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"

1
hw/pci-host/bonito.c

@ -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"

1
hw/pci-host/ppce500.c

@ -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)
{

1
hw/pci-host/prep.c

@ -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"

1
hw/pci-host/sabre.c

@ -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"

1
hw/pci-host/sh_pci.c

@ -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"

1
hw/pci/pci.c

@ -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"

1
hw/pci/pcie_host.c

@ -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,

1
hw/ppc/e500.c

@ -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"

1
hw/ppc/mac_newworld.c

@ -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"

1
hw/ppc/mac_oldworld.c

@ -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

1
hw/ppc/pnv.c

@ -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"

1
hw/ppc/pnv_psi.c

@ -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"

1
hw/ppc/ppc405_boards.c

@ -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"

1
hw/ppc/ppc440_bamboo.c

@ -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"

1
hw/ppc/ppc440_pcix.c

@ -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"

1
hw/ppc/ppc440_uc.c

@ -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"

1
hw/ppc/ppc4xx_pci.c

@ -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"

1
hw/ppc/prep.c

@ -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"

1
hw/ppc/sam460ex.c

@ -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"

1
hw/ppc/spapr.c

@ -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"

1
hw/ppc/spapr_iommu.c

@ -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"

1
hw/ppc/spapr_pci.c

@ -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"

1
hw/ppc/virtex_ml507.c

@ -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"

1
hw/remote/machine.c

@ -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"

1
hw/remote/memory.c

@ -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"

1
hw/remote/proxy-memory-listener.c

@ -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"

1
hw/riscv/opentitan.c

@ -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"

1
hw/riscv/sifive_e.c

@ -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 },

1
hw/rtc/m48t59.c

@ -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"

1
hw/rtc/mc146818rtc.c

@ -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

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save