Tags give the ability to mark specific points in history as being important
-
pull-request-2026-04-27
e3c1d011 · ·* Bump the minimum GCC version to v10.4 * Make SMM code ready for the QEMU universal binary * Convert TABs to spaces according to QEMU's coding style * Fix use of pthread_get_name_np on OpenBSD * Silence some warnings from pylint in the functional tests * Fix a regression in the "register-array" device * malloc cleanups
-
pull-request-2026-03-30
c0eaf14d · ·* Fix some warnings from pylint in the functional tests * Fix migration of the isa-cirrus-vga device * Remove obsolete linuxboot.bin prebuilt blob * Fix migration functional test to check for socat instead of ncat now
-
pull-request-2026-03-23
b86eff44 · ·* Fix various crashes that can happen when running QEMU with -device xyz,help * Improve detection of build directory in the functional patches
-
pull-request-2026-03-16
bc4ee602 · ·* Fix various crashes that can occur when starting QEMU with -device xyz,help * Update various sections in the MAINTAINERS file
-
pull-request-2026-03-10
f2bd9693 · ·- Improve the s390-ccw bios to be able to boot from virtio-blk-pci devices - Rework migration functional test to avoid a problem in the ppc64 test - Disable functional memlock test for asan builds - Some other minor tests improvements
-
pull-request-2026-03-05
711de639 · ·* Remove deprecated i440fx and q35 machine types -2.8 up to -2.12 * Remove the related hw_compat handling in various devices
-
pull-request-2026-03-02
424b4b82 · ·* Remove qemu-system-microblazeel (qemu-system-microblaze can be used instead) * Improve detection of the docker/podman binary * Prevent a null pointer dereference during zpci hot unplug
-
pull-request-2026-02-12v2
e44a26ba · ·* Updates to MAINTAINERS file * Fix CI (broken pkg_resources in python, revert RCU change to fix alpha test) * Fix endianness issue in PCI code on s390x * Implement DIVIDE TO INTEGER instruction for s390x TCG emulation * Bitesized documentation updates (run-tcg-tests target and fd-bootchk property)
-
pull-request-2026-02-12
34a56f7a · ·* Updates to MAINTAINERS file * Fix CI (broken pkg_resources in python, revert RCU change to fix alpha test) * Fix endianness issue in PCI code on s390x * Implement DIVIDE TO INTEGER instruction for s390x TCG emulation * Bitesized documentation updates (run-tcg-tests target and fd-bootchk property)
-
pull-request-2026-01-27
161ea5a6 · ·* gitlab: preserve base rules for container template * Fix some issues to make QEMU compilable on non-mainstream distros again * Enforce sha256 as hashsum algorithm for all functional tests
-
pull-request-2026-01-12
f397b765 · ·* Check functional tests with pylint * update copyright year to 2026 * Some more universal-binary work for the s390x code done by Philippe * Fix reverse debugging for s390x and add a functional test for it
-
pull-request-2026-01-07
80802278 · ·* Compat machines for 11.0 * Add some more files to the MAINTAINERS file * Use explicit big-endian API calls in the s390x code * Add the possibility to run sub-tests manually in the functional test suite
-
pull-request-2025-11-21
88175cff · ·* Fix a crash that occurs when passing through virtio devices to nested guest * Update s390x MAINTAINERS * Fix various pylint warnings in functional tests
-
pull-request-2025-11-11
0fa4b130 · ·* Fix some issues in the functional tests that pylint complains about
-
pull-request-2025-11-03
0408c61e · ·* Fix spurious EOFError messages from the device-crash-test script * Fix various issues in the functional tests that pylint complained about * Improve logging information in the functional tests * Fix issue in the s390x clock-comparator code * Use address generation for register branch targets on s390x
-
qemu-slof-2025-10-27
371c87b3 · ·- Fix some measurements in the TPM code - Fix for compiling with GCC in C23 mode - Silence some initializer-string warnings with recent GCC
-
pull-request-2025-10-21
8a2b283e · ·- Add a missing QAPI event + functional test for the CPI feature on s390x - Remove the obsolete s390-ccw-virtio-4.2 machine type - 2nd try to fix the slow cache up/download in the MSYS2 CI job
-
pull-request-2025-10-16
d6f7f925 · ·* Improve cache handling for the msys2 CI and the functional asset cache * Clean ups for some minor issues in functional tests * Don't ignore errors of address_space_rw in s390x MMU code
-
pull-request-2025-10-10
47ea7263 · ·* Improves s390x virtio-pci performance when using kvm * Fix a problem with losing interrupts on s390x in certain cases * Replace legacy cpu_physical_memory_[un]map() calls in s390x code