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
/
introspect.py
Age
Commit message (
Expand
)
Author
2020-10-10
qapi: enforce import order/styling with isort
John Snow
2020-10-10
qapi: Remove wildcard includes
John Snow
2020-10-10
qapi: Prefer explicit relative imports
John Snow
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
2020-03-17
qapi: Add feature flags to struct members
Markus Armbruster
2020-03-17
qapi/introspect: Factor out _make_tree()
Markus Armbruster
2020-03-17
qapi/introspect: Rename *qlit* to reduce confusion
Markus Armbruster
2020-03-17
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
2020-03-17
qapi: Add feature flags to remaining definitions
Markus Armbruster
2020-03-05
qapi: Brush off some (py)lint
Markus Armbruster
2020-03-05
qapi: Use super() now we have Python 3
Markus Armbruster
2019-10-22
qapi: Add feature flags to commands
Peter Krempa
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster
2019-06-12
qapi: Add feature flags to struct types
Kevin Wolf
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-28
qapi: Add comments to aid debugging generated introspection
Eric Blake
2018-08-28
qapi: Minor introspect.py cleanups
Eric Blake
2018-07-23
qapi: Make 'allow-oob' optional in SchemaInfoCommand
Markus Armbruster
2018-07-16
qapi: Do not expose "allow-preconfig" in query-qmp-schema
Markus Armbruster
2018-07-03
qapi-introspect: add preprocessor conditions to generated QLit
Marc-André Lureau
2018-07-03
qapi-introspect: modify to_qlit() to append ',' on level > 0
Marc-André Lureau
2018-07-03
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-06-22
qapi/introspect: Eliminate pointless variable in .visit_end()
Markus Armbruster
2018-05-30
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
2018-03-19
qapi: introduce new cmd option "allow-oob"
Peter Xu
2018-03-19
qapi: generate a literal qobject for introspection
Marc-André Lureau
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated 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