aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi
AgeCommit message (Expand)AuthorFilesLines
2022-05-16qapi/expr: Enforce feature naming rules againMarkus Armbruster1-1/+1
2022-04-21qapi-schema: support alternates with array typePaolo Bonzini2-1/+5
2022-02-28scripts/qapi: minor delintingJohn Snow4-13/+17
2022-01-27qapi: generate trace events by defaultVladimir Sementsov-Ogievskiy1-4/+4
2022-01-27qapi/commands: Optionally generate trace for QMP commandsVladimir Sementsov-Ogievskiy2-14/+90
2022-01-27qapi/commands: refactor error handling codeVladimir Sementsov-Ogievskiy1-3/+7
2022-01-27qapi/gen: Add FOO.trace-events output moduleVladimir Sementsov-Ogievskiy1-4/+27
2021-10-29qapi: Extend -compat to set policy for unstable interfacesMarkus Armbruster2-8/+12
2021-10-29qapi: Generalize enum member policy checkingMarkus Armbruster1-9/+11
2021-10-29qapi: Generalize command policy checkingMarkus Armbruster1-5/+4
2021-10-29qapi: Generalize struct member policy checkingMarkus Armbruster1-7/+7
2021-10-29qapi: Tools for sets of special feature flags in generated codeMarkus Armbruster2-0/+11
2021-10-29qapi: Eliminate QCO_NO_OPTIONS for a slight simplificationMarkus Armbruster1-4/+1
2021-10-27qapi: Implement deprecated-input={reject,crash} for enum valuesMarkus Armbruster1-1/+16
2021-10-27qapi: Add feature flags to enum membersMarkus Armbruster3-5/+25
2021-10-27qapi: Enable enum member introspection to show more than nameMarkus Armbruster1-4/+14
2021-10-02qapi/parser: enable pylint checksJohn Snow1-2/+1
2021-10-02qapi/parser: Silence too-few-public-methods warningJohn Snow1-0/+3
2021-10-02qapi/parser: enable mypy checksJohn Snow1-5/+0
2021-10-02qapi/parser: Add FIXME for consolidating JSON-related typesJohn Snow1-0/+4
2021-10-02qapi/parser: add type hint annotations (QAPIDoc)John Snow1-28/+39
2021-10-02qapi/parser: add import cycle workaroundJohn Snow1-4/+11
2021-10-02qapi/parser: Introduce NullSectionJohn Snow1-11/+16
2021-10-02qapi/parser: clarify _end_section() logicJohn Snow1-7/+15
2021-10-02qapi/parser: remove FIXME comment from _append_body_lineJohn Snow1-2/+4
2021-10-02qapi/parser: fix unused check_args_section argumentsJohn Snow1-8/+10
2021-10-02qapi/gen: use dict.items() to iterate over _modulesJohn Snow1-2/+1
2021-10-02qapi/pylintrc: ignore 'consider-using-f-string' warningJohn Snow1-0/+1
2021-09-27qapi: Drop simple unionsMarkus Armbruster2-94/+28
2021-09-25qapi: Stop enforcing "type name should not end in 'Kind'Markus Armbruster1-3/+3
2021-09-08qapi: Fix bogus error for 'if': { 'not': '' }Markus Armbruster1-8/+13
2021-09-08qapi: Bury some unused code in class IndentationMarkus Armbruster1-6/+1
2021-09-08qapi: Drop Indentation.__bool__()Markus Armbruster1-6/+3
2021-09-08qapi: Fix a botched type annotationMarkus Armbruster1-1/+2
2021-09-03qapi: Tweak error messages for unknown / conflicting 'if' keysMarkus Armbruster1-4/+3
2021-09-03qapi: Tweak error messages for missing / conflicting meta-typeMarkus Armbruster1-14/+9
2021-09-03qapi: Use re.fullmatch() where appropriateMarkus Armbruster1-1/+1
2021-09-03qapi: Use "not COND" instead of "!COND" for generated documentationMarkus Armbruster1-1/+1
2021-09-03qapi: Avoid redundant parens in code generated for conditionalsMarkus Armbruster1-4/+6
2021-09-03qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()Markus Armbruster1-20/+25
2021-09-03qapi: Fix C code generation for 'if'Markus Armbruster1-2/+2
2021-09-03qapi: Simplify how QAPISchemaIfCond represents "no condition"Markus Armbruster2-3/+3
2021-09-03qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster5-38/+31
2021-08-26qapi: make 'if' condition strings simple identifiersMarc-André Lureau2-3/+3
2021-08-26qapi: add 'not' condition operationMarc-André Lureau2-2/+9
2021-08-26qapi: add 'any' conditionMarc-André Lureau2-5/+5
2021-08-26qapi: replace if condition list with dict {'all': [...]}Marc-André Lureau3-31/+54
2021-08-26qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau2-1/+16
2021-08-26qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau6-34/+46
2021-08-26qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau2-4/+7