aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)Author
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
2017-03-16tests/qapi-schema: Rename doc-bad-args to doc-bad-command-argMarkus Armbruster
2017-03-16qapi: Move empty doc section checking to doc parserMarkus Armbruster
2017-03-16qapi: Improve error message on @NAME: in free-form docMarkus Armbruster
2017-03-16qapi: Move detection of doc / expression name mismatchMarkus Armbruster
2017-03-16qapi: Fix detection of doc / expression mismatchMarkus Armbruster
2017-03-16tests/qapi-schema: Improve doc / expression mismatch coverageMarkus Armbruster
2017-03-16qapi: The #optional tag is redundant, dropMarkus Armbruster
2017-03-16qapi: Fix to reject empty union base gracefullyMarkus Armbruster
2017-03-16tests/qapi-schema: Cover empty union baseMarkus Armbruster
2017-03-16qapi: Have each QAPI schema declare its name rule violationsMarkus Armbruster
2017-03-16qapi: Have each QAPI schema declare its returns white-listMarkus Armbruster
2017-03-16qapi: Back out doc comments added just to please qapi.pyMarkus Armbruster
2017-03-16qapi: Make doc comments optional where we don't need themMarkus Armbruster
2017-01-16qapi: add qapi2texi scriptMarc-André Lureau
2016-07-19qapi: Implement boxed types for commands/eventsEric Blake