Browse Source

include: move hw/qdev-properties.h to hw/core/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
pull/316/head
Paolo Bonzini 8 months ago
parent
commit
78d45220b4
  1. 2
      backends/spdm-socket.c
  2. 2
      backends/tpm/tpm_util.c
  3. 2
      docs/devel/migration/compatibility.rst
  4. 2
      hw/9pfs/virtio-9p-device.c
  5. 2
      hw/acpi/erst.c
  6. 2
      hw/acpi/generic_event_device.c
  7. 2
      hw/acpi/piix4.c
  8. 2
      hw/acpi/vmclock.c
  9. 2
      hw/acpi/vmgenid.c
  10. 2
      hw/adc/aspeed_adc.c
  11. 2
      hw/adc/npcm7xx_adc.c
  12. 2
      hw/arm/armv7m.c
  13. 2
      hw/arm/aspeed_coprocessor_common.c
  14. 2
      hw/arm/aspeed_soc_common.c
  15. 2
      hw/arm/b-l475e-iot01a.c
  16. 2
      hw/arm/bananapi_m2u.c
  17. 2
      hw/arm/cubieboard.c
  18. 2
      hw/arm/digic.c
  19. 2
      hw/arm/exynos4210.c
  20. 2
      hw/arm/exynos4_boards.c
  21. 2
      hw/arm/fsl-imx25.c
  22. 2
      hw/arm/fsl-imx31.c
  23. 2
      hw/arm/fsl-imx6.c
  24. 2
      hw/arm/imx25_pdk.c
  25. 2
      hw/arm/imx8mp-evk.c
  26. 2
      hw/arm/max78000fthr.c
  27. 2
      hw/arm/mcimx6ul-evk.c
  28. 2
      hw/arm/mcimx7d-sabre.c
  29. 2
      hw/arm/microbit.c
  30. 2
      hw/arm/mps2.c
  31. 2
      hw/arm/mps3r.c
  32. 2
      hw/arm/msf2-som.c
  33. 2
      hw/arm/musicpal.c
  34. 2
      hw/arm/netduino2.c
  35. 2
      hw/arm/netduinoplus2.c
  36. 2
      hw/arm/npcm7xx.c
  37. 2
      hw/arm/npcm7xx_boards.c
  38. 2
      hw/arm/npcm8xx.c
  39. 2
      hw/arm/npcm8xx_boards.c
  40. 2
      hw/arm/olimex-stm32-h405.c
  41. 2
      hw/arm/omap1.c
  42. 2
      hw/arm/orangepi.c
  43. 2
      hw/arm/sabrelite.c
  44. 2
      hw/arm/sbsa-ref.c
  45. 2
      hw/arm/smmu-common.c
  46. 2
      hw/arm/smmuv3.c
  47. 2
      hw/arm/stm32f100_soc.c
  48. 2
      hw/arm/stm32f205_soc.c
  49. 2
      hw/arm/stm32vldiscovery.c
  50. 2
      hw/arm/strongarm.c
  51. 2
      hw/arm/virt.c
  52. 2
      hw/audio/ac97.c
  53. 2
      hw/audio/adlib.c
  54. 2
      hw/audio/asc.c
  55. 2
      hw/audio/cs4231a.c
  56. 2
      hw/audio/gus.c
  57. 2
      hw/audio/hda-codec.c
  58. 2
      hw/audio/intel-hda.c
  59. 2
      hw/audio/marvell_88w8618.c
  60. 2
      hw/audio/model.c
  61. 2
      hw/audio/pl041.c
  62. 2
      hw/audio/sb16.c
  63. 2
      hw/avr/atmega.c
  64. 2
      hw/block/fdc-isa.c
  65. 2
      hw/block/fdc.c
  66. 2
      hw/block/m25p80.c
  67. 2
      hw/block/pflash_cfi01.c
  68. 2
      hw/block/pflash_cfi02.c
  69. 2
      hw/block/swim.c
  70. 2
      hw/block/vhost-user-blk.c
  71. 2
      hw/block/virtio-blk.c
  72. 2
      hw/block/xen-block.c
  73. 2
      hw/char/avr_usart.c
  74. 2
      hw/char/bcm2835_aux.c
  75. 2
      hw/char/debugcon.c
  76. 2
      hw/char/digic-uart.c
  77. 2
      hw/char/diva-gsp.c
  78. 2
      hw/char/escc.c
  79. 2
      hw/char/exynos4210_uart.c
  80. 2
      hw/char/grlib_apbuart.c
  81. 2
      hw/char/ibex_uart.c
  82. 2
      hw/char/imx_serial.c
  83. 2
      hw/char/ipoctal232.c
  84. 2
      hw/char/max78000_uart.c
  85. 2
      hw/char/mcf_uart.c
  86. 2
      hw/char/mchp_pfsoc_mmuart.c
  87. 2
      hw/char/nrf51_uart.c
  88. 2
      hw/char/parallel-isa.c
  89. 2
      hw/char/parallel.c
  90. 2
      hw/char/pl011.c
  91. 2
      hw/char/renesas_sci.c
  92. 2
      hw/char/sclpconsole-lm.c
  93. 2
      hw/char/sclpconsole.c
  94. 2
      hw/char/serial-isa.c
  95. 2
      hw/char/serial-mm.c
  96. 2
      hw/char/serial-pci-multi.c
  97. 2
      hw/char/serial-pci.c
  98. 2
      hw/char/serial.c
  99. 2
      hw/char/sh_serial.c
  100. 2
      hw/char/shakti_uart.c

2
backends/spdm-socket.c

@ -13,7 +13,7 @@
#include "qemu/osdep.h"
#include "system/spdm-socket.h"
#include "qapi/error.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "hw/core/qdev-prop-internal.h"

2
backends/tpm/tpm_util.c

@ -26,7 +26,7 @@
#include "qapi/visitor.h"
#include "tpm_int.h"
#include "system/memory.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "system/tpm_backend.h"
#include "system/tpm_util.h"
#include "trace.h"

2
docs/devel/migration/compatibility.rst

@ -111,7 +111,7 @@ that array to see what value it needs to get for that feature. And
what are we going to put in that array, the value of a property.
To create a property for a device, we need to use one of the
DEFINE_PROP_*() macros. See include/hw/qdev-properties.h to find the
DEFINE_PROP_*() macros. See include/hw/core/qdev-properties.h to find the
macros that exist. With it, we set the default value for that
property, and that is what it is going to get in the latest released
version. But if we want a different value for a previous version, we

2
hw/9pfs/virtio-9p-device.c

@ -22,7 +22,7 @@
#include "virtio-9p.h"
#include "fsdev/qemu-fsdev.h"
#include "coth.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/virtio/virtio-access.h"
#include "qemu/iov.h"
#include "qemu/module.h"

2
hw/acpi/erst.c

@ -18,7 +18,7 @@
#include "qom/object_interfaces.h"
#include "qemu/error-report.h"
#include "migration/vmstate.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/acpi/acpi.h"
#include "hw/acpi/acpi-defs.h"
#include "hw/acpi/aml-build.h"

2
hw/acpi/generic_event_device.c

@ -19,7 +19,7 @@
#include "hw/mem/pc-dimm.h"
#include "hw/mem/nvdimm.h"
#include "hw/pci/pci_device.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "migration/vmstate.h"
#include "qemu/error-report.h"
#include "system/runstate.h"

2
hw/acpi/piix4.c

@ -24,7 +24,7 @@
#include "hw/isa/apm.h"
#include "hw/i2c/pm_smbus.h"
#include "hw/pci/pci.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/acpi/acpi.h"
#include "hw/acpi/pcihp.h"
#include "hw/acpi/piix4.h"

2
hw/acpi/vmclock.c

@ -17,7 +17,7 @@
#include "hw/acpi/aml-build.h"
#include "hw/acpi/vmclock.h"
#include "hw/nvram/fw_cfg.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"
#include "system/reset.h"

2
hw/acpi/vmgenid.c

@ -17,7 +17,7 @@
#include "hw/acpi/aml-build.h"
#include "hw/acpi/vmgenid.h"
#include "hw/nvram/fw_cfg.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"
#include "system/reset.h"

2
hw/adc/aspeed_adc.c

@ -12,7 +12,7 @@
#include "qapi/error.h"
#include "qemu/log.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "migration/vmstate.h"
#include "hw/adc/aspeed_adc.h"
#include "trace.h"

2
hw/adc/npcm7xx_adc.c

@ -17,7 +17,7 @@
#include "qemu/osdep.h"
#include "hw/adc/npcm7xx_adc.h"
#include "hw/core/qdev-clock.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/registerfields.h"
#include "migration/vmstate.h"
#include "qemu/log.h"

2
hw/arm/armv7m.c

@ -13,7 +13,7 @@
#include "hw/sysbus.h"
#include "hw/arm/boot.h"
#include "hw/core/loader.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/core/qdev-clock.h"
#include "elf.h"
#include "system/reset.h"

2
hw/arm/aspeed_coprocessor_common.c

@ -9,7 +9,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "system/memory.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/arm/aspeed_coprocessor.h"
static void aspeed_coprocessor_realize(DeviceState *dev, Error **errp)

2
hw/arm/aspeed_soc_common.c

@ -12,7 +12,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/misc/unimp.h"
#include "hw/arm/aspeed_soc.h"
#include "hw/char/serial-mm.h"

2
hw/arm/b-l475e-iot01a.c

@ -25,7 +25,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "qemu/error-report.h"
#include "hw/arm/boot.h"
#include "hw/core/split-irq.h"

2
hw/arm/bananapi_m2u.c

@ -24,7 +24,7 @@
#include "qemu/error-report.h"
#include "hw/core/boards.h"
#include "hw/i2c/i2c.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/arm/allwinner-r40.h"
#include "hw/arm/boot.h"
#include "hw/arm/machines-qom.h"

2
hw/arm/cubieboard.c

@ -19,7 +19,7 @@
#include "qapi/error.h"
#include "qemu/error-report.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/arm/allwinner-a10.h"
#include "hw/arm/boot.h"
#include "hw/arm/machines-qom.h"

2
hw/arm/digic.c

@ -24,7 +24,7 @@
#include "qapi/error.h"
#include "qemu/module.h"
#include "hw/arm/digic.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "system/system.h"
#define DIGIC4_TIMER_BASE(n) (0xc0210000 + (n) * 0x100)

2
hw/arm/exynos4210.c

@ -32,7 +32,7 @@
#include "hw/sysbus.h"
#include "hw/arm/boot.h"
#include "hw/core/loader.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/arm/exynos4210.h"
#include "hw/sd/sdhci.h"
#include "hw/usb/hcd-ehci.h"

2
hw/arm/exynos4_boards.c

@ -32,7 +32,7 @@
#include "system/address-spaces.h"
#include "hw/arm/exynos4210.h"
#include "hw/net/lan9118.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/core/boards.h"
#include "hw/core/irq.h"
#include "target/arm/cpu-qom.h"

2
hw/arm/fsl-imx25.c

@ -26,7 +26,7 @@
#include "qapi/error.h"
#include "hw/arm/fsl-imx25.h"
#include "system/system.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "chardev/char.h"
#include "target/arm/cpu-qom.h"

2
hw/arm/fsl-imx31.c

@ -24,7 +24,7 @@
#include "hw/arm/fsl-imx31.h"
#include "system/system.h"
#include "system/address-spaces.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "chardev/char.h"
#include "target/arm/cpu-qom.h"

2
hw/arm/fsl-imx6.c

@ -25,7 +25,7 @@
#include "hw/misc/unimp.h"
#include "hw/usb/imx-usb-phy.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "system/system.h"
#include "chardev/char.h"
#include "qemu/error-report.h"

2
hw/arm/imx25_pdk.c

@ -25,7 +25,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/arm/fsl-imx25.h"
#include "hw/arm/boot.h"
#include "hw/arm/machines-qom.h"

2
hw/arm/imx8mp-evk.c

@ -12,7 +12,7 @@
#include "hw/arm/fsl-imx8mp.h"
#include "hw/arm/machines-qom.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "system/kvm.h"
#include "system/qtest.h"
#include "qemu/error-report.h"

2
hw/arm/max78000fthr.c

@ -9,7 +9,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/core/qdev-clock.h"
#include "qemu/error-report.h"
#include "hw/arm/max78000_soc.h"

2
hw/arm/mcimx6ul-evk.c

@ -16,7 +16,7 @@
#include "hw/arm/boot.h"
#include "hw/arm/machines-qom.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "qemu/error-report.h"
#include "system/qtest.h"

2
hw/arm/mcimx7d-sabre.c

@ -18,7 +18,7 @@
#include "hw/arm/boot.h"
#include "hw/arm/machines-qom.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "qemu/error-report.h"
#include "system/qtest.h"

2
hw/arm/microbit.c

@ -18,7 +18,7 @@
#include "hw/arm/nrf51_soc.h"
#include "hw/i2c/microbit_i2c.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "qom/object.h"
struct MicrobitMachineState {

2
hw/arm/mps2.c

@ -36,7 +36,7 @@
#include "hw/core/boards.h"
#include "system/address-spaces.h"
#include "system/system.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/misc/unimp.h"
#include "hw/char/cmsdk-apb-uart.h"
#include "hw/timer/cmsdk-apb-timer.h"

2
hw/arm/mps3r.c

@ -34,7 +34,7 @@
#include "hw/core/boards.h"
#include "hw/core/or-irq.h"
#include "hw/core/qdev-clock.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/arm/boot.h"
#include "hw/arm/bsa.h"
#include "hw/arm/machines-qom.h"

2
hw/arm/msf2-som.c

@ -30,7 +30,7 @@
#include "qapi/error.h"
#include "qemu/error-report.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/arm/boot.h"
#include "hw/arm/machines-qom.h"
#include "hw/core/qdev-clock.h"

2
hw/arm/musicpal.c

@ -22,7 +22,7 @@
#include "hw/char/serial-mm.h"
#include "qemu/timer.h"
#include "hw/core/ptimer.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/block/flash.h"
#include "ui/console.h"
#include "hw/i2c/i2c.h"

2
hw/arm/netduino2.c

@ -25,7 +25,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/core/qdev-clock.h"
#include "qemu/error-report.h"
#include "hw/arm/stm32f205_soc.h"

2
hw/arm/netduinoplus2.c

@ -25,7 +25,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/core/qdev-clock.h"
#include "qemu/error-report.h"
#include "hw/arm/stm32f405_soc.h"

2
hw/arm/npcm7xx.c

@ -22,7 +22,7 @@
#include "hw/core/loader.h"
#include "hw/misc/unimp.h"
#include "hw/core/qdev-clock.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "qapi/error.h"
#include "exec/tswap.h"
#include "qemu/units.h"

2
hw/arm/npcm7xx_boards.c

@ -24,7 +24,7 @@
#include "hw/core/loader.h"
#include "hw/nvram/eeprom_at24c.h"
#include "hw/core/qdev.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "qapi/error.h"
#include "qemu/datadir.h"
#include "qemu/units.h"

2
hw/arm/npcm8xx.c

@ -25,7 +25,7 @@
#include "hw/core/loader.h"
#include "hw/misc/unimp.h"
#include "hw/core/qdev-clock.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "qapi/error.h"
#include "qemu/units.h"
#include "system/system.h"

2
hw/arm/npcm8xx_boards.c

@ -23,7 +23,7 @@
#include "hw/core/cpu.h"
#include "hw/core/loader.h"
#include "hw/core/qdev.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "qapi/error.h"
#include "qemu/error-report.h"
#include "qemu/datadir.h"

2
hw/arm/olimex-stm32-h405.c

@ -26,7 +26,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/core/qdev-clock.h"
#include "qemu/error-report.h"
#include "hw/arm/stm32f405_soc.h"

2
hw/arm/omap1.c

@ -26,7 +26,7 @@
#include "system/address-spaces.h"
#include "hw/hw.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/arm/boot.h"
#include "hw/arm/omap.h"
#include "hw/sd/sd.h"

2
hw/arm/orangepi.c

@ -23,7 +23,7 @@
#include "qapi/error.h"
#include "qemu/error-report.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/arm/allwinner-h3.h"
#include "hw/arm/boot.h"
#include "hw/arm/machines-qom.h"

2
hw/arm/sabrelite.c

@ -16,7 +16,7 @@
#include "hw/arm/boot.h"
#include "hw/arm/machines-qom.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "qemu/error-report.h"
#include "system/qtest.h"

2
hw/arm/sbsa-ref.c

@ -44,7 +44,7 @@
#include "hw/intc/arm_gicv3_its_common.h"
#include "hw/core/loader.h"
#include "hw/pci-host/gpex.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/usb/usb.h"
#include "hw/usb/xhci.h"
#include "hw/char/pl011.h"

2
hw/arm/smmu-common.c

@ -21,7 +21,7 @@
#include "exec/target_page.h"
#include "hw/core/cpu.h"
#include "hw/pci/pci_bridge.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "qapi/error.h"
#include "qemu/jhash.h"
#include "qemu/module.h"

2
hw/arm/smmuv3.c

@ -21,7 +21,7 @@
#include "hw/core/irq.h"
#include "hw/sysbus.h"
#include "migration/vmstate.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/core/qdev.h"
#include "hw/pci/pci.h"
#include "cpu.h"

2
hw/arm/stm32f100_soc.c

@ -29,7 +29,7 @@
#include "hw/arm/boot.h"
#include "system/address-spaces.h"
#include "hw/arm/stm32f100_soc.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/core/qdev-clock.h"
#include "hw/misc/unimp.h"
#include "system/system.h"

2
hw/arm/stm32f205_soc.c

@ -28,7 +28,7 @@
#include "hw/arm/boot.h"
#include "system/address-spaces.h"
#include "hw/arm/stm32f205_soc.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/core/qdev-clock.h"
#include "system/system.h"

2
hw/arm/stm32vldiscovery.c

@ -26,7 +26,7 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/core/boards.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/core/qdev-clock.h"
#include "qemu/error-report.h"
#include "hw/arm/stm32f100_soc.h"

2
hw/arm/strongarm.c

@ -29,7 +29,7 @@
#include "qemu/osdep.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "hw/sysbus.h"
#include "migration/vmstate.h"

2
hw/arm/virt.c

@ -63,7 +63,7 @@
#include "hw/virtio/virtio-pci.h"
#include "hw/core/sysbus-fdt.h"
#include "hw/core/platform-bus.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/arm/fdt.h"
#include "hw/intc/arm_gic.h"
#include "hw/intc/arm_gicv3_common.h"

2
hw/audio/ac97.c

@ -21,7 +21,7 @@
#include "hw/audio/model.h"
#include "qemu/audio.h"
#include "hw/pci/pci_device.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "migration/vmstate.h"
#include "qemu/module.h"
#include "system/dma.h"

2
hw/audio/adlib.c

@ -28,7 +28,7 @@
#include "hw/audio/model.h"
#include "qemu/audio.h"
#include "hw/isa/isa.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "qemu/error-report.h"
#include "qom/object.h"

2
hw/audio/asc.c

@ -17,7 +17,7 @@
#include "hw/core/irq.h"
#include "qemu/audio.h"
#include "hw/audio/asc.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "migration/vmstate.h"
#include "trace.h"

2
hw/audio/cs4231a.c

@ -27,7 +27,7 @@
#include "qemu/audio.h"
#include "hw/core/irq.h"
#include "hw/isa/isa.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "migration/vmstate.h"
#include "qemu/module.h"
#include "qemu/error-report.h"

2
hw/audio/gus.c

@ -29,7 +29,7 @@
#include "qemu/audio.h"
#include "hw/core/irq.h"
#include "hw/isa/isa.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "migration/vmstate.h"
#include "gusemu.h"
#include "qemu/error-report.h"

2
hw/audio/hda-codec.c

@ -19,7 +19,7 @@
#include "qemu/osdep.h"
#include "hw/pci/pci.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "intel-hda.h"
#include "migration/vmstate.h"
#include "qemu/host-utils.h"

2
hw/audio/intel-hda.c

@ -19,7 +19,7 @@
#include "qemu/osdep.h"
#include "hw/pci/pci.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/pci/msi.h"
#include "monitor/qdev.h"
#include "qemu/timer.h"

2
hw/audio/marvell_88w8618.c

@ -14,7 +14,7 @@
#include "hw/sysbus.h"
#include "migration/vmstate.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/audio/wm8750.h"
#include "qemu/audio.h"
#include "qapi/error.h"

2
hw/audio/model.c

@ -26,7 +26,7 @@
#include "monitor/qdev.h"
#include "qemu/error-report.h"
#include "qapi/error.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/audio/model.h"
struct audio_model {

2
hw/audio/pl041.c

@ -22,7 +22,7 @@
#include "qemu/osdep.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/sysbus.h"
#include "qemu/log.h"
#include "qemu/module.h"

2
hw/audio/sb16.c

@ -27,7 +27,7 @@
#include "qemu/audio.h"
#include "hw/core/irq.h"
#include "hw/isa/isa.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "migration/vmstate.h"
#include "qemu/timer.h"
#include "qemu/error-report.h"

2
hw/avr/atmega.c

@ -16,7 +16,7 @@
#include "system/memory.h"
#include "system/address-spaces.h"
#include "system/system.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/sysbus.h"
#include "qom/object.h"
#include "hw/misc/unimp.h"

2
hw/block/fdc-isa.c

@ -35,7 +35,7 @@
#include "hw/acpi/acpi_aml_interface.h"
#include "hw/core/irq.h"
#include "hw/isa/isa.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"
#include "hw/block/block.h"

2
hw/block/fdc.c

@ -35,7 +35,7 @@
#include "qemu/memalign.h"
#include "hw/core/irq.h"
#include "hw/isa/isa.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"
#include "hw/block/block.h"

2
hw/block/m25p80.c

@ -26,7 +26,7 @@
#include "system/block-backend.h"
#include "hw/block/block.h"
#include "hw/block/flash.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "hw/ssi/ssi.h"
#include "migration/vmstate.h"

2
hw/block/pflash_cfi01.c

@ -39,7 +39,7 @@
#include "qemu/osdep.h"
#include "hw/block/block.h"
#include "hw/block/flash.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "system/block-backend.h"
#include "qapi/error.h"

2
hw/block/pflash_cfi02.c

@ -35,7 +35,7 @@
#include "qemu/osdep.h"
#include "hw/block/block.h"
#include "hw/block/flash.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "qapi/error.h"
#include "qemu/error-report.h"

2
hw/block/swim.c

@ -18,7 +18,7 @@
#include "migration/vmstate.h"
#include "hw/block/block.h"
#include "hw/block/swim.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "trace.h"

2
hw/block/vhost-user-blk.c

@ -21,7 +21,7 @@
#include "qemu/error-report.h"
#include "qemu/cutils.h"
#include "hw/core/qdev.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "hw/virtio/virtio-blk-common.h"
#include "hw/virtio/vhost.h"

2
hw/block/virtio-blk.c

@ -21,7 +21,7 @@
#include "block/block_int.h"
#include "trace.h"
#include "hw/block/block.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "system/blockdev.h"
#include "system/block-ram-registrar.h"
#include "system/system.h"

2
hw/block/xen-block.c

@ -20,7 +20,7 @@
#include "qobject/qstring.h"
#include "qom/object_interfaces.h"
#include "hw/block/xen_blkif.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/xen/xen-block.h"
#include "hw/xen/xen-backend.h"
#include "system/blockdev.h"

2
hw/char/avr_usart.c

@ -23,7 +23,7 @@
#include "hw/char/avr_usart.h"
#include "qemu/log.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
static int avr_usart_can_receive(void *opaque)

2
hw/char/bcm2835_aux.c

@ -23,7 +23,7 @@
#include "qemu/osdep.h"
#include "hw/char/bcm2835_aux.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"
#include "qemu/log.h"

2
hw/char/debugcon.c

@ -29,7 +29,7 @@
#include "qemu/module.h"
#include "chardev/char-fe.h"
#include "hw/isa/isa.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "qom/object.h"

2
hw/char/digic-uart.c

@ -34,7 +34,7 @@
#include "qemu/module.h"
#include "hw/char/digic-uart.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
enum {

2
hw/char/diva-gsp.c

@ -20,7 +20,7 @@
#include "hw/char/serial.h"
#include "hw/core/irq.h"
#include "hw/pci/pci_device.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"

2
hw/char/escc.c

@ -24,7 +24,7 @@
#include "qemu/osdep.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "hw/sysbus.h"
#include "migration/vmstate.h"

2
hw/char/exynos4210_uart.c

@ -31,7 +31,7 @@
#include "hw/arm/exynos4210.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "trace.h"

2
hw/char/grlib_apbuart.c

@ -26,7 +26,7 @@
#include "qemu/osdep.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "hw/char/grlib_uart.h"
#include "hw/sysbus.h"

2
hw/char/ibex_uart.c

@ -29,7 +29,7 @@
#include "hw/char/ibex_uart.h"
#include "hw/core/irq.h"
#include "hw/core/qdev-clock.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "hw/registerfields.h"
#include "migration/vmstate.h"

2
hw/char/imx_serial.c

@ -21,7 +21,7 @@
#include "qemu/osdep.h"
#include "hw/char/imx_serial.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"
#include "qemu/log.h"

2
hw/char/ipoctal232.c

@ -11,7 +11,7 @@
#include "qemu/osdep.h"
#include "hw/ipack/ipack.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"
#include "qemu/bitops.h"

2
hw/char/max78000_uart.c

@ -9,7 +9,7 @@
#include "qemu/osdep.h"
#include "hw/char/max78000_uart.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "qemu/log.h"
#include "qemu/module.h"

2
hw/char/mcf_uart.c

@ -12,7 +12,7 @@
#include "qemu/module.h"
#include "qapi/error.h"
#include "hw/m68k/mcf.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "chardev/char-fe.h"
#include "qom/object.h"

2
hw/char/mchp_pfsoc_mmuart.c

@ -25,7 +25,7 @@
#include "qapi/error.h"
#include "migration/vmstate.h"
#include "hw/char/mchp_pfsoc_mmuart.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#define REGS_OFFSET 0x20

2
hw/char/nrf51_uart.c

@ -17,7 +17,7 @@
#include "qemu/module.h"
#include "hw/char/nrf51_uart.h"
#include "hw/core/irq.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"
#include "trace.h"

2
hw/char/parallel-isa.c

@ -12,7 +12,7 @@
#include "qemu/osdep.h"
#include "system/system.h"
#include "hw/isa/isa.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/char/parallel-isa.h"
#include "hw/char/parallel.h"
#include "qapi/error.h"

2
hw/char/parallel.c

@ -28,7 +28,7 @@
#include "qemu/module.h"
#include "chardev/char-parallel.h"
#include "hw/acpi/acpi_aml_interface.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"
#include "hw/char/parallel-isa.h"

2
hw/char/pl011.c

@ -24,7 +24,7 @@
#include "hw/core/irq.h"
#include "hw/sysbus.h"
#include "hw/core/qdev-clock.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"
#include "chardev/char-fe.h"

2
hw/char/renesas_sci.c

@ -25,7 +25,7 @@
#include "qemu/log.h"
#include "hw/core/irq.h"
#include "hw/registerfields.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "hw/char/renesas_sci.h"
#include "migration/vmstate.h"

2
hw/char/sclpconsole-lm.c

@ -22,7 +22,7 @@
#include "hw/s390x/sclp.h"
#include "migration/vmstate.h"
#include "hw/s390x/event-facility.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "hw/s390x/ebcdic.h"
#include "qom/object.h"

2
hw/char/sclpconsole.c

@ -19,7 +19,7 @@
#include "hw/s390x/sclp.h"
#include "migration/vmstate.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "hw/s390x/event-facility.h"
#include "chardev/char-fe.h"

2
hw/char/serial-isa.c

@ -31,7 +31,7 @@
#include "hw/char/serial.h"
#include "hw/char/serial-isa.h"
#include "hw/isa/isa.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "migration/vmstate.h"
#include "qom/object.h"

2
hw/char/serial-mm.c

@ -28,7 +28,7 @@
#include "exec/cpu-common.h"
#include "migration/vmstate.h"
#include "qapi/error.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
static uint64_t serial_mm_read(void *opaque, hwaddr addr, unsigned size)
{

2
hw/char/serial-pci-multi.c

@ -32,7 +32,7 @@
#include "hw/char/serial.h"
#include "hw/core/irq.h"
#include "hw/pci/pci_device.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "migration/vmstate.h"

2
hw/char/serial-pci.c

@ -31,7 +31,7 @@
#include "hw/char/serial.h"
#include "hw/core/irq.h"
#include "hw/pci/pci_device.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "migration/vmstate.h"
#include "qom/object.h"

2
hw/char/serial.c

@ -35,7 +35,7 @@
#include "system/runstate.h"
#include "qemu/error-report.h"
#include "trace.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#define UART_LCR_DLAB 0x80 /* Divisor latch access bit */

2
hw/char/sh_serial.c

@ -29,7 +29,7 @@
#include "hw/sysbus.h"
#include "hw/core/irq.h"
#include "hw/core/qdev.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "hw/sh4/sh.h"
#include "chardev/char-fe.h"

2
hw/char/shakti_uart.c

@ -24,7 +24,7 @@
#include "qemu/osdep.h"
#include "hw/char/shakti_uart.h"
#include "hw/qdev-properties.h"
#include "hw/core/qdev-properties.h"
#include "hw/qdev-properties-system.h"
#include "qemu/log.h"

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

Loading…
Cancel
Save