summary refs log tree commit diff stats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-testing-updates-120124-2' of https://gitlab.com/stsquad/qemu ...Peter Maydell2024-01-121-1/+2
|\
| * mtest2make: stop disabling meson test timeoutsDaniel P. Berrangé2024-01-121-1/+2
* | scripts/checkpatch: Support codespell checkingZhao Liu2024-01-111-20/+105
|/
* linux-headers: riscv: add ptrace.hDaniel Henrique Barboza2024-01-101-0/+3
* scripts/replay_dump: track total number of instructionsAlex Bennée2024-01-081-1/+4
* scripts/replay-dump: update to latest formatAlex Bennée2024-01-081-8/+82
* block-coroutine-wrapper: use qemu_get_current_aio_context()Stefan Hajnoczi2023-12-211-4/+2
* block: remove AioContext lockingStefan Hajnoczi2023-12-211-3/+0
* graph-lock: remove AioContext lockingStefan Hajnoczi2023-12-211-2/+2
* tests/qtest/migration-test: Fix analyze-migration.py for s390xThomas Huth2023-12-201-2/+33
* scripts: adjust url to Coverity toolsPaolo Bonzini2023-11-241-2/+2
* coverity: physmem: use simple assertions instead of modellingVladimir Sementsov-Ogievskiy2023-11-241-88/+0
* block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf2023-11-211-1/+1
* qapi: Fix QAPISchemaEntity.__repr__()Markus Armbruster2023-11-131-1/+2
* Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...Stefan Hajnoczi2023-11-101-1/+1
|\
| * tracetool: avoid invalid escape in Python stringMarc-André Lureau2023-11-091-1/+1
* | gdbstub: Add num_regs member to GDBFeatureAkihiko Odaki2023-11-081-2/+44
|/
* scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmdZhao Liu2023-11-071-2/+2
* build-sys: add a "pixman" featureMarc-André Lureau2023-11-071-0/+3
* Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) baseMaciej S. Szmigiero2023-11-061-0/+3
* qapi: provide a friendly string representation of QAPI classesDaniel P. Berrangé2023-10-191-0/+5
* qapi: re-establish linting baselineJohn Snow2023-10-192-3/+4
* Merge tag 'pull-vfio-20231018' of https://github.com/legoater/qemu into stagingStefan Hajnoczi2023-10-181-1/+2
|\
| * scripts/update-linux-headers: Add iommufd.hEric Auger2023-10-181-1/+2
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-10-186-16/+59
|\ \ | |/ |/|
| * meson-buildoptions: document the data at the topPaolo Bonzini2023-10-181-0/+8
| * configure, meson: use command line options to configure qemu-gaPaolo Bonzini2023-10-181-0/+9
| * configure: move environment-specific defaults to config-meson.crossPaolo Bonzini2023-10-182-1/+7
| * configure: move target-specific defaults to an external machine filePaolo Bonzini2023-10-182-1/+10
| * configure: clean up plugin option handlingPaolo Bonzini2023-10-182-6/+13
| * meson, cutils: allow non-relocatable installsPaolo Bonzini2023-10-181-0/+3
| * tracetool: avoid invalid escape in Python stringPaolo Bonzini2023-10-172-8/+8
| * scripts/get_maintainer.pl: don't print parenthesesEmmanouil Pitsidianakis2023-10-171-0/+1
| * scripts: Mark feature_to_c.py as non-executable to fix a build issueThomas Huth2023-10-171-0/+0
* | Merge tag 'migration-20231017-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi2023-10-171-7/+60
|\ \
| * | migration: Fix analyze-migration read operation signednessFabiano Rosas2023-10-171-3/+3
| * | migration: Fix analyze-migration.py when ignore-shared is usedFabiano Rosas2023-10-171-0/+5
| * | migration: Add capability parsing to analyze-migration.pyFabiano Rosas2023-10-171-0/+38
| * | migration: Fix analyze-migration.py 'configuration' parsingFabiano Rosas2023-10-171-4/+14
| |/
* | Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi2023-10-171-0/+3
|\ \ | |/ |/|
| * gfxstream + rutabaga: meson supportGurchetan Singh2023-10-161-0/+3
* | Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingStefan Hajnoczi2023-10-164-12/+148
|\ \
| * | scripts: add python_qmp_updater.pyVladimir Sementsov-Ogievskiy2023-10-121-0/+136
| * | python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy2023-10-123-12/+12
| * | scripts/cpu-x86-uarch-abi.py: use .command() instead of .cmd()Vladimir Sementsov-Ogievskiy2023-10-121-6/+6
* | | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2023-10-161-3/+7
|\ \ \ | |_|/ |/| |
| * | block-coroutine-wrapper: Add no_co_wrapper_bdrv_rdlock functionsKevin Wolf2023-10-121-3/+7
| |/
* | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi2023-10-121-0/+0
|\ \ | |/ |/|
| * scripts/xml-preprocess: Make sure this script is invoked via the right PythonThomas Huth2023-10-121-0/+0
* | gdbstub: Introduce GDBFeature structureAkihiko Odaki2023-10-112-69/+48
|/