summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/qapi-schema-test.out
AgeCommit message (Expand)AuthorFilesLines
2018-03-27tests: add oob-test for qapi-schemaPeter Xu1-0/+2
2018-03-27tests: let qapi-schema tests detect oobPeter Xu1-9/+9
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster1-0/+1
2018-03-02qapi: Generate in source orderMarkus Armbruster1-159/+159
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster1-0/+1
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-1/+1
2017-06-19tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau1-8/+0
2017-05-31qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster1-2/+2
2017-05-31tests/qapi-schema: Avoid 'str' in alternate test casesMarkus Armbruster1-13/+17
2017-03-16qapi: Back out doc comments added just to please qapi.pyMarkus Armbruster1-130/+0
2017-01-16qapi: add qapi2texi scriptMarc-André Lureau1-0/+130
2016-07-19qapi: Implement boxed types for commands/eventsEric Blake1-0/+8
2016-07-19qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake1-7/+12
2016-07-19qapi: Hide tag_name data member of variantsEric Blake1-0/+10
2016-03-18qapi: Allow anonymous base for flat unionEric Blake1-5/+5
2016-03-18qapi: Adjust names of implicit typesEric Blake1-77/+77
2016-03-18qapi: Fix command with named empty argument typeEric Blake1-0/+2
2016-02-19qapi: Add tests of complex objects within alternateEric Blake1-1/+3
2016-02-19qapi-visit: Honor prefix of discriminator enumEric Blake1-2/+5
2015-12-17qapi: Simplify visiting of alternate typesEric Blake1-8/+0
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake1-0/+2
2015-12-17qapi: Fix c_name() mungingEric Blake1-0/+1
2015-12-17qapi: Track simple union tag in object.local_membersEric Blake1-0/+2
2015-11-09qapi: Use generated TestStruct machinery in testsEric Blake1-0/+5
2015-11-02tests/qapi-schema: Test for reserved names, empty structEric Blake1-0/+3
2015-10-15qapi: Lazy creation of array typesEric Blake1-0/+3
2015-10-15qapi: Drop redundant returns-int testEric Blake1-5/+5
2015-10-15qapi: Move empty-enum to compile-time testEric Blake1-0/+1
2015-10-12qapi: Test use of 'number' within alternatesEric Blake1-0/+24
2015-10-12qapi: Test for various name collisionsEric Blake1-0/+2
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster1-0/+1
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster1-1/+8
2015-09-21tests/qapi-schema: Convert test harness to QAPISchemaVisitorMarkus Armbruster1-57/+161
2015-09-15qapi: allow override of default enum prefix namingDaniel P. Berrange1-0/+2
2015-09-04tests/qapi-schema: Restore test case for flat union base bugMarkus Armbruster1-4/+4
2015-09-04qapi-visit: Fix generated code when schema has forward refsMarkus Armbruster1-5/+5
2015-05-14qapi: Support downstream events and commandsEric Blake1-1/+3
2015-05-14qapi: Support downstream alternatesEric Blake1-2/+4
2015-05-14qapi: Support downstream flat unionsEric Blake1-2/+5
2015-05-14qapi: Support downstream simple unionsEric Blake1-2/+4
2015-05-14qapi: Support downstream structsEric Blake1-2/+6
2015-05-14qapi: Support downstream enumsEric Blake1-1/+3
2015-05-05qapi: Drop tests for inline nested structsEric Blake1-2/+6
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake1-4/+2
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake1-22/+22
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake1-1/+1
2015-05-05qapi: Rename anonymous union type in testEric Blake1-2/+2
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake1-2/+0
2015-05-05qapi: Fix generation of 'size' builtin typeEric Blake1-1/+1
2014-09-26tests: add QMP input visitor test for unions with no discriminatorMichael Roth1-0/+3