aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-06Merge tag 'pull-lu-20241105' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell10-76/+269
2024-11-06Merge tag 'bsd-user-2024q4-pull-request' of gitlab.com:bsdimp/qemu into stagingPeter Maydell2-1/+11
2024-11-05Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel...Peter Maydell55-239/+516
2024-11-05Merge tag 'pull-plugin-tweaks-051124-1' of https://gitlab.com/stsquad/qemu in...Peter Maydell6-118/+35
2024-11-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell90-426/+1117
2024-11-05Merge tag 'pull-nvme-20241104' of https://gitlab.com/birkelund/qemu into stagingPeter Maydell6-10/+79
2024-11-05Merge tag 'qga-pull-2024-11-4' of https://github.com/kostyanf14/qemu into sta...Peter Maydell5-8/+15
2024-11-05Merge tag 'mips-20241104' of https://github.com/philmd/qemu into stagingPeter Maydell11-339/+452
2024-11-05tests/tcg: Add SIGRTMIN/SIGRTMAX testIlya Leoshkevich2-2/+76
2024-11-05linux-user: Allow custom rt signal mappingsIlya Leoshkevich6-23/+106
2024-11-05linux-user: Fix GDB complaining about system-supplied DSO string table indexIlya Leoshkevich2-51/+87
2024-11-05tests/tcg: Replace -mpower8-vector with -mcpu=power8Ilya Leoshkevich1-5/+5
2024-11-05target/arm: Enable FEAT_CMOW for -cpu maxGustavo Romero5-0/+13
2024-11-05hw/net/npcm_gmac: Change error log to trace eventNabih Estefan2-3/+3
2024-11-05hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write...Bernhard Beschow4-1/+14
2024-11-05hw/watchdog/wdt_imx2: Remove redundant assignmentBernhard Beschow1-1/+0
2024-11-05hw/timer/imx_gpt: Convert DPRINTF to trace eventsBernhard Beschow2-13/+11
2024-11-05hw/rtc/ds1338: Trace send and receive operationsBernhard Beschow2-0/+10
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-05Merge tag 'pull-aspeed-20241104' of https://github.com/legoater/qemu into sta...Peter Maydell6-42/+89
2024-11-05Merge tag 'pull-ppc-for-9.2-1-20241104' of https://gitlab.com/npiggin/qemu in...Peter Maydell54-1225/+1946
2024-11-05contrib/plugins: remove Makefile for contrib/pluginsPierrick Bouvier3-115/+0
2024-11-05meson: build contrib/plugins with mesonPierrick Bouvier2-0/+32
2024-11-05contrib/plugins/cflow: fix warningPierrick Bouvier1-3/+3
2024-11-04bsd-user: Set TaskState ts_tid for initial threadsJessica Clarke1-0/+1
2024-11-04bsd-user/main: Allow setting tb-sizeIlya Leoshkevich1-0/+9