summaryrefslogtreecommitdiffstats
path: root/scripts/qapi
Commit message (Expand)AuthorAgeFilesLines
* qapi: Add comments to aid debugging generated introspectionEric Blake2018-08-281-6/+21
* qapi: Minor introspect.py cleanupsEric Blake2018-08-281-4/+3Star
* qapi: Emit a blank line before dummy declarationMarkus Armbruster2018-08-281-0/+1
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-17/+6Star
* qapi: Fix build_params() for empty parameter listMarkus Armbruster2018-08-281-6/+4Star
* qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster2018-08-152-7/+10
* qapi: Make 'allow-oob' optional in SchemaInfoCommandMarkus Armbruster2018-07-231-5/+5
* qapi: Do not expose "allow-preconfig" in query-qmp-schemaMarkus Armbruster2018-07-161-2/+2
* qapi: add 'If:' section to generated documentationMarc-André Lureau2018-07-031-10/+12
* qapi-types: add #if conditions to types & visitorsMarkus Armbruster2018-07-032-33/+48
* qapi/events: add #if conditions to eventsMarc-André Lureau2018-07-031-2/+4
* qapi/commands: add #if conditions to commandsMarc-André Lureau2018-07-031-8/+16
* qapi-introspect: add preprocessor conditions to generated QLitMarc-André Lureau2018-07-031-10/+21
* qapi-introspect: modify to_qlit() to append ',' on level > 0Marc-André Lureau2018-07-031-1/+3
* qapi: add #if/#endif helpersMarc-André Lureau2018-07-031-4/+94
* qapi: mcgen() shouldn't indent # linesMarc-André Lureau2018-07-031-2/+2
* qapi: add 'ifcond' to visitor methodsMarc-André Lureau2018-07-037-35/+38
* qapi: leave the ifcond attribute undefined until check()Marc-André Lureau2018-07-031-4/+17
* qapi: pass 'if' condition into QAPISchemaEntity objectsMarc-André Lureau2018-07-031-32/+65
* qapi: add 'if' to top-level expressionsMarc-André Lureau2018-07-031-6/+29
* qapi/introspect: Eliminate pointless variable in .visit_end()Markus Armbruster2018-06-221-4/+1Star
* qapi: Open files with encoding='utf-8'Markus Armbruster2018-06-221-3/+14
* qapi: allow empty branches in flat unionsAnton Nefedov2018-06-223-12/+24
* qapi/events: generate event enum in main moduleMarc-André Lureau2018-06-221-2/+3
* qapi/visit: remove useless prefix argumentMarc-André Lureau2018-06-221-1/+1
* python: Remove scripts/ordereddict.pyEduardo Habkost2018-06-081-4/+1Star
* qapi: introduce new cmd option "allow-preconfig"Igor Mammedov2018-05-304-16/+24
* 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/+3Star
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-026-26/+11Star
* 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/+189Star
* 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/+9Star
* 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/+0Star
* qapi-gen: New common driver for code and doc generatorsMarkus Armbruster2018-03-028-0/+3623