summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/qapi-schema-test.json
Commit message (Expand)AuthorAgeFilesLines
* qapi: Permit omitting all flat union branchesMarkus Armbruster2019-09-241-0/+5
* qapi: Permit alternates with just one branchMarkus Armbruster2019-09-241-1/+3
* qapi: Permit 'boxed' with empty typeMarkus Armbruster2019-09-241-0/+2
* qapi: Drop support for boxed alternate argumentsMarkus Armbruster2019-09-241-1/+1
* tests/qapi-schema: Test for good feature lists in structsKevin Wolf2019-06-121-0/+39
* tests/qapi-schema: Cover forward reference to sub-moduleMarkus Armbruster2019-03-051-1/+2
* tests: Rename UserDefNativeListUnion to UserDefListUnionMarkus Armbruster2019-03-051-3/+3
* qapi: Fix code generation for sub-modules in other directoriesMarkus Armbruster2019-03-051-0/+3
* tests/qapi-schema: Cover conditional arraysMarkus Armbruster2019-03-051-1/+1
* qapi: add 'if' to alternate membersMarc-André Lureau2018-12-131-1/+3
* qapi: add 'if' to union membersMarc-André Lureau2018-12-131-1/+3
* qapi: Add 'if' to implicit struct membersMarc-André Lureau2018-12-131-3/+9
* qapi: add a dictionary form for TYPEMarc-André Lureau2018-12-131-5/+5
* qapi: add 'if' to enum membersMarc-André Lureau2018-12-131-2/+3
* tests/qapi: Cover commands with 'if' and union / alternate 'data'Marc-André Lureau2018-12-131-0/+6
* tests: add a qmp success-response testMarc-André Lureau2018-08-311-0/+2
* 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' to top-level expressionsMarc-André Lureau2018-07-031-0/+26
|/
* qapi: allow empty branches in flat unionsAnton Nefedov2018-06-221-2/+4
* tests: qapi-schema tests for allow-preconfigIgor Mammedov2018-05-301-2/+2
* tests: add oob-test for qapi-schemaPeter Xu2018-03-271-0/+3
* qapi: Introduce a first class 'null' typeMarkus Armbruster2017-07-241-1/+2
* tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau2017-06-191-2/+0Star
* qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster2017-05-311-1/+3
* tests/qapi-schema: Avoid 'str' in alternate test casesMarkus Armbruster2017-05-311-4/+5
* qapi: Have each QAPI schema declare its returns white-listMarkus Armbruster2017-03-161-0/+7
* qapi: Back out doc comments added just to please qapi.pyMarkus Armbruster2017-03-161-213/+0Star
* qapi: add qapi2texi scriptMarc-André Lureau2017-01-161-0/+213
* qapi: Implement boxed types for commands/eventsEric Blake2016-07-191-0/+4
* qapi: Allow anonymous base for flat unionEric Blake2016-03-181-5/+1Star
* qapi: Fix command with named empty argument typeEric Blake2016-03-181-0/+2
* qapi: Rename 'fields' to 'members' in generatorEric Blake2016-03-051-1/+1
* qapi: Add tests of complex objects within alternateEric Blake2016-02-191-1/+3
* qapi-visit: Honor prefix of discriminator enumEric Blake2016-02-191-3/+6
* qapi: Fix c_name() mungingEric Blake2015-12-171-2/+3
* qapi: Use generated TestStruct machinery in testsEric Blake2015-11-091-1/+5
* tests/qapi-schema: Test for reserved names, empty structEric Blake2015-11-021-0/+4
* qapi: Lazy creation of array typesEric Blake2015-10-151-0/+4
* qapi: Drop redundant flat-union-reverse-define testEric Blake2015-10-151-4/+7
* qapi: Drop redundant returns-int testEric Blake2015-10-151-2/+3
* qapi: Move empty-enum to compile-time testEric Blake2015-10-151-0/+6
* qapi: Test use of 'number' within alternatesEric Blake2015-10-121-0/+8
* qapi: Test for various name collisionsEric Blake2015-10-121-2/+5
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-211-1/+4
* qapi-event: Convert to QAPISchemaVisitor, fixing data with baseMarkus Armbruster2015-09-211-3/+0Star
* qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster2015-09-211-3/+0Star
* qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster2015-09-211-2/+2
* qapi: allow override of default enum prefix namingDaniel P. Berrange2015-09-151-0/+5
* tests/qapi-schema: Restore test case for flat union base bugMarkus Armbruster2015-09-041-2/+3