summaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)Author
2018-05-04qapi: add SysEmuTarget to "common.json"Laszlo Ersek
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-27qapi: restrict allow-oob value to be "true"Peter Xu
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu
2018-03-19qapi: generate a literal qobject for introspectionMarc-André Lureau
2018-03-19qapi2texi: minor python code simplificationMarc-André Lureau
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02qapi: Generate separate .h, .c for each moduleMarkus Armbruster
2018-03-02qapi/common: Fix guardname() for funny filenamesMarkus Armbruster
2018-03-02qapi/types qapi/visit: Generate built-in stuff into separate filesMarkus Armbruster
2018-03-02qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster
2018-03-02qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster
2018-03-02qapi: Generate in source orderMarkus Armbruster
2018-03-02qapi: Record 'include' directives in parse treeMarkus Armbruster
2018-03-02qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()Markus Armbruster
2018-03-02qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster
2018-03-02qapi/common: Eliminate QAPISchema.exprsMarkus Armbruster
2018-03-02qapi: Improve include file name reporting in error messagesMarkus Armbruster
2018-03-02qapi: Touch generated files only when they changeMarkus Armbruster
2018-03-02qapi-gen: Convert from getopt to argparseMarkus Armbruster
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster