summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* scripts/device-crash-test: Use a QMP timeoutJohn Snow2021-11-221-1/+1
* Revert "device-crash-test: Ignore errors about a bus not being available"Thomas Huth2021-11-171-1/+0
* Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingRichard Henderson2021-11-171-8/+25
|\
| * scripts/device-crash-test: hide tracebacks for QMP connect errorsJohn Snow2021-11-161-3/+18
| * scripts/device-crash-test: don't emit AQMP connection errors to stdoutJohn Snow2021-11-161-0/+6
| * scripts/device-crash-test: simplify Exception handlingJohn Snow2021-11-161-6/+2
* | Merge tag 'pull-nbd-2021-11-16' of https://repo.or.cz/qemu/ericb into stagingRichard Henderson2021-11-161-0/+3
|\ \
| * | nbd/server: Add --selinux-label optionRichard W.M. Jones2021-11-161-0/+3
* | | Jobs based on custom runners: add CentOS Stream 8Cleber Rosa2021-11-165-0/+384
|/ /
* / tcg: Remove TCI experimental statusPhilippe Mathieu-Daudé2021-11-111-2/+1
|/
* Move the l2tpv3 test from configure to meson.buildThomas Huth2021-11-021-0/+3
* meson: bump submodule to 0.59.3Paolo Bonzini2021-11-021-16/+0
* iotests: Accommodate async QMP Exception classesJohn Snow2021-11-011-1/+2
* qapi: Extend -compat to set policy for unstable interfacesMarkus Armbruster2021-10-292-8/+12
* qapi: Generalize enum member policy checkingMarkus Armbruster2021-10-291-9/+11
* qapi: Generalize command policy checkingMarkus Armbruster2021-10-291-5/+4
* qapi: Generalize struct member policy checkingMarkus Armbruster2021-10-291-7/+7
* qapi: Tools for sets of special feature flags in generated codeMarkus Armbruster2021-10-292-0/+11
* qapi: Eliminate QCO_NO_OPTIONS for a slight simplificationMarkus Armbruster2021-10-291-4/+1
* qapi: Implement deprecated-input={reject,crash} for enum valuesMarkus Armbruster2021-10-271-1/+16
* qapi: Add feature flags to enum membersMarkus Armbruster2021-10-273-5/+25
* qapi: Enable enum member introspection to show more than nameMarkus Armbruster2021-10-271-4/+14
* analyze-migration.py: fix extract contents ('-x') errorsLaurent Vivier2021-10-231-2/+2
* analyze-migration.py: fix a long standing typoLaurent Vivier2021-10-231-1/+1
* roms/edk2: Only initialize required submodulesPhilippe Mathieu-Daudé2021-10-201-1/+6
* block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy2021-10-151-2/+10
* configure: automatically parse command line for meson -D optionsPaolo Bonzini2021-10-142-0/+349
* meson-buildoptions: include list of tracing backendsPaolo Bonzini2021-10-141-0/+16
* configure: prepare for auto-generated option parsingPaolo Bonzini2021-10-142-0/+77
* trace: move configuration from configure to MesonPaolo Bonzini2021-10-141-1/+1
* meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini2021-10-051-5/+2
* qapi/parser: enable pylint checksJohn Snow2021-10-021-2/+1
* qapi/parser: Silence too-few-public-methods warningJohn Snow2021-10-021-0/+3
* qapi/parser: enable mypy checksJohn Snow2021-10-021-5/+0
* qapi/parser: Add FIXME for consolidating JSON-related typesJohn Snow2021-10-021-0/+4
* qapi/parser: add type hint annotations (QAPIDoc)John Snow2021-10-021-28/+39
* qapi/parser: add import cycle workaroundJohn Snow2021-10-021-4/+11
* qapi/parser: Introduce NullSectionJohn Snow2021-10-021-11/+16
* qapi/parser: clarify _end_section() logicJohn Snow2021-10-021-7/+15
* qapi/parser: remove FIXME comment from _append_body_lineJohn Snow2021-10-021-2/+4
* qapi/parser: fix unused check_args_section argumentsJohn Snow2021-10-021-8/+10
* qapi/gen: use dict.items() to iterate over _modulesJohn Snow2021-10-021-2/+1
* qapi/pylintrc: ignore 'consider-using-f-string' warningJohn Snow2021-10-021-0/+1
* qapi: Drop simple unionsMarkus Armbruster2021-09-272-94/+28
* qapi: Stop enforcing "type name should not end in 'Kind'Markus Armbruster2021-09-251-3/+3
* simplebench: add img_bench_templater.pyVladimir Sementsov-Ogievskiy2021-09-152-0/+157
* qapi: Fix bogus error for 'if': { 'not': '' }Markus Armbruster2021-09-081-8/+13
* qapi: Bury some unused code in class IndentationMarkus Armbruster2021-09-081-6/+1
* qapi: Drop Indentation.__bool__()Markus Armbruster2021-09-081-6/+3
* qapi: Fix a botched type annotationMarkus Armbruster2021-09-081-1/+2