index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
visit.py
Age
Commit message (
Expand
)
Author
2019-06-12
qapi: Add feature flags to struct types
Kevin Wolf
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-02-18
qapi: Prepare for system modules other than 'builtin'
Markus Armbruster
2019-02-18
qapi: Clean up modular built-in code generation a bit
Markus Armbruster
2018-12-14
qapi: Add #if conditions to generated code members
Marc-André Lureau
2018-12-13
qapi: change enum visitor and gen_enum* to take QAPISchemaMember
Marc-André Lureau
2018-08-15
qapi: Fix some pycodestyle-3 complaints
Markus Armbruster
2018-07-03
qapi-types: add #if conditions to types & visitors
Markus Armbruster
2018-07-03
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-06-22
qapi: allow empty branches in flat unions
Anton Nefedov
2018-06-22
qapi/visit: remove useless prefix argument
Marc-André Lureau
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
qapi/types qapi/visit: Generate built-in stuff into separate files
Markus Armbruster
2018-03-02
qapi: Make code-generating visitors use QAPIGen more
Markus Armbruster
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster