summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-11-02Move the l2tpv3 test from configure to meson.buildThomas Huth
2021-11-02meson: bump submodule to 0.59.3Paolo Bonzini
2021-11-01iotests: Accommodate async QMP Exception classesJohn Snow
2021-10-29qapi: Extend -compat to set policy for unstable interfacesMarkus Armbruster
2021-10-29qapi: Generalize enum member policy checkingMarkus Armbruster
2021-10-29qapi: Generalize command policy checkingMarkus Armbruster
2021-10-29qapi: Generalize struct member policy checkingMarkus Armbruster
2021-10-29qapi: Tools for sets of special feature flags in generated codeMarkus Armbruster
2021-10-29qapi: Eliminate QCO_NO_OPTIONS for a slight simplificationMarkus Armbruster
2021-10-27qapi: Implement deprecated-input={reject,crash} for enum valuesMarkus Armbruster
2021-10-27qapi: Add feature flags to enum membersMarkus Armbruster
2021-10-27qapi: Enable enum member introspection to show more than nameMarkus Armbruster
2021-10-23analyze-migration.py: fix extract contents ('-x') errorsLaurent Vivier
2021-10-23analyze-migration.py: fix a long standing typoLaurent Vivier
2021-10-20roms/edk2: Only initialize required submodulesPhilippe Mathieu-Daudé
2021-10-15block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy
2021-10-14configure: automatically parse command line for meson -D optionsPaolo Bonzini
2021-10-14meson-buildoptions: include list of tracing backendsPaolo Bonzini
2021-10-14configure: prepare for auto-generated option parsingPaolo Bonzini
2021-10-14trace: move configuration from configure to MesonPaolo Bonzini
2021-10-05meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini
2021-10-02qapi/parser: enable pylint checksJohn Snow
2021-10-02qapi/parser: Silence too-few-public-methods warningJohn Snow
2021-10-02qapi/parser: enable mypy checksJohn Snow
2021-10-02qapi/parser: Add FIXME for consolidating JSON-related typesJohn Snow
2021-10-02qapi/parser: add type hint annotations (QAPIDoc)John Snow
2021-10-02qapi/parser: add import cycle workaroundJohn Snow
2021-10-02qapi/parser: Introduce NullSectionJohn Snow
2021-10-02qapi/parser: clarify _end_section() logicJohn Snow
2021-10-02qapi/parser: remove FIXME comment from _append_body_lineJohn Snow
2021-10-02qapi/parser: fix unused check_args_section argumentsJohn Snow
2021-10-02qapi/gen: use dict.items() to iterate over _modulesJohn Snow
2021-10-02qapi/pylintrc: ignore 'consider-using-f-string' warningJohn Snow
2021-09-27qapi: Drop simple unionsMarkus Armbruster
2021-09-25qapi: Stop enforcing "type name should not end in 'Kind'Markus Armbruster
2021-09-15simplebench: add img_bench_templater.pyVladimir Sementsov-Ogievskiy
2021-09-08qapi: Fix bogus error for 'if': { 'not': '' }Markus Armbruster
2021-09-08qapi: Bury some unused code in class IndentationMarkus Armbruster
2021-09-08qapi: Drop Indentation.__bool__()Markus Armbruster
2021-09-08qapi: Fix a botched type annotationMarkus Armbruster
2021-09-06scripts: Remove the "show-fixed-bugs.sh" fileThomas Huth
2021-09-03qapi: Tweak error messages for unknown / conflicting 'if' keysMarkus Armbruster
2021-09-03qapi: Tweak error messages for missing / conflicting meta-typeMarkus Armbruster
2021-09-03qapi: Use re.fullmatch() where appropriateMarkus Armbruster
2021-09-03qapi: Use "not COND" instead of "!COND" for generated documentationMarkus Armbruster
2021-09-03qapi: Avoid redundant parens in code generated for conditionalsMarkus Armbruster
2021-09-03qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond()Markus Armbruster
2021-09-03qapi: Fix C code generation for 'if'Markus Armbruster
2021-09-03qapi: Simplify how QAPISchemaIfCond represents "no condition"Markus Armbruster
2021-09-03qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster