aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)AuthorFilesLines
2019-09-28qapi: Change frontend error messages to start with lower caseMarkus Armbruster1-90/+102
2019-09-28qapi: Clean up member name case checkingMarkus Armbruster1-11/+14
2019-09-28qapi: Prefix frontend errors with an "in definition" lineMarkus Armbruster1-1/+14
2019-09-28qapi: New QAPISourceInfo, replacing dictMarkus Armbruster1-28/+41
2019-09-28qapi: Rename .owner to .defined_inMarkus Armbruster1-30/+31
2019-09-28qapi: Tighten QAPISchemaFOO.check() assertionsMarkus Armbruster1-2/+7
2019-09-24qapi: Assert .visit() and .check_clash() run only after .check()Markus Armbruster1-1/+10
2019-09-24qapi: Fix excessive QAPISchemaEntity.check() recursionMarkus Armbruster1-22/+52
2019-09-24qapi: Fix to .check() empty structs just onceMarkus Armbruster1-1/+1
2019-09-24qapi: Delete useless check_exprs() code for simple union kindMarkus Armbruster1-37/+2
2019-09-24qapi: Clean up around check_known_keys()Markus Armbruster1-4/+4
2019-09-24qapi: Simplify check_keys()Markus Armbruster1-11/+8
2019-09-24qapi: Normalize 'if' in check_exprs(), like other sugarMarkus Armbruster1-11/+15
2019-09-24qapi: Fix missing 'if' checks in struct, union, alternate 'data'Markus Armbruster1-0/+3
2019-09-24qapi: Reject blank 'if' conditions in addition to empty onesMarkus Armbruster1-2/+3
2019-09-24qapi: Fix broken discriminator error messagesMarkus Armbruster1-5/+4
2019-09-24qapi: Remove null from schema languageMarkus Armbruster1-4/+0
2019-09-24qapi: Improve reporting of lexical errorsMarkus Armbruster1-1/+5
2019-09-24qapi: Use quotes more consistently in frontend error messagesMarkus Armbruster1-18/+19
2019-09-24qapi: Tweak code to match docs/devel/qapi-code-gen.txtMarkus Armbruster1-12/+12
2019-09-24qapi: Adjust frontend errors to say enum value, not memberMarkus Armbruster2-4/+9
2019-09-24qapi: Permit omitting all flat union branchesMarkus Armbruster1-8/+8
2019-09-24qapi: Permit alternates with just one branchMarkus Armbruster1-4/+2
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster3-19/+9
2019-09-24qapi: Drop support for escape sequences other than \\Markus Armbruster1-23/+3
2019-09-24qapi: Restrict strings to printable ASCIIMarkus Armbruster1-17/+11
2019-09-24qapi: Drop support for boxed alternate argumentsMarkus Armbruster1-11/+4
2019-09-24qapi: Drop check_type()'s redundant parameter @allow_optionalMarkus Armbruster1-9/+8
2019-06-12qapi: Simplify how QAPIDoc implements its state machineMarkus Armbruster1-57/+68
2019-06-12qapi: Allow documentation for featuresKevin Wolf2-4/+51
2019-06-12qapi: Disentangle QAPIDoc codeKevin Wolf1-25/+102
2019-06-12qapi: Add feature flags to struct typesKevin Wolf5-14/+67
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-3/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-2/+0
2019-03-05qapi: Fix array first used in a different moduleMarkus Armbruster1-4/+5
2019-03-05qapi: Fix code generation for sub-modules in other directoriesMarkus Armbruster1-12/+21
2019-03-05qapi: Pass file name to QAPIGen constructor instead of methodsMarkus Armbruster3-36/+38
2019-02-18Revert "qapi-events: add 'if' condition to implicit event enum"Markus Armbruster1-1/+3
2019-02-18qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster1-11/+21
2019-02-18qapi: Prepare for system modules other than 'builtin'Markus Armbruster3-12/+27
2019-02-18qapi: Clean up modular built-in code generation a bitMarkus Armbruster5-10/+22
2019-01-24qapi: Eliminate indirection through qmp_event_get_func_emit()Markus Armbruster1-10/+14
2018-12-18qapi: fix flat union on uncovered branches conditionalsMarc-André Lureau1-1/+2
2018-12-14qapi: add condition to variants documentationMarc-André Lureau1-2/+2
2018-12-14qapi: add 'If:' condition to struct members documentationMarc-André Lureau1-2/+2
2018-12-14qapi: add 'If:' condition to enum values documentationMarc-André Lureau1-9/+16
2018-12-14qapi: Add #if conditions to generated code membersMarc-André Lureau4-4/+24
2018-12-13qapi: add 'if' to alternate membersMarc-André Lureau1-5/+5
2018-12-13qapi: add 'if' to union membersMarc-André Lureau1-7/+8
2018-12-13qapi: Add 'if' to implicit struct membersMarc-André Lureau1-7/+11