qemu/include/hw/arm
Eduardo Habkost db1015e92e Move QOM typedefs and add missing includes
Some typedefs and macros are defined after the type check macros.
This makes it difficult to automatically replace their
definitions with OBJECT_DECLARE_TYPE.

Patch generated using:

 $ ./scripts/codeconverter/converter.py -i \
   --pattern=QOMStructTypedefSplit $(git grep -l '' -- '*.[ch]')

which will split "typdef struct { ... } TypedefName"
declarations.

Followed by:

 $ ./scripts/codeconverter/converter.py -i --pattern=MoveSymbols \
    $(git grep -l '' -- '*.[ch]')

which will:
- move the typedefs and #defines above the type check macros
- add missing #include "qom/object.h" lines if necessary

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20200831210740.126168-9-ehabkost@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20200831210740.126168-10-ehabkost@redhat.com>
Message-Id: <20200831210740.126168-11-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2020-09-09 09:26:43 -04:00
..
allwinner-a10.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
allwinner-h3.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
armsse.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
armv7m.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
aspeed_soc.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
aspeed.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
bcm2835_peripherals.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
bcm2836.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
boot.h hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routine 2019-11-11 13:44:16 +00:00
digic.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
exynos4210.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
fdt.h hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation 2015-06-19 14:17:44 +01:00
fsl-imx6.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
fsl-imx6ul.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
fsl-imx7.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
fsl-imx25.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
fsl-imx31.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
linux-boot-if.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
msf2-soc.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
nrf51_soc.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
nrf51.h hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition 2020-05-11 11:05:11 +01:00
omap.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
primecell.h hw: move headers to include/ 2013-04-08 18:13:10 +02:00
pxa.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
raspi_platform.h hw/arm/bcm2835_peripherals: Use the thermal sensor block 2019-10-25 13:09:27 +01:00
sharpsl.h hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses 2020-07-03 16:59:45 +01:00
smmu-common.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
smmuv3.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
soc_dma.h Include exec/memory.h slightly less 2019-08-16 13:31:52 +02:00
stm32f205_soc.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
stm32f405_soc.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
sysbus-fdt.h arm/boot: split load_dtb() from arm_load_kernel() 2018-05-10 18:10:56 +01:00
virt.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
xlnx-versal.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
xlnx-zynqmp.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00