qemu-e2k/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
..
ads7846.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
artist.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
ati_2d.c
ati_dbg.c
ati_int.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
ati_regs.h
ati.c
bcm2835_fb.c
blizzard.c
bochs-display.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
cg3.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
cirrus_vga_internal.h
cirrus_vga_isa.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
cirrus_vga_rop2.h
cirrus_vga_rop.h
cirrus_vga.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
dpcd.c
edid-generate.c
edid-region.c
exynos4210_fimd.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
framebuffer.c
framebuffer.h
g364fb.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
i2c-ddc.c
jazz_led.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
Kconfig
macfb.c nubus: Rename class type checking macros 2020-08-27 14:04:55 -04:00
meson.build meson: convert hw/display 2020-08-21 06:30:31 -04:00
milkymist-tmu2.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
milkymist-vgafb_template.h
milkymist-vgafb.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
next-fb.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
omap_dss.c
omap_lcd_template.h
omap_lcdc.c
pl110_template.h
pl110.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
pxa2xx_lcd.c
pxa2xx_template.h
qxl-logger.c hw: Remove superfluous breaks 2020-09-01 08:38:00 +02:00
qxl-render.c
qxl.c qxl: fix modular builds with dtrace 2020-07-21 10:56:47 +02:00
qxl.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
ramfb-standalone.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
ramfb.c
sii9022.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
sm501_template.h
sm501.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
ssd0303.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
ssd0323.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
tc6393xb_template.h
tc6393xb.c
tcx.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
trace-events
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
vga_int.h
vga_regs.h
vga-access.h
vga-helpers.h
vga-isa-mm.c
vga-isa.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
vga-pci.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
vga.c hw/display/vga:Remove redundant statement in vga_draw_graphic() 2020-09-01 12:06:15 +02:00
vhost-user-gpu-pci.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
vhost-user-gpu.c vhost-user-gpu: Move QOM macro to header 2020-08-27 14:04:54 -04:00
vhost-user-vga.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
virtio-gpu-3d.c
virtio-gpu-base.c error: Avoid error_propagate() after migrate_add_blocker() 2020-07-10 15:18:08 +02:00
virtio-gpu-pci.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
virtio-gpu.c virtio-gpu: fix unmap the already mapped items 2020-09-04 10:12:56 +02:00
virtio-vga.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
virtio-vga.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
vmware_vga.c Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
xenfb.c
xlnx_dp.c