| Commit message (Expand) | Author | Files | Lines |
| 2025-07-21 | accel/hvf: Display executable bit as 'X' | Philippe Mathieu-Daudé | 1 | -1/+1 |
| 2025-07-21 | crypto: load all certificates in X509 CA file | Henry Kleynhans | 1 | -12/+11 |
| 2025-07-21 | hvf: arm: Emulate ICC_RPR_EL1 accesses properly | Zenghui Yu | 1 | -0/+2 |
| 2025-07-21 | hvf: arm: Add permission check in GIC sysreg handlers | Zenghui Yu | 1 | -0/+6 |
| 2025-07-21 | target/arm: Make LD1Q decode and trans fn agree about a->u | Peter Maydell | 1 | -1/+1 |
| 2025-07-21 | target/arm: Honour FPCR.AH=1 default NaN value in FMAXNMQV, FMINNMQV | Peter Maydell | 1 | -12/+17 |
| 2025-07-21 | target/arm: Don't nest H() macro calls in SVE DO_REDUCE | Peter Maydell | 1 | -1/+1 |
| 2025-07-21 | target/arm: Correct sense of FPCR.AH test for FMAXQV and FMINQV | Peter Maydell | 1 | -2/+2 |
| 2025-07-21 | target/arm: Add BFMLA, BFMLS (indexed) | Peter Maydell | 2 | -9/+18 |
| 2025-07-21 | target/arm: Add BFMLA, BFMLS (vectors) | Peter Maydell | 3 | -6/+98 |
| 2025-07-21 | target/arm: Add BFMUL (indexed) | Peter Maydell | 4 | -1/+5 |
| 2025-07-21 | target/arm: Add BFMIN, BFMAX (predicated) | Peter Maydell | 3 | -2/+27 |
| 2025-07-21 | target/arm: Add BFADD, BFSUB, BFMUL, BFMAXNM, BFMINNM (predicated) | Peter Maydell | 3 | -5/+32 |
| 2025-07-21 | target/arm: Add BFADD, BFSUB, BFMUL (unpredicated) | Peter Maydell | 3 | -1/+11 |
| 2025-07-21 | docs: Fix Aspeed title | Cédric Le Goater | 1 | -0/+1 |
| 2025-07-21 | hw/misc/max78000_aes: Comment Internal Key Storage | Jackson Donaldson | 1 | -0/+6 |
| 2025-07-21 | host-utils: Drop workaround for buggy Apple Clang __builtin_subcll() | Peter Maydell | 2 | -14/+1 |
| 2025-07-21 | target/arm: Provide always-false kvm_arm_*_supported() stubs for usermode | Peter Maydell | 1 | -0/+35 |
| 2025-07-21 | hw/misc/ivshmem-pci: Improve error handling | Peter Maydell | 1 | -1/+8 |
| 2025-07-21 | target/arm: Correct encoding of Debug Communications Channel registers | Peter Maydell | 1 | -2/+11 |
| 2025-07-21 | hvf: arm: Remove $pc from trace_hvf_data_abort() | Zenghui Yu | 2 | -2/+2 |
| 2025-07-21 | docs/devel: fix over-quoting of QEMU_TEST_KEEP_SCRATCH | Alex Bennée | 1 | -1/+1 |
| 2025-07-21 | functional: always enable all python warnings | Daniel P. Berrangé | 1 | -0/+4 |
| 2025-07-21 | functional: ensure sockets and files are closed | Daniel P. Berrangé | 2 | -0/+5 |
| 2025-07-21 | functional: ensure log handlers are closed | Daniel P. Berrangé | 1 | -0/+2 |
| 2025-07-21 | linux-headers: Remove the 32-bit arm headers | Thomas Huth | 9 | -783/+0 |
| 2025-07-21 | net/vhost-user: Remove unused "err" from chr_closed_bh() (CID 1612365) | Laurent Vivier | 1 | -4/+0 |
| 2025-07-21 | net/passt: Initialize "error" variable in net_passt_send() (CID 1612368) | Laurent Vivier | 1 | -1/+1 |
| 2025-07-21 | net/passt: Check return value of g_remove() in net_passt_cleanup() (CID 1612369) | Laurent Vivier | 1 | -1/+4 |
| 2025-07-21 | net/passt: Remove dead code in passt_vhost_user_start error path (CID 1612371) | Laurent Vivier | 1 | -8/+2 |
| 2025-07-21 | net/vhost-user: Remove unused "err" from net_vhost_user_event() (CID 1612372) | Laurent Vivier | 1 | -5/+0 |
| 2025-07-21 | net/passt: Remove unused "err" from passt_vhost_user_event() (CID 1612375) | Laurent Vivier | 1 | -5/+0 |
| 2025-07-21 | hw/net/npcm_gmac.c: Drop 'buf' local variable | Peter Maydell | 1 | -8/+4 |
| 2025-07-21 | hw/net/npcm_gmac.c: Correct test for when to reallocate packet buffer | Peter Maydell | 1 | -2/+2 |
| 2025-07-21 | hw/net/npcm_gmac.c: Unify length and prev_buf_size variables | Peter Maydell | 1 | -4/+5 |
| 2025-07-21 | hw/net/npcm_gmac.c: Send the right data for second packet in a row | Peter Maydell | 1 | -0/+1 |
| 2025-07-21 | tap: fix net_init_tap() return code | Steve Sistare | 1 | -2/+2 |
| 2025-07-21 | net/tap: drop too small packets | Vladimir Sementsov-Ogievskiy | 1 | -0/+5 |
| 2025-07-18 | hw/i386: Add the ramfb romfile compatibility | Shaoqin Huang | 6 | -2/+20 |
| 2025-07-18 | vfio: Move the TYPE_* to hw/vfio/types.h | Shaoqin Huang | 2 | -9/+22 |
| 2025-07-17 | i386/tdx: Remove the redundant qemu_mutex_init(&tdx->lock) | Xiaoyao Li | 1 | -2/+0 |
| 2025-07-17 | i386/cpu: Cleanup host_cpu_max_instance_init() | Xiaoyao Li | 1 | -1/+0 |
| 2025-07-17 | target/i386: tdx: fix locking for interrupt injection | Paolo Bonzini | 1 | -3/+7 |
| 2025-07-17 | meson: re-generate scripts/meson-buildoptions.sh to fix IGVM entry | Stefano Garzarella | 1 | -1/+1 |
| 2025-07-17 | i386/cpu: Move x86_ext_save_areas[] initialization to .instance_init | Zhao Liu | 1 | -7/+15 |
| 2025-07-17 | target/i386: do not expose ARCH_CAPABILITIES on AMD CPU | Paolo Bonzini | 1 | -1/+5 |
| 2025-07-17 | ramfb: Add property to control if load the romfile | Shaoqin Huang | 7 | -7/+15 |
| 2025-07-16 | python: fix editable installs for modern pip/setuptools | John Snow | 1 | -2/+2 |
| 2025-07-16 | MAINTAINERS: Add docs/requirements.txt | Akihiko Odaki | 1 | -0/+1 |
| 2025-07-16 | docs: Bump sphinx to 6.2.1 | Akihiko Odaki | 2 | -4/+4 |