aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-12-23Merge tag 'for-upstream-mtest' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson3-558/+44
2021-12-23build: use "meson test" as the test harnessPaolo Bonzini3-558/+44
2021-12-21ui: add a D-Bus display backendMarc-André Lureau1-0/+3
2021-12-21scripts: teach modinfo to skip non-C sourcesMarc-André Lureau1-0/+3
2021-12-17checkpatch: Do not allow deprecated g_memdup()Philippe Mathieu-Daudé1-0/+5
2021-12-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-1/+1
2021-12-15Move the libssh setup from configure to meson.buildThomas Huth1-0/+3
2021-11-30scripts/entitlement.sh: Use backward-compatible cp flagsEvan Miller1-1/+1
2021-11-22scripts/device-crash-test: Use a QMP timeoutJohn Snow1-1/+1
2021-11-17Revert "device-crash-test: Ignore errors about a bus not being available"Thomas Huth1-1/+0
2021-11-17Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingRichard Henderson1-8/+25
2021-11-16scripts/device-crash-test: hide tracebacks for QMP connect errorsJohn Snow1-3/+18
2021-11-16scripts/device-crash-test: don't emit AQMP connection errors to stdoutJohn Snow1-0/+6
2021-11-16scripts/device-crash-test: simplify Exception handlingJohn Snow1-6/+2
2021-11-16Merge tag 'pull-nbd-2021-11-16' of https://repo.or.cz/qemu/ericb into stagingRichard Henderson1-0/+3
2021-11-16Jobs based on custom runners: add CentOS Stream 8Cleber Rosa5-0/+384
2021-11-16nbd/server: Add --selinux-label optionRichard W.M. Jones1-0/+3
2021-11-11tcg: Remove TCI experimental statusPhilippe Mathieu-Daudé1-2/+1
2021-11-02Move the l2tpv3 test from configure to meson.buildThomas Huth1-0/+3
2021-11-02meson: bump submodule to 0.59.3Paolo Bonzini1-16/+0
2021-11-01iotests: Accommodate async QMP Exception classesJohn Snow1-1/+2
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-23analyze-migration.py: fix extract contents ('-x') errorsLaurent Vivier1-2/+2
2021-10-23analyze-migration.py: fix a long standing typoLaurent Vivier1-1/+1
2021-10-20roms/edk2: Only initialize required submodulesPhilippe Mathieu-Daudé1-1/+6
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