Age | Commit message (Expand) | Author |
2023-10-19 | qapi: provide a friendly string representation of QAPI classes | Daniel P. Berrangé |
2023-10-19 | qapi: re-establish linting baseline | John Snow |
2023-10-18 | Merge tag 'pull-vfio-20231018' of https://github.com/legoater/qemu into staging | Stefan Hajnoczi |
2023-10-18 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi |
2023-10-18 | scripts/update-linux-headers: Add iommufd.h | Eric Auger |
2023-10-18 | meson-buildoptions: document the data at the top | Paolo Bonzini |
2023-10-18 | configure, meson: use command line options to configure qemu-ga | Paolo Bonzini |
2023-10-18 | configure: move environment-specific defaults to config-meson.cross | Paolo Bonzini |
2023-10-18 | configure: move target-specific defaults to an external machine file | Paolo Bonzini |
2023-10-18 | configure: clean up plugin option handling | Paolo Bonzini |
2023-10-18 | meson, cutils: allow non-relocatable installs | Paolo Bonzini |
2023-10-17 | Merge tag 'migration-20231017-pull-request' of https://gitlab.com/juan.quinte... | Stefan Hajnoczi |
2023-10-17 | Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into... | Stefan Hajnoczi |
2023-10-17 | tracetool: avoid invalid escape in Python string | Paolo Bonzini |
2023-10-17 | scripts/get_maintainer.pl: don't print parentheses | Emmanouil Pitsidianakis |
2023-10-17 | scripts: Mark feature_to_c.py as non-executable to fix a build issue | Thomas Huth |
2023-10-17 | migration: Fix analyze-migration read operation signedness | Fabiano Rosas |
2023-10-17 | migration: Fix analyze-migration.py when ignore-shared is used | Fabiano Rosas |
2023-10-17 | migration: Add capability parsing to analyze-migration.py | Fabiano Rosas |
2023-10-17 | migration: Fix analyze-migration.py 'configuration' parsing | Fabiano Rosas |
2023-10-16 | Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging | Stefan Hajnoczi |
2023-10-16 | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Stefan Hajnoczi |
2023-10-16 | gfxstream + rutabaga: meson support | Gurchetan Singh |
2023-10-12 | scripts: add python_qmp_updater.py | Vladimir Sementsov-Ogievskiy |
2023-10-12 | python/qemu: rename command() to cmd() | Vladimir Sementsov-Ogievskiy |
2023-10-12 | scripts/cpu-x86-uarch-abi.py: use .command() instead of .cmd() | Vladimir Sementsov-Ogievskiy |
2023-10-12 | block-coroutine-wrapper: Add no_co_wrapper_bdrv_rdlock functions | Kevin Wolf |
2023-10-12 | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging | Stefan Hajnoczi |
2023-10-12 | scripts/xml-preprocess: Make sure this script is invoked via the right Python | Thomas Huth |
2023-10-11 | gdbstub: Introduce GDBFeature structure | Akihiko Odaki |
2023-10-08 | system: Rename softmmu/ directory as system/ | Philippe Mathieu-Daudé |
2023-10-05 | Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into staging | Stefan Hajnoczi |
2023-10-04 | build: Remove --enable-gprof | Richard Henderson |
2023-10-04 | Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int... | Stefan Hajnoczi |
2023-10-03 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi |
2023-10-03 | analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSH | Marc-André Lureau |
2023-09-29 | make-release: do not ship dtc sources | Paolo Bonzini |
2023-09-26 | scripts/analyse-locks-simpletrace.py: changed iteritems() to items() | Mads Ynddal |
2023-09-26 | simpletrace: added simplified Analyzer2 class | Mads Ynddal |
2023-09-26 | simpletrace: move event processing to Analyzer class | Mads Ynddal |
2023-09-26 | simpletrace: move logic of process into internal function | Mads Ynddal |
2023-09-26 | simpletrace: refactor to separate responsibilities | Mads Ynddal |
2023-09-26 | simpletrace: made Analyzer into context-manager | Mads Ynddal |
2023-09-26 | simpletrace: define exception and add handling | Mads Ynddal |
2023-09-26 | simpletrace: improved error handling on struct unpack | Mads Ynddal |
2023-09-26 | simpletrace: update code for Python 3.11 | Mads Ynddal |
2023-09-26 | simpletrace: changed naming of edict and idtoname to improve readability | Mads Ynddal |
2023-09-26 | simpletrace: improve parsing of sys.argv; fix files never closed. | Mads Ynddal |
2023-09-26 | simpletrace: annotate magic constants from QEMU code | Mads Ynddal |
2023-09-26 | simpletrace: add __all__ to define public interface | Mads Ynddal |