qemu-e2k/include
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
..
authz Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
block Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
chardev Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
crypto Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
disas target/avr: Register AVR support with the rest of QEMU 2020-07-11 11:02:05 +02:00
exec Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
fpu softfloat: Define comparison operations for bfloat16 2020-08-29 19:25:42 -07:00
hw Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
io Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
libdecnumber
migration
monitor
net Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
qapi qapi/error: Check format string argument in error_*prepend() 2020-07-24 15:03:09 +02:00
qemu main-loop: Fix comment 2020-09-01 12:07:52 +02:00
qom Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
scsi Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
standard-headers
sysemu Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
tcg tcg: Add tcg_get_insn_start_param 2020-09-01 07:43:30 -07:00
ui Move QOM typedefs and add missing includes 2020-09-09 09:26:43 -04:00
user trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
elf.h Update PowerPC AT_HWCAP2 definition 2020-08-12 13:16:27 +10:00
glib-compat.h
qemu-common.h qemu-common: Document qemu_find_file() 2020-07-21 16:13:04 +02:00
qemu-io.h
trace-tcg.h