summaryrefslogtreecommitdiffstats
path: root/scripts/qapi-commands.py
Commit message (Expand)AuthorAgeFilesLines
* qapi-gen: New common driver for code and doc generatorsMarkus Armbruster2018-03-021-304/+0Star
* qapi: Turn generators into modulesMarkus Armbruster2018-03-021-19/+24
* qapi: Reduce use of global variables in generators someMarkus Armbruster2018-03-021-4/+5
* qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDocMarkus Armbruster2018-03-021-11/+12
* qapi: Rename variable holding the QAPISchemaGenFOOVisitorMarkus Armbruster2018-03-021-4/+4
* qapi: Generate up-to-date copyright noticeMarkus Armbruster2018-03-021-22/+16Star
* qapi: Streamline boilerplate comment generationMarkus Armbruster2018-03-021-23/+3Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-1/+1
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+2
* scripts: use build_ prefix for string not piped through cgen()Marc-André Lureau2017-07-121-4/+4
* qapi: Make pylint a bit happierMarkus Armbruster2017-03-161-3/+3
* qapi: Drop unused non-strict qobject input visitorMarkus Armbruster2017-03-051-1/+1
* qapi: Support multiple command registries per programMarkus Armbruster2017-03-051-6/+10
* qmp: Dumb down how we run QMP command registrationMarkus Armbruster2017-03-051-3/+2Star
* qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange2016-10-251-1/+1
* qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange2016-10-251-1/+1
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-251-2/+2
* qapi: check invalid arguments on no-args commandsMarc-André Lureau2016-09-191-15/+43
* qapi: remove the "middle" modeMarc-André Lureau2016-09-191-12/+3Star
* qapi: export the marshallersMarc-André Lureau2016-09-191-6/+2Star
* qapi: Implement boxed types for commands/eventsEric Blake2016-07-191-1/+2
* qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake2016-07-191-9/+11
* qapi: Drop useless gen_err_check()Eric Blake2016-07-191-1/+3
* qapi: Add type.is_empty() helperEric Blake2016-07-191-3/+3
* qapi: Add new visit_complete() functionEric Blake2016-07-061-7/+3Star
* qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-2/+1Star
* qapi: Add new visit_free() functionEric Blake2016-07-061-10/+6Star
* qapi: Add parameter to visit_end_*Eric Blake2016-07-061-2/+2
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-121-2/+5
* qapi-commands: Wrap argument visit in visit_start_structEric Blake2016-05-121-0/+7
* qapi: Consolidate QMP input visitor creationEric Blake2016-05-121-1/+1
* qapi-commands: Inline single-use helpers of gen_marshal()Eric Blake2016-03-181-67/+39Star
* qapi-commands: Utilize implicit struct visitsEric Blake2016-03-181-16/+12Star
* qapi: Fix command with named empty argument typeEric Blake2016-03-181-2/+2
* qapi: Assert in places where variants are not handledEric Blake2016-03-181-1/+2
* qapi: Rename 'fields' to 'members' in generatorEric Blake2016-03-051-2/+2
* qapi: Clean up includes in generated filesEric Blake2016-02-161-0/+1
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2
* qapi: More robust conditions for when labels are neededEric Blake2015-11-021-1/+3
* qapi: Simplify gen_visit_fields() error handlingEric Blake2015-10-121-3/+1Star
* qapi: Share gen_visit_fields()Eric Blake2015-10-121-26/+1Star
* qapi: Share gen_err_check()Eric Blake2015-10-121-14/+3Star
* qapi: Consistent generated code: minimize push_indent() usageEric Blake2015-10-121-32/+22Star
* qapi: Consistent generated code: prefer visitor 'v'Eric Blake2015-10-121-15/+15
* qapi: Consistent generated code: prefer error 'err'Eric Blake2015-10-121-11/+11
* qapi-commands: De-duplicate output marshaling functionsMarkus Armbruster2015-09-211-7/+10
* qapi: De-duplicate parameter list generationMarkus Armbruster2015-09-211-9/+2Star
* qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster2015-09-211-2/+2
* qapi-commands: Rearrange codeMarkus Armbruster2015-09-211-48/+39Star