summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema
Commit message (Expand)AuthorAgeFilesLines
* tests: add a qmp success-response testMarc-André Lureau2018-08-312-0/+4
* qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster2018-08-151-6/+7
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...Peter Maydell2018-07-051-1/+1
|\
| * qmp: Say "out-of-band" instead of "Out-Of-Band"Markus Armbruster2018-07-031-1/+1
* | qapi: add 'If:' section to generated documentationMarc-André Lureau2018-07-033-1/+4
* | qapi: add 'ifcond' to visitor methodsMarc-André Lureau2018-07-032-5/+24
* | qapi: add 'if' to top-level expressionsMarc-André Lureau2018-07-0318-0/+72
|/
* qapi: allow empty branches in flat unionsAnton Nefedov2018-06-226-14/+6Star
* tests: qapi-schema tests for allow-preconfigIgor Mammedov2018-05-3010-20/+24
* qapi: introduce new cmd option "allow-preconfig"Igor Mammedov2018-05-301-2/+2
* tests: add oob-test for qapi-schemaPeter Xu2018-03-276-0/+9
* tests: let qapi-schema tests detect oobPeter Xu2018-03-275-16/+16
* qapi: introduce new cmd option "allow-oob"Peter Xu2018-03-191-1/+1
* qapi: Record 'include' directives in intermediate representationMarkus Armbruster2018-03-0211-0/+32
* qapi: Generate in source orderMarkus Armbruster2018-03-0211-187/+187
* qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster2018-03-021-2/+8
* qapi: Improve include file name reporting in error messagesMarkus Armbruster2018-03-021-1/+1
* qapi-gen: New common driver for code and doc generatorsMarkus Armbruster2018-03-021-3/+1Star
* qapi: Streamline boilerplate comment generationMarkus Armbruster2018-03-021-1/+2
* qapi: use items()/values() intead of iteritems()/itervalues()Daniel P. Berrange2018-02-051-1/+1
* qapi: convert to use python print function instead of statementDaniel P. Berrange2018-02-051-20/+21
* qapi2texi: Simplify representation of section textMarkus Armbruster2017-12-201-10/+0Star
* qapi: Simplify representation of QAPIDoc section textMarkus Armbruster2017-12-202-3/+4
* qapi: Unify representation of doc section without nameMarkus Armbruster2017-12-202-2/+2
* tests/qapi-schema/doc-bad-section: New, factored out of doc-goodMarkus Armbruster2017-12-207-3/+27
* qapi: Fix error handling code on alternate conflictEduardo Habkost2017-09-018-0/+12
* qapi: Introduce a first class 'null' typeMarkus Armbruster2017-07-242-1/+3
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-2010-10/+10
* tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau2017-06-192-10/+0Star
* qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster2017-05-3113-9/+25
* tests/qapi-schema: Avoid 'str' in alternate test casesMarkus Armbruster2017-05-317-22/+27
* qapi2texi: Fix translation of *strong* and _emphasized_Markus Armbruster2017-03-211-4/+4
* tests/qapi-schema: Systematic positive doc comment testsMarkus Armbruster2017-03-215-0/+528
* tests/qapi-schema: Make test-qapi.py print docs againMarkus Armbruster2017-03-211-0/+11
* qapi: Fix a misleading parser error messageMarkus Armbruster2017-03-161-1/+1
* qapi: Fix detection of bogus member documentationMarkus Armbruster2017-03-163-12/+2Star
* tests/qapi-schema: Improve coverage of bogus member docsMarkus Armbruster2017-03-168-0/+42
* tests/qapi-schema: Rename doc-bad-args to doc-bad-command-argMarkus Armbruster2017-03-165-1/+1
* qapi: Move empty doc section checking to doc parserMarkus Armbruster2017-03-161-1/+1
* qapi: Improve error message on @NAME: in free-form docMarkus Armbruster2017-03-161-1/+1
* qapi: Move detection of doc / expression name mismatchMarkus Armbruster2017-03-161-1/+1
* qapi: Fix detection of doc / expression mismatchMarkus Armbruster2017-03-1611-15/+6Star
* tests/qapi-schema: Improve doc / expression mismatch coverageMarkus Armbruster2017-03-1612-0/+35
* qapi: The #optional tag is redundant, dropMarkus Armbruster2017-03-164-9/+0Star
* qapi: Fix to reject empty union base gracefullyMarkus Armbruster2017-03-161-10/+1Star
* tests/qapi-schema: Cover empty union baseMarkus Armbruster2017-03-164-0/+20
* qapi: Have each QAPI schema declare its name rule violationsMarkus Armbruster2017-03-166-1/+7
* qapi: Have each QAPI schema declare its returns white-listMarkus Armbruster2017-03-167-1/+17
* qapi: Back out doc comments added just to please qapi.pyMarkus Armbruster2017-03-16200-1074/+92Star
* qapi: Make doc comments optional where we don't need themMarkus Armbruster2017-03-1620-0/+27