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
Age
Commit message (
Expand
)
Author
2018-08-28
qapi: Add comments to aid debugging generated introspection
Eric Blake
2018-08-28
qapi: Minor introspect.py cleanups
Eric Blake
2018-08-28
qapi: Emit a blank line before dummy declaration
Markus Armbruster
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-08-28
qapi: Fix build_params() for empty parameter list
Markus Armbruster
2018-08-15
qapi: Fix some pycodestyle-3 complaints
Markus Armbruster
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: add 'If:' section to generated documentation
Marc-André Lureau
2018-07-03
qapi-types: add #if conditions to types & visitors
Markus Armbruster
2018-07-03
qapi/events: add #if conditions to events
Marc-André Lureau
2018-07-03
qapi/commands: add #if conditions to commands
Marc-André Lureau
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 #if/#endif helpers
Marc-André Lureau
2018-07-03
qapi: mcgen() shouldn't indent # lines
Marc-André Lureau
2018-07-03
qapi: add 'ifcond' to visitor methods
Marc-André Lureau
2018-07-03
qapi: leave the ifcond attribute undefined until check()
Marc-André Lureau
2018-07-03
qapi: pass 'if' condition into QAPISchemaEntity objects
Marc-André Lureau
2018-07-03
qapi: add 'if' to top-level expressions
Marc-André Lureau
2018-06-22
qapi/introspect: Eliminate pointless variable in .visit_end()
Markus Armbruster
2018-06-22
qapi: Open files with encoding='utf-8'
Markus Armbruster
2018-06-22
qapi: allow empty branches in flat unions
Anton Nefedov
2018-06-22
qapi/events: generate event enum in main module
Marc-André Lureau
2018-06-22
qapi/visit: remove useless prefix argument
Marc-André Lureau
2018-06-08
python: Remove scripts/ordereddict.py
Eduardo Habkost
2018-05-30
qapi: introduce new cmd option "allow-preconfig"
Igor Mammedov
2018-05-04
qapi: add SysEmuTarget to "common.json"
Laszlo Ersek
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-27
qapi: restrict allow-oob value to be "true"
Peter Xu
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-19
qapi2texi: minor python code simplification
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: Generate separate .h, .c for each module
Markus Armbruster
2018-03-02
qapi/common: Fix guardname() for funny filenames
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: Rename generated qmp-marshal.c to qmp-commands.c
Markus Armbruster
2018-03-02
qapi: Record 'include' directives in intermediate representation
Markus Armbruster
2018-03-02
qapi: Generate in source order
Markus Armbruster
2018-03-02
qapi: Record 'include' directives in parse tree
Markus Armbruster
2018-03-02
qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()
Markus Armbruster
2018-03-02
qapi: Lift error reporting from QAPISchema.__init__() to callers
Markus Armbruster
2018-03-02
qapi/common: Eliminate QAPISchema.exprs
Markus Armbruster
2018-03-02
qapi: Improve include file name reporting in error messages
Markus Armbruster
2018-03-02
qapi: Touch generated files only when they change
Markus Armbruster
2018-03-02
qapi-gen: Convert from getopt to argparse
Markus Armbruster
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster