qemu-patch-raspberry4/include/hw/i386
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
..
apic-msidef.h i386/msi: Correct mask of destination ID in MSI address 2017-12-01 18:28:15 +02:00
apic.h Include qemu-common.h exactly where needed 2019-06-12 13:20:20 +02:00
apic_internal.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
ich9.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
intel_iommu.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
ioapic.h ioapic: use TYPE_FOO MACRO than constant string 2019-01-09 11:33:47 +01:00
ioapic_internal.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
microvm.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
pc.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
topology.h Revert "hw/i386: Update structures to save the number of nodes per package" 2020-09-02 07:29:26 -04:00
vmport.h hw/i386/vmport: Add support for CMD_GETHZ 2020-06-10 12:09:53 -04:00
x86-iommu.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
x86.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00