aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-13qapi: add a dictionary form for TYPEMarc-André Lureau1-24/+46
2018-12-13qapi-events: add 'if' condition to implicit event enumMarc-André Lureau1-1/+1
2018-12-13qapi: add 'if' to enum membersMarc-André Lureau1-3/+5
2018-12-13qapi: add a dictionary form with 'name' key for enum membersMarc-André Lureau1-10/+26
2018-12-13qapi: improve reporting of unknown or missing keysMarc-André Lureau1-8/+15
2018-12-13qapi: factor out checking for keysMarc-André Lureau1-7/+13
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau6-24/+26
2018-12-13qapi: Do not define enumeration value explicitlyMarc-André Lureau1-5/+2
2018-12-13qapi: rename QAPISchemaEnumType.values to .membersMarc-André Lureau1-12/+12
2018-08-28qapi: Add comments to aid debugging generated introspectionEric Blake1-6/+21
2018-08-28qapi: Minor introspect.py cleanupsEric Blake1-4/+3
2018-08-28qapi: Emit a blank line before dummy declarationMarkus Armbruster1-0/+1
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-17/+6
2018-08-28qapi: Fix build_params() for empty parameter listMarkus Armbruster1-6/+4
2018-08-15qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster2-7/+10
2018-07-23qapi: Make 'allow-oob' optional in SchemaInfoCommandMarkus Armbruster1-5/+5