summaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qapi: add SysEmuTarget to "common.json"Laszlo Ersek1-1/+1
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-1/+1
2018-03-27qapi: restrict allow-oob value to be "true"Peter Xu1-1/+1
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu4-13/+29
2018-03-19qapi: generate a literal qobject for introspectionMarc-André Lureau1-33/+43
2018-03-19qapi2texi: minor python code simplificationMarc-André Lureau1-4/+3
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster6-26/+11
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster4-17/+25
2018-03-02qapi: Generate separate .h, .c for each moduleMarkus Armbruster3-21/+66
2018-03-02qapi/common: Fix guardname() for funny filenamesMarkus Armbruster1-1/+1
2018-03-02qapi/types qapi/visit: Generate built-in stuff into separate filesMarkus Armbruster3-83/+102
2018-03-02qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster7-243/+189
2018-03-02qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster1-1/+1
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster1-4/+39
2018-03-02qapi: Generate in source orderMarkus Armbruster1-2/+4
2018-03-02qapi: Record 'include' directives in parse treeMarkus Armbruster1-4/+16
2018-03-02qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()Markus Armbruster1-6/+9
2018-03-02qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster1-14/+9
2018-03-02qapi/common: Eliminate QAPISchema.exprsMarkus Armbruster1-4/+4
2018-03-02qapi: Improve include file name reporting in error messagesMarkus Armbruster1-6/+6
2018-03-02qapi: Touch generated files only when they changeMarkus Armbruster1-2/+9
2018-03-02qapi-gen: Convert from getopt to argparseMarkus Armbruster1-43/+0
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster8-0/+3623