qemu/include/hw/display
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
..
bcm2835_fb.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
blizzard.h Include hw/irq.h a lot less 2019-08-16 13:31:52 +02:00
bochs-vbe.h vga: move bochs vbe defines to header file 2018-05-24 10:42:13 +02:00
dpcd.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
edid.h qom/object: Move Object typedef to 'qemu/typedefs.h' 2020-06-10 12:09:36 -04:00
i2c-ddc.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
macfb.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
milkymist_tmu2.h Include hw/qdev-properties.h less 2019-08-16 13:31:53 +02:00
ramfb.h Revert "hw/display/ramfb: initialize fw-config space with xres/ yres" 2020-05-18 15:42:34 +02:00
tc6393xb.h Include exec/memory.h slightly less 2019-08-16 13:31:52 +02:00
vga.h Include exec/memory.h slightly less 2019-08-16 13:31:52 +02:00
xlnx_dp.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00