summaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)AuthorFilesLines
2019-03-05qapi: Fix array first used in a different moduleMarkus Armbruster2-0/+7
2019-03-05tests/qapi-schema: Cover forward reference to sub-moduleMarkus Armbruster2-1/+7
2019-03-05tests: Rename UserDefNativeListUnion to UserDefListUnionMarkus Armbruster2-7/+7
2019-03-05qapi: Fix code generation for sub-modules in other directoriesMarkus Armbruster10-25/+23
2019-03-05tests/qapi-schema: Cover conditional arraysMarkus Armbruster2-2/+4
2019-03-05tests/qapi-schema: Make test-qapi.py print arraysMarkus Armbruster2-0/+12
2019-02-18qapi: Clean up modular built-in code generation a bitMarkus Armbruster11-0/+11
2018-12-14qapi: add condition to variants documentationMarc-André Lureau3-4/+7
2018-12-14qapi: add 'If:' condition to struct members documentationMarc-André Lureau3-1/+4
2018-12-14qapi: add 'If:' condition to enum values documentationMarc-André Lureau3-2/+5
2018-12-13qapi: add 'if' to alternate membersMarc-André Lureau2-1/+4
2018-12-13qapi: add 'if' to union membersMarc-André Lureau3-1/+8
2018-12-13qapi: Add 'if' to implicit struct membersMarc-André Lureau7-3/+34
2018-12-13qapi: add a dictionary form for TYPEMarc-André Lureau28-8/+47
2018-12-13qapi: add 'if' to enum membersMarc-André Lureau8-3/+12
2018-12-13qapi: add a dictionary form with 'name' key for enum membersMarc-André Lureau10-3/+8
2018-12-13qapi: improve reporting of unknown or missing keysMarc-André Lureau4-2/+5
2018-12-13tests: print enum type members more like object type membersMarc-André Lureau12-27/+149
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau1-2/+2
2018-12-13tests/qapi: Cover commands with 'if' and union / alternate 'data'Marc-André Lureau2-0/+18
2018-08-31tests: add a qmp success-response testMarc-André Lureau2-0/+4
2018-08-15qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster1-6/+7
2018-07-05Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...Peter Maydell1-1/+1
2018-07-03qapi: add 'If:' section to generated documentationMarc-André Lureau3-1/+4
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau2-5/+24
2018-07-03qapi: add 'if' to top-level expressionsMarc-André Lureau18-0/+72
2018-07-03qmp: Say "out-of-band" instead of "Out-Of-Band"Markus Armbruster1-1/+1
2018-06-22qapi: allow empty branches in flat unionsAnton Nefedov6-14/+6
2018-05-30tests: qapi-schema tests for allow-preconfigIgor Mammedov10-20/+24
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov1-2/+2
2018-03-27tests: add oob-test for qapi-schemaPeter Xu6-0/+9
2018-03-27tests: let qapi-schema tests detect oobPeter Xu5-16/+16
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu1-1/+1
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster11-0/+32
2018-03-02qapi: Generate in source orderMarkus Armbruster11-187/+187
2018-03-02qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster1-2/+8
2018-03-02qapi: Improve include file name reporting in error messagesMarkus Armbruster1-1/+1
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster1-3/+1
2018-03-02qapi: Streamline boilerplate comment generationMarkus Armbruster1-1/+2
2018-02-05qapi: use items()/values() intead of iteritems()/itervalues()Daniel P. Berrange1-1/+1
2018-02-05qapi: convert to use python print function instead of statementDaniel P. Berrange1-20/+21
2017-12-20qapi2texi: Simplify representation of section textMarkus Armbruster1-10/+0
2017-12-20qapi: Simplify representation of QAPIDoc section textMarkus Armbruster2-3/+4
2017-12-20qapi: Unify representation of doc section without nameMarkus Armbruster2-2/+2
2017-12-20tests/qapi-schema/doc-bad-section: New, factored out of doc-goodMarkus Armbruster7-3/+27
2017-09-01qapi: Fix error handling code on alternate conflictEduardo Habkost8-0/+12
2017-07-24qapi: Introduce a first class 'null' typeMarkus Armbruster2-1/+3
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau10-10/+10
2017-06-19tests: Remove test cases for alternates of 'number' and 'int'Marc-André Lureau2-10/+0
2017-05-31qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster13-9/+25