mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-22 19:55:45 +00:00
311d659acf
The previous commit improved compile time by including less of the generated QAPI headers. This is impossible for stuff defined directly in qapi-schema.json, because that ends up in headers that that pull in everything. Move everything but include directives from qapi-schema.json to new sub-module qapi/misc.json, then include just the "misc" shard where possible. It's possible everywhere, except: * monitor.c needs qmp-command.h to get qmp_init_marshal() * monitor.c, ui/vnc.c and the generated qapi-event-FOO.c need qapi-event.h to get enum QAPIEvent Perhaps we'll get rid of those some other day. Adding a type to qapi/migration.json now recompiles some 120 instead of 2300 out of 5100 objects. Backports commit 112ed241f5d9a411dbca92bdf597151cb853c6a7 from qemu
107 lines
1.4 KiB
Plaintext
107 lines
1.4 KiB
Plaintext
.DS_Store
|
|
*.swp
|
|
*.d
|
|
*.o
|
|
*.a
|
|
*.dSYM
|
|
*.so
|
|
*.so.*
|
|
*.exe
|
|
*.dll
|
|
*.class
|
|
*.jar
|
|
*~
|
|
|
|
qemu/config-all-devices.mak
|
|
|
|
qemu/aarch64-softmmu/
|
|
qemu/aarch64eb-softmmu/
|
|
qemu/arm-softmmu/
|
|
qemu/armeb-softmmu/
|
|
qemu/m68k-softmmu/
|
|
qemu/mips64el-softmmu/
|
|
qemu/mips64-softmmu/
|
|
qemu/mipsel-softmmu/
|
|
qemu/mips-softmmu/
|
|
qemu/sparc64-softmmu/
|
|
qemu/sparc-softmmu/
|
|
qemu/i386-softmmu/
|
|
qemu/x86_64-softmmu/
|
|
|
|
qemu/qapi-builtin-types.[ch]
|
|
qemu/qapi-builtin-visit.[ch]
|
|
qemu/qapi/qapi-types-common.[ch]
|
|
qemu/qapi/qapi-types-misc.[ch]
|
|
qemu/qapi/qapi-visit-common.[ch]
|
|
qemu/qapi-types.[ch]
|
|
qemu/qapi-visit.[ch]
|
|
qemu/qapi/qapi-visit-misc.[ch]
|
|
qemu/qapi-gen-timestamp
|
|
tags
|
|
qemu/config-host.ld
|
|
qemu/config.log
|
|
qemu/config.status
|
|
qemu/config-host.h
|
|
qemu/config-host.h-timestamp
|
|
qemu/config-host.mak
|
|
|
|
libunicorn*.dll
|
|
libunicorn*.so
|
|
libunicorn*.dylib
|
|
|
|
unicorn.pc
|
|
|
|
unicorn.lib
|
|
unicorn.dll
|
|
unicorn.exp
|
|
unicorn.def
|
|
unicorn_*.lib
|
|
unicorn_*.exp
|
|
unicorn_*.dll
|
|
|
|
|
|
*.tgz
|
|
*.zip
|
|
*.pyc
|
|
_*.txt
|
|
_*.diff
|
|
tmp/
|
|
|
|
bindings/python/build/
|
|
bindings/python/dist/
|
|
bindings/python/src/
|
|
bindings/python/unicorn.egg-info/
|
|
bindings/python/unicorn/lib/
|
|
bindings/python/unicorn/include/
|
|
bindings/python/MANIFEST
|
|
config.log
|
|
|
|
|
|
|
|
|
|
#################
|
|
## Visual Studio
|
|
#################
|
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
# User-specific files
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.user
|
|
*.sln.docstates
|
|
|
|
# Build results
|
|
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
Win32/
|
|
build/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
packages/
|
|
cmocka/
|