index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-12
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
67
-446
/
+1928
2024-12-12
Merge tag 'pull-target-arm-20241211' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
47
-729
/
+777
2024-12-12
Merge tag 'pull-request-2024-12-11' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
68
-337
/
+1248
2024-12-11
MAINTAINERS: Add correct email address for Vikram Garhwal
Vikram Garhwal
1
-0
/
+2
2024-12-11
MAINTAINERS: update email address for Leif Lindholm
Leif Lindholm
2
-3
/
+4
2024-12-11
softfloat: Replace WHICH with RET in parts_pick_nan
Richard Henderson
1
-15
/
+13
2024-12-11
softfloat: Sink frac_cmp in parts_pick_nan until needed
Richard Henderson
1
-10
/
+9
2024-12-11
softfloat: Share code between parts_pick_nan cases
Richard Henderson
1
-20
/
+12
2024-12-11
softfloat: Inline pickNaN
Richard Henderson
2
-104
/
+72
2024-12-11
softfloat: Use parts_pick_nan in propagateFloatx80NaN
Richard Henderson
1
-39
/
+6
2024-12-11
softfloat: Move propagateFloatx80NaN to softfloat.c
Richard Henderson
2
-52
/
+52
2024-12-11
softfloat: Pad array size in pick_nan_muladd
Richard Henderson
1
-1
/
+1
2024-12-11
softfloat: Remove which from parts_pick_nan_muladd
Richard Henderson
1
-22
/
+10
2024-12-11
softfloat: Use goto for default nan case in pick_nan_muladd
Richard Henderson
1
-10
/
+10
2024-12-11
softfloat: Inline pickNaNMulAdd
Richard Henderson
2
-55
/
+40
2024-12-11
fpu: Remove default handling for dnan_pattern
Peter Maydell
1
-14
/
+0
2024-12-11
target/tricore: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/riscv: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/hexagon: Set default NaN pattern explicitly
Peter Maydell
2
-5
/
+2
2024-12-11
target/xtensa: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/sparc: Set default NaN pattern explicitly
Peter Maydell
2
-4
/
+3
2024-12-11
target/s390x: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/rx: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/sh4: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/ppc: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+4
2024-12-11
target/openrisc: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/mips: Set default NaN pattern explicitly
Peter Maydell
2
-0
/
+10
2024-12-11
target/m68k: Set default NaN pattern explicitly
Peter Maydell
2
-1
/
+3
2024-12-11
target/loongarch: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/arm: Set default NaN pattern explicitly
Peter Maydell
2
-0
/
+7
2024-12-11
target/alpha: Set default NaN pattern explicitly
Peter Maydell
1
-0
/
+2
2024-12-11
target/hppa: Set default NaN pattern explicitly
Peter Maydell
2
-3
/
+2
2024-12-11
target/i386: Set default NaN pattern explicitly
Peter Maydell
2
-3
/
+4
2024-12-11
target/microblaze: Set default NaN pattern explicitly
Peter Maydell
2
-2
/
+3
2024-12-11
tests/fp: Set default NaN pattern explicitly
Peter Maydell
3
-0
/
+3
2024-12-11
fpu: Allow runtime choice of default NaN value
Peter Maydell
3
-21
/
+53
2024-12-11
target/arm: Copy entire float_status in is_ebf
Richard Henderson
1
-13
/
+7
2024-12-11
target/ppc: Use env->fp_status in helper_compute_fprf functions
Peter Maydell
1
-2
/
+1
2024-12-11
target/sparc: Initialize local scratch float_status from env->fp_status
Peter Maydell
3
-8
/
+8
2024-12-11
target/m68k: Init local float_status from env fp_status in gdb get/set reg
Peter Maydell
1
-2
/
+4
2024-12-11
target/m68k: In frem helper, initialize local float_status from env->fp_status
Peter Maydell
1
-4
/
+2
2024-12-11
target/loongarch: Use normal float_status in fclass_s and fclass_d helpers
Peter Maydell
1
-4
/
+2
2024-12-11
softfloat: Create floatx80 default NaN from parts64_default_nan
Peter Maydell
1
-10
/
+10
2024-12-11
target/m68k: Don't pass NULL float_status to floatx80_default_nan()
Peter Maydell
1
-5
/
+7
2024-12-11
fpu: Remove use_first_nan field from float_status
Peter Maydell
3
-7
/
+0
2024-12-11
target/hppa: Set Float3NaNPropRule explicitly
Peter Maydell
2
-4
/
+8
2024-12-11
target/i386: Set Float3NaNPropRule explicitly
Peter Maydell
1
-0
/
+1
2024-12-11
target/xtensa: Set Float3NaNPropRule explicitly
Peter Maydell
2
-8
/
+2
2024-12-11
target/mips: Set Float3NaNPropRule explicitly
Peter Maydell
3
-7
/
+8
2024-12-11
target/sparc: Set Float3NaNPropRule explicitly
Peter Maydell
2
-2
/
+2
[next]