aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-13rust: add bindings for timerZhao Liu6-0/+109
2025-02-13rust: add bindings for memattrsZhao Liu3-2/+16
2025-02-13rust: add bindings for gpio_{in|out} initializationZhao Liu2-5/+43
2025-02-13rust/irq: Add a helper to convert [InterruptSource] to pointerZhao Liu1-0/+6
2025-02-13rust/qdev: add the macro to define bit propertyZhao Liu1-0/+12
2025-02-13i386/fw_cfg: move hpet_cfg definition to hpet.cZhao Liu3-10/+14
2025-02-13rust: pl011: convert pl011_create to safe RustPaolo Bonzini2-24/+51
2025-02-13rust: chardev, qdev: add bindings to qdev_prop_set_chrPaolo Bonzini5-1/+32
2025-02-13rust: irq: define ObjectType for IRQStatePaolo Bonzini1-3/+12
2025-02-13rust: bindings for MemoryRegionOpsPaolo Bonzini9-61/+227
2025-02-13rust: bindings: add Send and Sync markers for types that have bindingsPaolo Bonzini2-0/+49
2025-02-13rust: qdev: switch from legacy reset to ResettablePaolo Bonzini4-28/+99
2025-02-13rust: qdev: make ObjectImpl a supertrait of DeviceImplPaolo Bonzini1-2/+2
2025-02-13rust: qom: allow initializing interface vtablesPaolo Bonzini2-2/+44
2025-02-13rust: qdev: add clock creationPaolo Bonzini4-31/+125
2025-02-13rust: callbacks: allow passing optional callbacks as ()Paolo Bonzini1-0/+97
2025-02-13rust: qom: add object creation functionalityPaolo Bonzini4-34/+48
2025-02-13rust: qom: add reference counting functionalityPaolo Bonzini3-7/+178
2025-02-13rust: docs: document naming conventionPaolo Bonzini1-0/+44
2025-02-12Merge tag 'pull-loongarch-20250212' of https://gitlab.com/bibo-mao/qemu into ...Stefan Hajnoczi6-563/+584
2025-02-12Merge tag 'pull-nbd-2025-02-11' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi6-28/+64
2025-02-12Merge tag 'pull-target-arm-20250211' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi37-714/+2330
2025-02-12Merge tag 'pull-vfio-20250211' of https://github.com/legoater/qemu into stagingStefan Hajnoczi12-165/+177
2025-02-12hw/loongarch/virt: CPU irq line connection improvementBibo Mao2-24/+38
2025-02-12hw/loongarch/virt: Remove unused ipistateBibo Mao2-7/+0
2025-02-12hw/loongarch/virt: Set iocsr address space when CPU is createdBibo Mao1-1/+1
2025-02-12hw/loongarch/virt: Add separate file for fdt buildingBibo Mao4-525/+539
2025-02-12hw/loongarch/virt: Rename function prefix nameBibo Mao3-5/+5
2025-02-12hw/loongarch/virt: Rename filename acpi-build with virt-acpi-buildBibo Mao2-1/+1
2025-02-11nbd/server: Allow users to adjust handshake limit in QMPEric Blake4-13/+33
2025-02-11qemu-nbd: Allow users to adjust handshake limitEric Blake2-15/+31
2025-02-11Merge tag 'pull-request-2025-02-11' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi10-187/+228
2025-02-11target/arm: Sink fp_status and fpcr access into do_fmlal*Richard Henderson1-12/+16
2025-02-11target/arm: Read fz16 from env->vfp.fpcrRichard Henderson1-6/+6
2025-02-11target/arm: Simplify DO_VFP_cmp in vfp_helper.cRichard Henderson1-5/+5
2025-02-11target/arm: Simplify fp_status indexing in mve_helper.cRichard Henderson1-26/+14
2025-02-11target/arm: Remove fp_status_a32Richard Henderson4-17/+12
2025-02-11target/arm: Remove fp_status_a64Richard Henderson5-16/+15
2025-02-11target/arm: Remove fp_status_f16_a32Richard Henderson4-11/+10
2025-02-11target/arm: Remove fp_status_f16_a64Richard Henderson5-16/+14
2025-02-11target/arm: Remove ah_fp_statusRichard Henderson3-8/+7
2025-02-11target/arm: Remove ah_fp_status_f16Richard Henderson3-8/+7
2025-02-11target/arm: Remove standard_fp_statusRichard Henderson5-23/+22
2025-02-11target/arm: Remove standard_fp_status_f16Richard Henderson4-19/+18
2025-02-11target/arm: Introduce CPUARMState.vfp.fp_status[]Richard Henderson2-114/+71
2025-02-11target/arm: Enable FEAT_RPRES for -cpu maxPeter Maydell2-0/+2
2025-02-11target/arm: Implement increased precision FRSQRTEPeter Maydell1-13/+64
2025-02-11target/arm: Implement increased precision FRECPEPeter Maydell1-8/+46
2025-02-11target/arm: Plumb FEAT_RPRES frecpe and frsqrte through to new helperPeter Maydell6-8/+85
2025-02-11target/arm: Enable FEAT_AFP for '-cpu max'Peter Maydell2-0/+2