summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/qapi-schema-test.out
Commit message (Expand)AuthorAgeFilesLines
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-1/+1
* tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau2017-06-191-8/+0Star
* qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster2017-05-311-2/+2
* tests/qapi-schema: Avoid 'str' in alternate test casesMarkus Armbruster2017-05-311-13/+17
* qapi: Back out doc comments added just to please qapi.pyMarkus Armbruster2017-03-161-130/+0Star
* qapi: add qapi2texi scriptMarc-André Lureau2017-01-161-0/+130
* qapi: Implement boxed types for commands/eventsEric Blake2016-07-191-0/+8
* qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake2016-07-191-7/+12
* qapi: Hide tag_name data member of variantsEric Blake2016-07-191-0/+10
* qapi: Allow anonymous base for flat unionEric Blake2016-03-181-5/+5
* qapi: Adjust names of implicit typesEric Blake2016-03-181-77/+77
* qapi: Fix command with named empty argument typeEric Blake2016-03-181-0/+2
* qapi: Add tests of complex objects within alternateEric Blake2016-02-191-1/+3
* qapi-visit: Honor prefix of discriminator enumEric Blake2016-02-191-2/+5
* qapi: Simplify visiting of alternate typesEric Blake2015-12-171-8/+0Star
* qapi: Convert QType into QAPI built-in enum typeEric Blake2015-12-171-0/+2
* qapi: Fix c_name() mungingEric Blake2015-12-171-0/+1
* qapi: Track simple union tag in object.local_membersEric Blake2015-12-171-0/+2
* qapi: Use generated TestStruct machinery in testsEric Blake2015-11-091-0/+5
* tests/qapi-schema: Test for reserved names, empty structEric Blake2015-11-021-0/+3
* qapi: Lazy creation of array typesEric Blake2015-10-151-0/+3
* qapi: Drop redundant returns-int testEric Blake2015-10-151-5/+5
* qapi: Move empty-enum to compile-time testEric Blake2015-10-151-0/+1
* qapi: Test use of 'number' within alternatesEric Blake2015-10-121-0/+24
* qapi: Test for various name collisionsEric Blake2015-10-121-0/+2
* qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster2015-09-211-0/+1
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-211-1/+8
* tests/qapi-schema: Convert test harness to QAPISchemaVisitorMarkus Armbruster2015-09-211-57/+161
* qapi: allow override of default enum prefix namingDaniel P. Berrange2015-09-151-0/+2
* tests/qapi-schema: Restore test case for flat union base bugMarkus Armbruster2015-09-041-4/+4
* qapi-visit: Fix generated code when schema has forward refsMarkus Armbruster2015-09-041-5/+5
* qapi: Support downstream events and commandsEric Blake2015-05-141-1/+3
* qapi: Support downstream alternatesEric Blake2015-05-141-2/+4
* qapi: Support downstream flat unionsEric Blake2015-05-141-2/+5
* qapi: Support downstream simple unionsEric Blake2015-05-141-2/+4
* qapi: Support downstream structsEric Blake2015-05-141-2/+6
* qapi: Support downstream enumsEric Blake2015-05-141-1/+3
* qapi: Drop tests for inline nested structsEric Blake2015-05-051-2/+6
* qapi: Merge UserDefTwo and UserDefNested in testsEric Blake2015-05-051-4/+2Star
* qapi: Prefer 'struct' over 'type' in generatorEric Blake2015-05-051-22/+22
* qapi: Use 'alternate' to replace anonymous unionEric Blake2015-05-051-1/+1
* qapi: Rename anonymous union type in testEric Blake2015-05-051-2/+2
* qapi: Forbid base without discriminator in unionsEric Blake2015-05-051-2/+0Star
* qapi: Fix generation of 'size' builtin typeEric Blake2015-05-051-1/+1
* tests: add QMP input visitor test for unions with no discriminatorMichael Roth2014-09-261-0/+3
* test: add test cases for qapi eventWenchao Xia2014-06-231-2/+8
* qapi script: do not allow string discriminatorWenchao Xia2014-03-111-2/+3
* qapi script: remember explicitly defined enum valuesWenchao Xia2014-03-111-5/+5
* tests/qapi-schema: Cover flat union typesMarkus Armbruster2014-03-031-0/+2
* tests/qapi-schema: Cover union types with baseMarkus Armbruster2014-03-031-1/+1