summaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)Author
2018-12-14qapi: add condition to variants documentationMarc-André Lureau
2018-12-14qapi: add 'If:' condition to struct members documentationMarc-André Lureau
2018-12-14qapi: add 'If:' condition to enum values documentationMarc-André Lureau
2018-12-13qapi: add 'if' to alternate membersMarc-André Lureau
2018-12-13qapi: add 'if' to union membersMarc-André Lureau
2018-12-13qapi: Add 'if' to implicit struct membersMarc-André Lureau
2018-12-13qapi: add a dictionary form for TYPEMarc-André Lureau
2018-12-13qapi: add 'if' to enum membersMarc-André Lureau
2018-12-13qapi: add a dictionary form with 'name' key for enum membersMarc-André Lureau
2018-12-13qapi: improve reporting of unknown or missing keysMarc-André Lureau
2018-12-13tests: print enum type members more like object type membersMarc-André Lureau
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau
2018-12-13tests/qapi: Cover commands with 'if' and union / alternate 'data'Marc-André Lureau
2018-08-31tests: add a qmp success-response testMarc-André Lureau
2018-08-15qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster
2018-07-05Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...Peter Maydell
2018-07-03qapi: add 'If:' section to generated documentationMarc-André Lureau
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau
2018-07-03qapi: add 'if' to top-level expressionsMarc-André Lureau
2018-07-03qmp: Say "out-of-band" instead of "Out-Of-Band"Markus Armbruster
2018-06-22qapi: allow empty branches in flat unionsAnton Nefedov
2018-05-30tests: qapi-schema tests for allow-preconfigIgor Mammedov
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov
2018-03-27tests: add oob-test for qapi-schemaPeter Xu
2018-03-27tests: let qapi-schema tests detect oobPeter Xu
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster
2018-03-02qapi: Generate in source orderMarkus Armbruster
2018-03-02qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster
2018-03-02qapi: Improve include file name reporting in error messagesMarkus Armbruster
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster
2018-03-02qapi: Streamline boilerplate comment generationMarkus Armbruster
2018-02-05qapi: use items()/values() intead of iteritems()/itervalues()Daniel P. Berrange
2018-02-05qapi: convert to use python print function instead of statementDaniel P. Berrange
2017-12-20qapi2texi: Simplify representation of section textMarkus Armbruster
2017-12-20qapi: Simplify representation of QAPIDoc section textMarkus Armbruster
2017-12-20qapi: Unify representation of doc section without nameMarkus Armbruster
2017-12-20tests/qapi-schema/doc-bad-section: New, factored out of doc-goodMarkus Armbruster
2017-09-01qapi: Fix error handling code on alternate conflictEduardo Habkost
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-19tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau
2017-05-31qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster
2017-05-31tests/qapi-schema: Avoid 'str' in alternate test casesMarkus Armbruster
2017-03-21qapi2texi: Fix translation of *strong* and _emphasized_Markus Armbruster
2017-03-21tests/qapi-schema: Systematic positive doc comment testsMarkus Armbruster
2017-03-21tests/qapi-schema: Make test-qapi.py print docs againMarkus Armbruster
2017-03-16qapi: Fix a misleading parser error messageMarkus Armbruster
2017-03-16qapi: Fix detection of bogus member documentationMarkus Armbruster
2017-03-16tests/qapi-schema: Improve coverage of bogus member docsMarkus Armbruster