summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-03-10make-release: switch to .xz format by defaultMichael Tokarev
2023-11-24scripts: adjust url to Coverity toolsPaolo Bonzini
2023-11-24coverity: physmem: use simple assertions instead of modellingVladimir Sementsov-Ogievskiy
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-13qapi: Fix QAPISchemaEntity.__repr__()Markus Armbruster
2023-11-10Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...Stefan Hajnoczi
2023-11-09tracetool: avoid invalid escape in Python stringMarc-André Lureau
2023-11-08gdbstub: Add num_regs member to GDBFeatureAkihiko Odaki
2023-11-07scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmdZhao Liu
2023-11-07build-sys: add a "pixman" featureMarc-André Lureau
2023-11-06Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) baseMaciej S. Szmigiero
2023-10-19qapi: provide a friendly string representation of QAPI classesDaniel P. Berrangé
2023-10-19qapi: re-establish linting baselineJohn Snow
2023-10-18Merge tag 'pull-vfio-20231018' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-10-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-18scripts/update-linux-headers: Add iommufd.hEric Auger
2023-10-18meson-buildoptions: document the data at the topPaolo Bonzini
2023-10-18configure, meson: use command line options to configure qemu-gaPaolo Bonzini
2023-10-18configure: move environment-specific defaults to config-meson.crossPaolo Bonzini
2023-10-18configure: move target-specific defaults to an external machine filePaolo Bonzini
2023-10-18configure: clean up plugin option handlingPaolo Bonzini
2023-10-18meson, cutils: allow non-relocatable installsPaolo Bonzini
2023-10-17Merge tag 'migration-20231017-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-10-17Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi
2023-10-17tracetool: avoid invalid escape in Python stringPaolo Bonzini
2023-10-17scripts/get_maintainer.pl: don't print parenthesesEmmanouil Pitsidianakis
2023-10-17scripts: Mark feature_to_c.py as non-executable to fix a build issueThomas Huth
2023-10-17migration: Fix analyze-migration read operation signednessFabiano Rosas
2023-10-17migration: Fix analyze-migration.py when ignore-shared is usedFabiano Rosas
2023-10-17migration: Add capability parsing to analyze-migration.pyFabiano Rosas
2023-10-17migration: Fix analyze-migration.py 'configuration' parsingFabiano Rosas
2023-10-16Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingStefan Hajnoczi
2023-10-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-10-16gfxstream + rutabaga: meson supportGurchetan Singh
2023-10-12scripts: add python_qmp_updater.pyVladimir Sementsov-Ogievskiy
2023-10-12python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy
2023-10-12scripts/cpu-x86-uarch-abi.py: use .command() instead of .cmd()Vladimir Sementsov-Ogievskiy
2023-10-12block-coroutine-wrapper: Add no_co_wrapper_bdrv_rdlock functionsKevin Wolf
2023-10-12Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-10-12scripts/xml-preprocess: Make sure this script is invoked via the right PythonThomas Huth
2023-10-11gdbstub: Introduce GDBFeature structureAkihiko Odaki
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-10-04build: Remove --enable-gprofRichard Henderson
2023-10-04Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2023-10-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-03analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSHMarc-André Lureau
2023-09-29make-release: do not ship dtc sourcesPaolo Bonzini
2023-09-26scripts/analyse-locks-simpletrace.py: changed iteritems() to items()Mads Ynddal
2023-09-26simpletrace: added simplified Analyzer2 classMads Ynddal