summary refs log tree commit diff stats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy2022-01-141-1/+0
* configure, meson: move config-poison.h to mesonPaolo Bonzini2022-01-121-0/+16
* configure: parse --enable/--disable-strip automatically, flip defaultPaolo Bonzini2022-01-122-7/+17
* block/file-posix: Simplify the XFS_IOC_DIOINFO handlingThomas Huth2022-01-122-2/+1
* simplebench: Fix Python syntax error (reported by LGTM)Stefan Weil2022-01-101-1/+1
* qemu-binfmt-conf.sh: fix -F optionMartin Wilck2022-01-061-1/+3
* Merge tag 'for-upstream-mtest' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2021-12-233-558/+44
|\
| * build: use "meson test" as the test harnessPaolo Bonzini2021-12-233-558/+44
* | ui: add a D-Bus display backendMarc-André Lureau2021-12-211-0/+3
* | scripts: teach modinfo to skip non-C sourcesMarc-André Lureau2021-12-211-0/+3
|/
* checkpatch: Do not allow deprecated g_memdup()Philippe Mathieu-Daudé2021-12-171-0/+5
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2021-12-161-1/+1
|\
| * scripts/entitlement.sh: Use backward-compatible cp flagsEvan Miller2021-11-301-1/+1
* | Move the libssh setup from configure to meson.buildThomas Huth2021-12-151-0/+3
|/
* 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