summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-12-23Merge tag 'for-upstream-mtest' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2021-12-23build: use "meson test" as the test harnessPaolo Bonzini
2021-12-21ui: add a D-Bus display backendMarc-André Lureau
2021-12-21scripts: teach modinfo to skip non-C sourcesMarc-André Lureau
2021-12-17checkpatch: Do not allow deprecated g_memdup()Philippe Mathieu-Daudé
2021-12-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2021-12-15Move the libssh setup from configure to meson.buildThomas Huth
2021-11-30scripts/entitlement.sh: Use backward-compatible cp flagsEvan Miller
2021-11-22scripts/device-crash-test: Use a QMP timeoutJohn Snow
2021-11-17Revert "device-crash-test: Ignore errors about a bus not being available"Thomas Huth
2021-11-17Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingRichard Henderson
2021-11-16scripts/device-crash-test: hide tracebacks for QMP connect errorsJohn Snow
2021-11-16scripts/device-crash-test: don't emit AQMP connection errors to stdoutJohn Snow
2021-11-16scripts/device-crash-test: simplify Exception handlingJohn Snow
2021-11-16Merge tag 'pull-nbd-2021-11-16' of https://repo.or.cz/qemu/ericb into stagingRichard Henderson
2021-11-16Jobs based on custom runners: add CentOS Stream 8Cleber Rosa
2021-11-16nbd/server: Add --selinux-label optionRichard W.M. Jones
2021-11-11tcg: Remove TCI experimental statusPhilippe Mathieu-Daudé
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