summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/qapi-schema-test.json
AgeCommit message (Expand)Author
2020-03-17qapi: New special feature flag "deprecated"Markus Armbruster
2020-03-17qapi: Add feature flags to struct membersMarkus Armbruster
2020-03-17qapi: Add feature flags to remaining definitionsMarkus Armbruster
2019-10-22tests: qapi: Test 'features' of commandsPeter Krempa
2019-09-24qapi: Permit omitting all flat union branchesMarkus Armbruster
2019-09-24qapi: Permit alternates with just one branchMarkus Armbruster
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster
2019-09-24qapi: Drop support for boxed alternate argumentsMarkus Armbruster
2019-06-12tests/qapi-schema: Test for good feature lists in structsKevin Wolf
2019-03-05tests/qapi-schema: Cover forward reference to sub-moduleMarkus Armbruster
2019-03-05tests: Rename UserDefNativeListUnion to UserDefListUnionMarkus Armbruster
2019-03-05qapi: Fix code generation for sub-modules in other directoriesMarkus Armbruster
2019-03-05tests/qapi-schema: Cover conditional arraysMarkus Armbruster
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-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-07-05Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...Peter Maydell
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-03-27tests: add oob-test for qapi-schemaPeter Xu
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster
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-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-01-16qapi: add qapi2texi scriptMarc-André Lureau
2016-07-19qapi: Implement boxed types for commands/eventsEric Blake
2016-03-18qapi: Allow anonymous base for flat unionEric Blake
2016-03-18qapi: Fix command with named empty argument typeEric Blake
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake
2016-02-19qapi: Add tests of complex objects within alternateEric Blake
2016-02-19qapi-visit: Honor prefix of discriminator enumEric Blake
2015-12-17qapi: Fix c_name() mungingEric Blake
2015-11-09qapi: Use generated TestStruct machinery in testsEric Blake
2015-11-02tests/qapi-schema: Test for reserved names, empty structEric Blake
2015-10-15qapi: Lazy creation of array typesEric Blake
2015-10-15qapi: Drop redundant flat-union-reverse-define testEric Blake
2015-10-15qapi: Drop redundant returns-int testEric Blake
2015-10-15qapi: Move empty-enum to compile-time testEric Blake
2015-10-12qapi: Test use of 'number' within alternatesEric Blake
2015-10-12qapi: Test for various name collisionsEric Blake
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster
2015-09-21qapi-event: Convert to QAPISchemaVisitor, fixing data with baseMarkus Armbruster