aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi-introspect.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster1-208/+0
2018-03-02qapi: Turn generators into modulesMarkus Armbruster1-24/+30
2018-03-02qapi: Reduce use of global variables in generators someMarkus Armbruster1-3/+4
2018-03-02qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDocMarkus Armbruster1-8/+10
2018-03-02qapi: Rename variable holding the QAPISchemaGenFOOVisitorMarkus Armbruster1-4/+4
2018-03-02qapi: Generate up-to-date copyright noticeMarkus Armbruster1-16/+13
2018-03-02qapi: Streamline boilerplate comment generationMarkus Armbruster1-19/+2
2017-03-16qapi: Prefer single-quoted strings more consistentlyMarkus Armbruster1-2/+2
2017-03-05qapi-introspect: Mangle --prefix argument properly for CMarkus Armbruster1-1/+1
2016-07-19qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake1-2/+2
2016-02-16qapi: Clean up includes in generated filesEric Blake1-1/+2
2015-11-10qapi: Provide nicer array names in introspectionEric Blake1-3/+5
2015-10-15qapi: Use predicate callback to determine visit filteringEric Blake1-1/+4
2015-09-21qapi-introspect: Hide type namesMarkus Armbruster1-6/+35
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster1-0/+184