summary refs log tree commit diff stats
path: root/rust/qemu-api/src/assertions.rs (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2025-02-11target/arm: Handle FPCR.AH in SVE FMLSLB, FMLSLT (vectors)Richard Henderson1-3/+12
2025-02-11target/arm: Handle FPCR.AH in SVE FMLSL (indexed)Richard Henderson1-3/+12
2025-02-11target/arm: Handle FPCR.AH in FMLSL (by element and vector)Richard Henderson1-25/+46
2025-02-11target/arm: Handle FPCR.AH in SVE FCMLARichard Henderson2-28/+43
2025-02-11target/arm: Handle FPCR.AH in FCMLA by indexRichard Henderson2-19/+27
2025-02-11target/arm: Handle FPCR.AH in vector FCMLARichard Henderson2-28/+40
2025-02-11target/arm: Handle FPCR.AH in SVE FTMADPeter Maydell2-10/+35
2025-02-11target/arm: Handle FPCR.AH in SVE FTSSELPeter Maydell2-5/+17
2025-02-11target/arm: Handle FPCR.AH in negation step in SVE FMLS (vector)Peter Maydell3-24/+114
2025-02-11target/arm: Handle FPCR.AH in negation in FMLS (vector)Peter Maydell3-1/+32
2025-02-11target/arm: Handle FPCR.AH in negation step in FMLS (indexed)Peter Maydell4-29/+57
2025-02-11target/arm: Handle FPCR.AH in FRECPS and FRSQRTS vector insnsPeter Maydell4-6/+44
2025-02-11target/arm: Handle FPCR.AH in FRECPS and FRSQRTS scalar insnsPeter Maydell4-82/+84
2025-02-11target/arm: Handle FPCR.AH in negation steps in FCADDPeter Maydell2-26/+38
2025-02-11target/arm: Handle FPCR.AH in negation steps in SVE FCADDPeter Maydell3-13/+48
2025-02-11target/arm: Handle FPCR.AH in SVE FABDPeter Maydell3-1/+30
2025-02-11target/arm: Handle FPCR.AH in SVE FABSPeter Maydell3-1/+18
2025-02-11target/arm: Handle FPCR.AH in SVE FNEGPeter Maydell3-1/+18
2025-02-11target/arm: Handle FPCR.AH in vector FABDPeter Maydell3-1/+33
2025-02-11target/arm: Implement FPCR.AH handling for scalar FABS and FABDPeter Maydell1-2/+67
2025-02-11target/arm: Implement FPCR.AH handling of negation of NaNPeter Maydell1-11/+114