aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-10-19qapi: provide a friendly string representation of QAPI classesDaniel P. Berrangé1-0/+5
2023-10-19qapi: re-establish linting baselineJohn Snow2-3/+4
2023-10-18Merge tag 'pull-vfio-20231018' of https://github.com/legoater/qemu into stagingStefan Hajnoczi1-1/+2
2023-10-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi6-16/+59
2023-10-18scripts/update-linux-headers: Add iommufd.hEric Auger1-1/+2
2023-10-18meson-buildoptions: document the data at the topPaolo Bonzini1-0/+8
2023-10-18configure, meson: use command line options to configure qemu-gaPaolo Bonzini1-0/+9
2023-10-18configure: move environment-specific defaults to config-meson.crossPaolo Bonzini2-1/+7
2023-10-18configure: move target-specific defaults to an external machine filePaolo Bonzini2-1/+10
2023-10-18configure: clean up plugin option handlingPaolo Bonzini2-6/+13
2023-10-18meson, cutils: allow non-relocatable installsPaolo Bonzini1-0/+3
2023-10-17Merge tag 'migration-20231017-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi1-7/+60
2023-10-17Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi1-0/+3
2023-10-17tracetool: avoid invalid escape in Python stringPaolo Bonzini2-8/+8
2023-10-17scripts/get_maintainer.pl: don't print parenthesesEmmanouil Pitsidianakis1-0/+1
2023-10-17scripts: Mark feature_to_c.py as non-executable to fix a build issueThomas Huth1-0/+0
2023-10-17migration: Fix analyze-migration read operation signednessFabiano Rosas1-3/+3
2023-10-17migration: Fix analyze-migration.py when ignore-shared is usedFabiano Rosas1-0/+5
2023-10-17migration: Add capability parsing to analyze-migration.pyFabiano Rosas1-0/+38
2023-10-17migration: Fix analyze-migration.py 'configuration' parsingFabiano Rosas1-4/+14
2023-10-16Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingStefan Hajnoczi4-12/+148
2023-10-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-3/+7
2023-10-16gfxstream + rutabaga: meson supportGurchetan Singh1-0/+3
2023-10-12scripts: add python_qmp_updater.pyVladimir Sementsov-Ogievskiy1-0/+136
2023-10-12python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy3-12/+12
2023-10-12scripts/cpu-x86-uarch-abi.py: use .command() instead of .cmd()Vladimir Sementsov-Ogievskiy1-6/+6
2023-10-12block-coroutine-wrapper: Add no_co_wrapper_bdrv_rdlock functionsKevin Wolf1-3/+7
2023-10-12Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi1-0/+0
2023-10-12scripts/xml-preprocess: Make sure this script is invoked via the right PythonThomas Huth1-0/+0
2023-10-11gdbstub: Introduce GDBFeature structureAkihiko Odaki2-69/+48
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé4-6/+6
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-3/+0
2023-10-04build: Remove --enable-gprofRichard Henderson1-3/+0
2023-10-04Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi1-0/+4
2023-10-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-2/+2
2023-10-03analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSHMarc-André Lureau1-0/+4
2023-09-29make-release: do not ship dtc sourcesPaolo Bonzini2-2/+2
2023-09-26scripts/analyse-locks-simpletrace.py: changed iteritems() to items()Mads Ynddal1-1/+1
2023-09-26simpletrace: added simplified Analyzer2 classMads Ynddal1-23/+75
2023-09-26simpletrace: move event processing to Analyzer classMads Ynddal1-24/+36
2023-09-26simpletrace: move logic of process into internal functionMads Ynddal1-8/+18
2023-09-26simpletrace: refactor to separate responsibilitiesMads Ynddal1-62/+53
2023-09-26simpletrace: made Analyzer into context-managerMads Ynddal1-11/+20
2023-09-26simpletrace: define exception and add handlingMads Ynddal1-8/+14
2023-09-26simpletrace: improved error handling on struct unpackMads Ynddal1-25/+16
2023-09-26simpletrace: update code for Python 3.11Mads Ynddal1-1/+1
2023-09-26simpletrace: changed naming of edict and idtoname to improve readabilityMads Ynddal1-17/+17
2023-09-26simpletrace: improve parsing of sys.argv; fix files never closed.Mads Ynddal1-16/+34
2023-09-26simpletrace: annotate magic constants from QEMU codeMads Ynddal1-0/+5
2023-09-26simpletrace: add __all__ to define public interfaceMads Ynddal1-0/+2