summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/introspect.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Add feature flags to struct typesKevin Wolf2019-06-121-1/+5
* qapi: Add #if conditions to generated code membersMarc-André Lureau2018-12-141-4/+10
* qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau2018-12-131-2/+3
* qapi: Add comments to aid debugging generated introspectionEric Blake2018-08-281-6/+21
* qapi: Minor introspect.py cleanupsEric Blake2018-08-281-4/+3Star
* qapi: Make 'allow-oob' optional in SchemaInfoCommandMarkus Armbruster2018-07-231-5/+5
* qapi: Do not expose "allow-preconfig" in query-qmp-schemaMarkus Armbruster2018-07-161-2/+2
* qapi-introspect: add preprocessor conditions to generated QLitMarc-André Lureau2018-07-031-10/+21
* qapi-introspect: modify to_qlit() to append ',' on level > 0Marc-André Lureau2018-07-031-1/+3
* qapi: add 'ifcond' to visitor methodsMarc-André Lureau2018-07-031-6/+6
* qapi/introspect: Eliminate pointless variable in .visit_end()Markus Armbruster2018-06-221-4/+1Star
* qapi: introduce new cmd option "allow-preconfig"Igor Mammedov2018-05-301-3/+4
* qapi: introduce new cmd option "allow-oob"Peter Xu2018-03-191-2/+5
* qapi: generate a literal qobject for introspectionMarc-André Lureau2018-03-191-33/+43
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-2/+2
* qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster2018-03-021-33/+23Star
* qapi-gen: New common driver for code and doc generatorsMarkus Armbruster2018-03-021-0/+188