summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-22tracetool: removed the unused vcpu propertytracingTanish Desai
2025-07-21Merge tag 'display-20250718-pull-request' of https://gitlab.com/kraxel/qemu i...Stefan Hajnoczi
2025-07-21Merge tag 'pull-tcg-20250721' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2025-07-21Merge tag 'pull-target-arm-20250721' of https://gitlab.com/pm215/qemu into st...Stefan Hajnoczi
2025-07-21Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi
2025-07-21tcg/optimize: Don't fold INDEX_op_and_vec to extractRichard Henderson
2025-07-21accel/hvf: Display executable bit as 'X'Philippe Mathieu-Daudé
2025-07-21Merge tag 'pull-request-2025-07-21' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2025-07-21Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2025-07-21crypto: load all certificates in X509 CA fileHenry Kleynhans
2025-07-21hvf: arm: Emulate ICC_RPR_EL1 accesses properlyZenghui Yu
2025-07-21hvf: arm: Add permission check in GIC sysreg handlersZenghui Yu
2025-07-21target/arm: Make LD1Q decode and trans fn agree about a->uPeter Maydell
2025-07-21target/arm: Honour FPCR.AH=1 default NaN value in FMAXNMQV, FMINNMQVPeter Maydell
2025-07-21target/arm: Don't nest H() macro calls in SVE DO_REDUCEPeter Maydell
2025-07-21target/arm: Correct sense of FPCR.AH test for FMAXQV and FMINQVPeter Maydell
2025-07-21target/arm: Add BFMLA, BFMLS (indexed)Peter Maydell
2025-07-21target/arm: Add BFMLA, BFMLS (vectors)Peter Maydell
2025-07-21target/arm: Add BFMUL (indexed)Peter Maydell
2025-07-21target/arm: Add BFMIN, BFMAX (predicated)Peter Maydell
2025-07-21target/arm: Add BFADD, BFSUB, BFMUL, BFMAXNM, BFMINNM (predicated)Peter Maydell
2025-07-21target/arm: Add BFADD, BFSUB, BFMUL (unpredicated)Peter Maydell
2025-07-21docs: Fix Aspeed titleCédric Le Goater
2025-07-21hw/misc/max78000_aes: Comment Internal Key StorageJackson Donaldson
2025-07-21host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()Peter Maydell
2025-07-21target/arm: Provide always-false kvm_arm_*_supported() stubs for usermodePeter Maydell
2025-07-21hw/misc/ivshmem-pci: Improve error handlingPeter Maydell
2025-07-21target/arm: Correct encoding of Debug Communications Channel registersPeter Maydell
2025-07-21hvf: arm: Remove $pc from trace_hvf_data_abort()Zenghui Yu
2025-07-21docs/devel: fix over-quoting of QEMU_TEST_KEEP_SCRATCHAlex Bennée
2025-07-21functional: always enable all python warningsDaniel P. Berrangé
2025-07-21functional: ensure sockets and files are closedDaniel P. Berrangé
2025-07-21functional: ensure log handlers are closedDaniel P. Berrangé
2025-07-21linux-headers: Remove the 32-bit arm headersThomas Huth
2025-07-21net/vhost-user: Remove unused "err" from chr_closed_bh() (CID 1612365)Laurent Vivier
2025-07-21net/passt: Initialize "error" variable in net_passt_send() (CID 1612368)Laurent Vivier
2025-07-21net/passt: Check return value of g_remove() in net_passt_cleanup() (CID 1612369)Laurent Vivier
2025-07-21net/passt: Remove dead code in passt_vhost_user_start error path (CID 1612371)Laurent Vivier
2025-07-21net/vhost-user: Remove unused "err" from net_vhost_user_event() (CID 1612372)Laurent Vivier
2025-07-21net/passt: Remove unused "err" from passt_vhost_user_event() (CID 1612375)Laurent Vivier
2025-07-21hw/net/npcm_gmac.c: Drop 'buf' local variablePeter Maydell
2025-07-21hw/net/npcm_gmac.c: Correct test for when to reallocate packet bufferPeter Maydell
2025-07-21hw/net/npcm_gmac.c: Unify length and prev_buf_size variablesPeter Maydell
2025-07-21hw/net/npcm_gmac.c: Send the right data for second packet in a rowPeter Maydell
2025-07-21tap: fix net_init_tap() return codeSteve Sistare
2025-07-21net/tap: drop too small packetsVladimir Sementsov-Ogievskiy
2025-07-18hw/i386: Add the ramfb romfile compatibilityShaoqin Huang
2025-07-18vfio: Move the TYPE_* to hw/vfio/types.hShaoqin Huang
2025-07-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2025-07-17i386/tdx: Remove the redundant qemu_mutex_init(&tdx->lock)Xiaoyao Li