mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 13:28:18 +00:00
3277400723
Move qapi-schema.json to qapi/, so it's next to its modules, and all files get generated to qapi/, not just the ones generated for modules. Consistently name the generated files qapi-MODULE.EXT: qmp-commands.[ch] become qapi-commands.[ch], qapi-event.[ch] become qapi-events.[ch], and qmp-introspect.[ch] become qapi-introspect.[ch]. This gets rid of the temporary hacks in scripts/qapi/commands.py, scripts/qapi/events.py, and scripts/qapi/common.py. Backports commit eb815e248f50cde9ab86eddd57eca5019b71ca78 from qemu
106 lines
1.5 KiB
Text
106 lines
1.5 KiB
Text
.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/qapi-builtin-types.[ch]
|
|
qemu/qapi/qapi-builtin-visit.[ch]
|
|
qemu/qapi/qapi-types-common.[ch]
|
|
qemu/qapi/qapi-types-misc.[ch]
|
|
qemu/qapi/qapi-visit-common.[ch]
|
|
qemu/qapi/qapi-types.[ch]
|
|
qemu/qapi/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/
|