aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi67-446/+1928
2024-12-12Merge tag 'pull-target-arm-20241211' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi47-729/+777
2024-12-12Merge tag 'pull-request-2024-12-11' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi68-337/+1248
2024-12-11MAINTAINERS: Add correct email address for Vikram GarhwalVikram Garhwal1-0/+2
2024-12-11MAINTAINERS: update email address for Leif LindholmLeif Lindholm2-3/+4
2024-12-11softfloat: Replace WHICH with RET in parts_pick_nanRichard Henderson1-15/+13
2024-12-11softfloat: Sink frac_cmp in parts_pick_nan until neededRichard Henderson1-10/+9
2024-12-11softfloat: Share code between parts_pick_nan casesRichard Henderson1-20/+12
2024-12-11softfloat: Inline pickNaNRichard Henderson2-104/+72
2024-12-11softfloat: Use parts_pick_nan in propagateFloatx80NaNRichard Henderson1-39/+6
2024-12-11softfloat: Move propagateFloatx80NaN to softfloat.cRichard Henderson2-52/+52
2024-12-11softfloat: Pad array size in pick_nan_muladdRichard Henderson1-1/+1
2024-12-11softfloat: Remove which from parts_pick_nan_muladdRichard Henderson1-22/+10
2024-12-11softfloat: Use goto for default nan case in pick_nan_muladdRichard Henderson1-10/+10
2024-12-11softfloat: Inline pickNaNMulAddRichard Henderson2-55/+40
2024-12-11fpu: Remove default handling for dnan_patternPeter Maydell1-14/+0
2024-12-11target/tricore: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/riscv: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/hexagon: Set default NaN pattern explicitlyPeter Maydell2-5/+2
2024-12-11target/xtensa: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/sparc: Set default NaN pattern explicitlyPeter Maydell2-4/+3
2024-12-11target/s390x: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/rx: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/sh4: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/ppc: Set default NaN pattern explicitlyPeter Maydell1-0/+4
2024-12-11target/openrisc: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/mips: Set default NaN pattern explicitlyPeter Maydell2-0/+10
2024-12-11target/m68k: Set default NaN pattern explicitlyPeter Maydell2-1/+3
2024-12-11target/loongarch: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/arm: Set default NaN pattern explicitlyPeter Maydell2-0/+7
2024-12-11target/alpha: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/hppa: Set default NaN pattern explicitlyPeter Maydell2-3/+2
2024-12-11target/i386: Set default NaN pattern explicitlyPeter Maydell2-3/+4
2024-12-11target/microblaze: Set default NaN pattern explicitlyPeter Maydell2-2/+3
2024-12-11tests/fp: Set default NaN pattern explicitlyPeter Maydell3-0/+3
2024-12-11fpu: Allow runtime choice of default NaN valuePeter Maydell3-21/+53
2024-12-11target/arm: Copy entire float_status in is_ebfRichard Henderson1-13/+7
2024-12-11target/ppc: Use env->fp_status in helper_compute_fprf functionsPeter Maydell1-2/+1
2024-12-11target/sparc: Initialize local scratch float_status from env->fp_statusPeter Maydell3-8/+8
2024-12-11target/m68k: Init local float_status from env fp_status in gdb get/set regPeter Maydell1-2/+4
2024-12-11target/m68k: In frem helper, initialize local float_status from env->fp_statusPeter Maydell1-4/+2
2024-12-11target/loongarch: Use normal float_status in fclass_s and fclass_d helpersPeter Maydell1-4/+2
2024-12-11softfloat: Create floatx80 default NaN from parts64_default_nanPeter Maydell1-10/+10
2024-12-11target/m68k: Don't pass NULL float_status to floatx80_default_nan()Peter Maydell1-5/+7
2024-12-11fpu: Remove use_first_nan field from float_statusPeter Maydell3-7/+0
2024-12-11target/hppa: Set Float3NaNPropRule explicitlyPeter Maydell2-4/+8
2024-12-11target/i386: Set Float3NaNPropRule explicitlyPeter Maydell1-0/+1
2024-12-11target/xtensa: Set Float3NaNPropRule explicitlyPeter Maydell2-8/+2
2024-12-11target/mips: Set Float3NaNPropRule explicitlyPeter Maydell3-7/+8
2024-12-11target/sparc: Set Float3NaNPropRule explicitlyPeter Maydell2-2/+2