aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/qapi-schema-test.out
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
2020-01-14qapi: Fix code generation for empty modulesMarkus Armbruster
2019-10-22tests: qapi: Test 'features' of commandsPeter Krempa
2019-10-22tests/qapi-schema: Tidy up test output indentationMarkus Armbruster
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-05qapi: Fix array first used in a different moduleMarkus Armbruster
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
2019-03-05tests/qapi-schema: Make test-qapi.py print arraysMarkus Armbruster
2019-02-18qapi: Clean up modular built-in code generation a bitMarkus 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 'if' to enum membersMarc-André Lureau
2018-12-13tests: print enum type members more like object type 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-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau
2018-07-03qapi: add 'if' to top-level expressionsMarc-André Lureau
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
2018-03-27tests: let qapi-schema tests detect oobPeter Xu
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster
2018-03-02qapi: Generate in source orderMarkus Armbruster
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-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-07-19qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake
2016-07-19qapi: Hide tag_name data member of variantsEric Blake
2016-03-18qapi: Allow anonymous base for flat unionEric Blake
2016-03-18qapi: Adjust names of implicit typesEric Blake
2016-03-18qapi: Fix command with named empty argument typeEric 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: Simplify visiting of alternate typesEric Blake
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake