aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-10-15block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy1-2/+10
2021-10-14configure: automatically parse command line for meson -D optionsPaolo Bonzini2-0/+349
2021-10-14meson-buildoptions: include list of tracing backendsPaolo Bonzini1-0/+16
2021-10-14configure: prepare for auto-generated option parsingPaolo Bonzini2-0/+77
2021-10-14trace: move configuration from configure to MesonPaolo Bonzini1-1/+1
2021-10-05meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini1-5/+2
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-15simplebench: add img_bench_templater.pyVladimir Sementsov-Ogievskiy2-0/+157
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-06scripts: Remove the "show-fixed-bugs.sh" fileThomas Huth1-91/+0
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-09-01fuzz: add an instrumentation filterAlexander Bulekov1-0/+15
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
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau7-76/+93
2021-08-26qapi: Fix crash on redefinition with a different conditionMarkus Armbruster1-11/+11
2021-08-11fuzz: avoid building twice, when running on gitlabAlexander Bulekov1-11/+13
2021-07-30coverity-model: write models fully for non-array allocation functionsPaolo Bonzini1-6/+51
2021-07-30coverity-model: constrain g_malloc/g_malloc0/g_realloc as never returning NULLPaolo Bonzini1-0/+9
2021-07-30coverity-model: clean up the models for array allocation functionsPaolo Bonzini1-10/+3
2021-07-30coverity-model: remove model for more allocation functionsPaolo Bonzini1-104/+1