qemu-e2k/target/sparc
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
..
asi.h
cc_helper.c
cpu-param.h
cpu-qom.h Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
cpu.c error: Eliminate error_propagate() with Coccinelle, part 1 2020-07-10 15:18:08 +02:00
cpu.h
fop_helper.c
gdbstub.c
helper.c
helper.h
int32_helper.c target/sparc/int32_helper: Extract and use excp_name_str() 2020-06-09 09:21:10 +02:00
int64_helper.c
ldst_helper.c
machine.c
meson.build meson: target 2020-08-21 06:30:35 -04:00
mmu_helper.c
monitor.c hmp: Move hmp.h to include/monitor/ 2019-07-02 07:19:45 +02:00
trace-events
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
translate.c target/sparc: Translate flushw opcode 2020-06-29 12:59:50 +02:00
vis_helper.c
win_helper.c