summary refs log tree commit diff stats
path: root/scripts/qapi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* qapi: Fix missing 'if' checks in struct, union, alternate 'data'Markus Armbruster2019-09-241-0/+3
* qapi: Reject blank 'if' conditions in addition to empty onesMarkus Armbruster2019-09-241-2/+3
* qapi: Fix broken discriminator error messagesMarkus Armbruster2019-09-241-5/+4
* qapi: Remove null from schema languageMarkus Armbruster2019-09-241-4/+0
* qapi: Improve reporting of lexical errorsMarkus Armbruster2019-09-241-1/+5
* qapi: Use quotes more consistently in frontend error messagesMarkus Armbruster2019-09-241-18/+19
* qapi: Tweak code to match docs/devel/qapi-code-gen.txtMarkus Armbruster2019-09-241-12/+12
* qapi: Adjust frontend errors to say enum value, not memberMarkus Armbruster2019-09-242-4/+9
* qapi: Permit omitting all flat union branchesMarkus Armbruster2019-09-241-8/+8
* qapi: Permit alternates with just one branchMarkus Armbruster2019-09-241-4/+2
* qapi: Permit 'boxed' with empty typeMarkus Armbruster2019-09-243-19/+9
* qapi: Drop support for escape sequences other than \\Markus Armbruster2019-09-241-23/+3
* qapi: Restrict strings to printable ASCIIMarkus Armbruster2019-09-241-17/+11
* qapi: Drop support for boxed alternate argumentsMarkus Armbruster2019-09-241-11/+4
* qapi: Drop check_type()'s redundant parameter @allow_optionalMarkus Armbruster2019-09-241-9/+8
* qapi: Simplify how QAPIDoc implements its state machineMarkus Armbruster2019-06-121-57/+68
* qapi: Allow documentation for featuresKevin Wolf2019-06-122-4/+51
* qapi: Disentangle QAPIDoc codeKevin Wolf2019-06-121-25/+102
* qapi: Add feature flags to struct typesKevin Wolf2019-06-125-14/+67
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-3/+0
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-2/+0
* qapi: Fix array first used in a different moduleMarkus Armbruster2019-03-051-4/+5
* qapi: Fix code generation for sub-modules in other directoriesMarkus Armbruster2019-03-051-12/+21
* qapi: Pass file name to QAPIGen constructor instead of methodsMarkus Armbruster2019-03-053-36/+38
* Revert "qapi-events: add 'if' condition to implicit event enum"Markus Armbruster2019-02-181-1/+3
* qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster2019-02-181-11/+21
* qapi: Prepare for system modules other than 'builtin'Markus Armbruster2019-02-183-12/+27
* qapi: Clean up modular built-in code generation a bitMarkus Armbruster2019-02-185-10/+22
* qapi: Eliminate indirection through qmp_event_get_func_emit()Markus Armbruster2019-01-241-10/+14
* qapi: fix flat union on uncovered branches conditionalsMarc-André Lureau2018-12-181-1/+2
* qapi: add condition to variants documentationMarc-André Lureau2018-12-141-2/+2
* qapi: add 'If:' condition to struct members documentationMarc-André Lureau2018-12-141-2/+2
* qapi: add 'If:' condition to enum values documentationMarc-André Lureau2018-12-141-9/+16
* qapi: Add #if conditions to generated code membersMarc-André Lureau2018-12-144-4/+24
* qapi: add 'if' to alternate membersMarc-André Lureau2018-12-131-5/+5
* qapi: add 'if' to union membersMarc-André Lureau2018-12-131-7/+8
* qapi: Add 'if' to implicit struct membersMarc-André Lureau2018-12-131-7/+11
* qapi: add a dictionary form for TYPEMarc-André Lureau2018-12-131-24/+46
* qapi-events: add 'if' condition to implicit event enumMarc-André Lureau2018-12-131-1/+1
* qapi: add 'if' to enum membersMarc-André Lureau2018-12-131-3/+5
* qapi: add a dictionary form with 'name' key for enum membersMarc-André Lureau2018-12-131-10/+26
* qapi: improve reporting of unknown or missing keysMarc-André Lureau2018-12-131-8/+15
* qapi: factor out checking for keysMarc-André Lureau2018-12-131-7/+13
* qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau2018-12-136-24/+26
* qapi: Do not define enumeration value explicitlyMarc-André Lureau2018-12-131-5/+2
* qapi: rename QAPISchemaEnumType.values to .membersMarc-André Lureau2018-12-131-12/+12
* qapi: Add comments to aid debugging generated introspectionEric Blake2018-08-281-6/+21
* qapi: Minor introspect.py cleanupsEric Blake2018-08-281-4/+3
* qapi: Emit a blank line before dummy declarationMarkus Armbruster2018-08-281-0/+1
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-17/+6