summary refs log tree commit diff stats
path: root/scripts/qapi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* qapi: add SysEmuTarget to "common.json"Laszlo Ersek2018-05-041-1/+1
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-1/+1
* qapi: restrict allow-oob value to be "true"Peter Xu2018-03-271-1/+1
* qapi: introduce new cmd option "allow-oob"Peter Xu2018-03-194-13/+29
* qapi: generate a literal qobject for introspectionMarc-André Lureau2018-03-191-33/+43
* qapi2texi: minor python code simplificationMarc-André Lureau2018-03-191-4/+3
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-026-26/+11
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-024-17/+25
* qapi: Generate separate .h, .c for each moduleMarkus Armbruster2018-03-023-21/+66
* qapi/common: Fix guardname() for funny filenamesMarkus Armbruster2018-03-021-1/+1
* qapi/types qapi/visit: Generate built-in stuff into separate filesMarkus Armbruster2018-03-023-83/+102
* qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster2018-03-027-243/+189
* qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster2018-03-021-1/+1
* qapi: Record 'include' directives in intermediate representationMarkus Armbruster2018-03-021-4/+39
* qapi: Generate in source orderMarkus Armbruster2018-03-021-2/+4
* qapi: Record 'include' directives in parse treeMarkus Armbruster2018-03-021-4/+16
* qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()Markus Armbruster2018-03-021-6/+9
* qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster2018-03-021-14/+9
* qapi/common: Eliminate QAPISchema.exprsMarkus Armbruster2018-03-021-4/+4
* qapi: Improve include file name reporting in error messagesMarkus Armbruster2018-03-021-6/+6
* qapi: Touch generated files only when they changeMarkus Armbruster2018-03-021-2/+9
* qapi-gen: Convert from getopt to argparseMarkus Armbruster2018-03-021-43/+0
* qapi-gen: New common driver for code and doc generatorsMarkus Armbruster2018-03-028-0/+3623