summaryrefslogtreecommitdiff
path: root/scripts/qapi/common.py
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qapi: add SysEmuTarget to "common.json"Laszlo Ersek1-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 Xu1-5/+10
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-3/+2
2018-03-02qapi: Generate separate .h, .c for each moduleMarkus Armbruster1-5/+28
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 Armbruster1-9/+51
2018-03-02qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster1-0/+13
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 Armbruster1-0/+2041