Age | Commit message (Expand) | Author |
2016-03-18 | qapi: Allow anonymous base for flat union | Eric Blake |
2016-03-18 | qapi: Make BlockdevOptions doc example closer to reality | Eric Blake |
2016-03-18 | qapi: Adjust names of implicit types | Eric Blake |
2016-03-05 | qapi: Update docs to match recent generator changes | Eric Blake |
2016-02-19 | qapi: Forbid empty unions and useless alternates | Eric Blake |
2015-12-17 | qapi: Simplify visiting of alternate types | Eric Blake |
2015-12-17 | qapi: Convert QType into QAPI built-in enum type | Eric Blake |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake |
2015-12-17 | qapi: Tighten the regex on valid names | Eric Blake |
2015-11-17 | qapi: Document introspection stability considerations | Eric Blake |
2015-11-10 | qapi-introspect: Document lack of sorting | Eric Blake |
2015-11-10 | qapi: Provide nicer array names in introspection | Eric Blake |
2015-11-02 | qapi: Reserve 'q_*' and 'has_*' member names | Eric Blake |
2015-11-02 | qapi: Reserve '*List' type names for list types | Eric Blake |
2015-10-12 | qapi: Consistent generated code: prefer visitor 'v' | Eric Blake |
2015-10-12 | qapi: Consistent generated code: prefer error 'err' | Eric Blake |
2015-09-21 | qapi-introspect: Hide type names | Markus Armbruster |
2015-09-21 | qapi: New QMP command query-qmp-schema for QMP introspection | Markus Armbruster |
2015-09-21 | qapi: Pseudo-type '**' is now unused, drop it | Markus Armbruster |
2015-09-21 | qapi-schema: Fix up misleading specification of netdev_add | Markus Armbruster |
2015-09-21 | qapi: Introduce a first class 'any' type | Markus Armbruster |
2015-09-21 | qapi: Improve built-in type documentation | Markus Armbruster |
2015-09-21 | qapi-commands: De-duplicate output marshaling functions | Markus Armbruster |
2015-09-21 | qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO() | Markus Armbruster |
2015-09-21 | qapi: Clean up after recent conversions to QAPISchemaVisitor | Markus Armbruster |
2015-09-21 | qapi: De-duplicate enum code generation | Markus Armbruster |
2015-09-21 | qapi-types: Convert to QAPISchemaVisitor, fixing flat unions | Markus Armbruster |
2015-09-15 | qapi: allow override of default enum prefix naming | Daniel P. Berrange |
2015-09-04 | docs/qapi-code-gen.txt: Fix QAPI schema examples | Markus Armbruster |
2015-09-04 | qapi: Generated code cleanup | Markus Armbruster |
2015-09-04 | qapi-commands: Drop useless initialization | Markus Armbruster |
2015-09-04 | qapi: Command returning anonymous type doesn't work, outlaw | Markus Armbruster |
2015-09-04 | qapi: Fix to reject union command and event arguments | Markus Armbruster |
2015-09-04 | qapi-event: Clean up how name of enum QAPIEvent is made | Markus Armbruster |
2015-09-04 | qapi: Clarify docs on including the same file multiple times | Markus Armbruster |
2015-06-18 | qapi: Drop bogus command from docs | Markus Armbruster |
2015-05-14 | qapi: Turn generators' mandatory option -i into an argument | Markus Armbruster |
2015-05-05 | qapi: Tweak doc references to QMP when QGA is also meant | Eric Blake |
2015-05-05 | qapi: Document 'struct' metatype | Eric Blake |
2015-05-05 | qapi: Document new 'alternate' meta-type | Eric Blake |
2015-05-05 | qapi: Document type-safety considerations | Eric Blake |
2015-05-05 | qapi: Add copyright declaration on docs | Eric Blake |
2014-09-26 | qapi: Update docs given recent event, spacing fixes | Eric Blake |
2014-06-27 | qapi script: clean up in scripts | Wenchao Xia |
2014-06-23 | qapi script: add event support | Wenchao Xia |
2014-05-16 | qapi: skip redundant includes | BenoƮt Canet |
2014-05-15 | qapi: Show qapi-commands.py invocation in qapi-code-gen.txt | Markus Armbruster |
2014-05-15 | qapi: Replace uncommon use of the error API by the common one | Markus Armbruster |
2014-05-15 | qapi: Normalize marshalling's visitor initialization and cleanup | Markus Armbruster |
2014-05-15 | qapi: Update qapi-code-gen.txt example to match current code | Markus Armbruster |