aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-05disas: Fix build against Capstone v6 (again)Richard Henderson1-0/+1
2024-11-05target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)Peter Maydell1-1/+8
2024-11-05target/arm: Add new MMU indexes for AArch32 Secure PL1&0Peter Maydell6-20/+86
2024-11-05Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"Peter Maydell8-81/+34
2024-11-05softfloat: Remove fallback rule from pickNaN()Peter Maydell2-27/+6
2024-11-05target/rx: Explicitly set 2-NaN propagation rulePeter Maydell2-1/+9
2024-11-05target/openrisc: Explicitly set 2-NaN propagation rulePeter Maydell2-1/+7
2024-11-05target/microblaze: Explicitly set 2-NaN propagation rulePeter Maydell2-1/+7
2024-11-05target/microblaze: Move setting of float rounding mode to resetPeter Maydell1-3/+2
2024-11-05target/alpha: Explicitly set 2-NaN propagation rulePeter Maydell2-1/+12
2024-11-05target/i386: Set 2-NaN propagation rule explicitlyPeter Maydell4-1/+49
2024-11-05target/xtensa: Explicitly set 2-NaN propagation rulePeter Maydell2-11/+3
2024-11-05target/xtensa: Factor out calls to set_use_first_nan()Peter Maydell3-15/+26
2024-11-05target/sparc: Explicitly set 2-NaN propagation rulePeter Maydell3-6/+18
2024-11-05target/sparc: Move cpu_put_fsr(env, 0) call to resetPeter Maydell1-1/+1
2024-11-05target/m68k: Initialize float_status fields in gdb set/get functionsPeter Maydell1-2/+2
2024-11-05target/m68k: Explicitly set 2-NaN propagation rulePeter Maydell3-18/+18
2024-11-05target/ppc: Explicitly set 2-NaN propagation rulePeter Maydell2-8/+10
2024-11-05target/s390x: Explicitly set 2-NaN propagation rulePeter Maydell2-3/+3
2024-11-05target/hppa: Explicitly set 2-NaN propagation rulePeter Maydell2-2/+8
2024-11-05target/loongarch: Explicitly set 2-NaN propagation rulePeter Maydell2-3/+4
2024-11-05target/mips: Explicitly set 2-NaN propagation rulePeter Maydell4-17/+42
2024-11-05target/arm: Explicitly set 2-NaN propagation rulePeter Maydell3-19/+37
2024-11-05tests/fp: Explicitly set 2-NaN propagation rulePeter Maydell3-0/+5
2024-11-05softfloat: Allow 2-operand NaN propagation rule to be set at runtimePeter Maydell3-95/+183
2024-11-04Merge tag 'pull-request-2024-11-04' of https://gitlab.com/thuth/qemu into sta...Peter Maydell27-486/+594
2024-11-04Merge tag 'seabios-hppa-v17-pull-request' of https://github.com/hdeller/qemu-...Peter Maydell3-0/+0
2024-11-04Merge tag 'pull-loongarch-20241102' of https://gitlab.com/gaosong/qemu into s...Peter Maydell36-100/+2243
2024-11-04tests/functional: Convert the OrangePi tests to the functional frameworkThomas Huth4-235/+273
2024-11-04tests/functional: Convert BananaPi tests to the functional frameworkThomas Huth4-176/+229
2024-11-04tests/functional: Convert the tcg_plugins testThomas Huth2-23/+16
2024-11-04next-cube: remove cpu parameter from next_scsi_init()Mark Cave-Ayland1-2/+2
2024-11-04next-cube: fix up compilation when DEBUG_NEXT is enabledMark Cave-Ayland1-5/+5
2024-11-04hw/s390x: Re-enable the pci-bridge device on s390xThomas Huth1-0/+1
2024-11-04tests/functional: Fix the s390x and ppc64 tuxrun testsThomas Huth2-2/+5
2024-11-04tests/vm/openbsd: Remove the "Time appears wrong" workaroundThomas Huth1-1/+0
2024-11-04tests/functional: Add a test for sh4ebThomas Huth2-0/+36
2024-11-04Revert "Remove the unused sh4eb target"Thomas Huth11-5/+14
2024-11-04tests/functional: make cached asset files read-onlyDaniel P. Berrangé1-0/+3
2024-11-04tests/functional: make tuxrun disk images writableDaniel P. Berrangé1-2/+8
2024-11-04.gitlab-ci.d/cirrus: Remove the macos-15 jobThomas Huth3-35/+2
2024-11-04Merge tag 'migration-20241030-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell26-122/+254
2024-11-03target/hppa: Update SeaBIOS-hppa to version 17Helge Deller3-0/+0
2024-11-02Merge tag 'for-upstream-i386' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell84-349/+4218
2024-11-02target/loongarch: Add steal time support on migrationBibo Mao3-2/+72
2024-11-02hw/loongarch/boot: Use warn_report when no kernel filenameSong Gao1-3/+2
2024-11-02linux-headers: Update to Linux v6.12-rc5Bibo Mao29-93/+1915
2024-11-02linux-headers: loongarch: Add kvm_para.hBibo Mao1-0/+1
2024-11-02linux-headers: Add unistd_64.hBibo Mao1-0/+6
2024-11-02target/loongarch/kvm: Implement LoongArch PMU extensionBibo Mao4-1/+63