aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-16qapi: Do not expose "allow-preconfig" in query-qmp-schemaMarkus Armbruster1-2/+2
2018-07-03qapi: add 'If:' section to generated documentationMarc-André Lureau1-10/+12
2018-07-03qapi-types: add #if conditions to types & visitorsMarkus Armbruster2-33/+48
2018-07-03qapi/events: add #if conditions to eventsMarc-André Lureau1-2/+4
2018-07-03qapi/commands: add #if conditions to commandsMarc-André Lureau1-8/+16
2018-07-03qapi-introspect: add preprocessor conditions to generated QLitMarc-André Lureau1-10/+21
2018-07-03qapi-introspect: modify to_qlit() to append ',' on level > 0Marc-André Lureau1-1/+3
2018-07-03qapi: add #if/#endif helpersMarc-André Lureau1-4/+94
2018-07-03qapi: mcgen() shouldn't indent # linesMarc-André Lureau1-2/+2
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau7-35/+38
2018-07-03qapi: leave the ifcond attribute undefined until check()Marc-André Lureau1-4/+17
2018-07-03qapi: pass 'if' condition into QAPISchemaEntity objectsMarc-André Lureau1-32/+65