aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-11-07target/riscv/kvm: Update kvm exts to Linux v6.11Quan Zhou1-0/+7
2024-11-07target/riscv: Inline unit-stride ld/st and corresponding functions for perfor...Max Chou1-7/+11
2024-11-07target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st ...Max Chou1-14/+63
2024-11-07target/riscv: rvv: Provide a fast path using direct access to host ram for un...Max Chou1-27/+71
2024-11-07target/riscv: rvv: Provide a fast path using direct access to host ram for un...Max Chou1-59/+70
2024-11-07target/riscv: rvv: Provide a fast path using direct access to host ram for un...Max Chou1-139/+224
2024-11-07target/riscv: rvv: Replace VSTART_CHECK_EARLY_EXIT in vext_ldst_usMax Chou1-1/+4
2024-11-07target/riscv: Set vdata.vm field for vector load/store whole register instruc...Max Chou1-0/+3
2024-11-06Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell3-76/+89
2024-11-05hw/core: Make CPU topology enumeration arch-agnosticZhao Liu2-74/+74
2024-11-05i386/cpu: Don't enumerate the "invalid" CPU topology levelZhao Liu1-5/+8
2024-11-05target/microblaze: Alias CPU endianness property as 'little-endian'Philippe Mathieu-Daudé1-0/+10
2024-11-05Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel...Peter Maydell35-124/+345
2024-11-05Merge tag 'mips-20241104' of https://github.com/philmd/qemu into stagingPeter Maydell11-339/+452
2024-11-05target/arm: Enable FEAT_CMOW for -cpu maxGustavo Romero4-0/+12
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-05target/rx: Explicitly set 2-NaN propagation rulePeter Maydell1-0/+7
2024-11-05target/openrisc: Explicitly set 2-NaN propagation rulePeter Maydell1-0/+6
2024-11-05target/microblaze: Explicitly set 2-NaN propagation rulePeter Maydell1-0/+5
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 Maydell1-0/+11
2024-11-05target/i386: Set 2-NaN propagation rule explicitlyPeter Maydell3-0/+47
2024-11-05target/xtensa: Explicitly set 2-NaN propagation rulePeter Maydell1-0/+2
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 Maydell2-2/+16
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 Maydell2-0/+17
2024-11-05target/ppc: Explicitly set 2-NaN propagation rulePeter Maydell1-0/+8
2024-11-05target/s390x: Explicitly set 2-NaN propagation rulePeter Maydell1-0/+1
2024-11-05target/hppa: Explicitly set 2-NaN propagation rulePeter Maydell1-0/+6
2024-11-05target/loongarch: Explicitly set 2-NaN propagation rulePeter Maydell1-0/+1
2024-11-05target/mips: Explicitly set 2-NaN propagation rulePeter Maydell3-1/+40
2024-11-05target/arm: Explicitly set 2-NaN propagation rulePeter Maydell1-8/+17
2024-11-05Merge tag 'pull-ppc-for-9.2-1-20241104' of https://gitlab.com/npiggin/qemu in...Peter Maydell12-375/+365
2024-11-04Merge tag 'pull-loongarch-20241102' of https://gitlab.com/gaosong/qemu into s...Peter Maydell5-4/+319
2024-11-04target/ppc: reduce duplicate code between init_proc_POWER{9, 10}Harsh Prateek Bora1-46/+12
2024-11-04target/ppc: combine multiple ail checks into oneHarsh Prateek Bora1-8/+2
2024-11-04target/ppc: simplify var usage in ppc_next_unmasked_interruptHarsh Prateek Bora1-27/+27
2024-11-04target/ppc: optimize p7 exception handling routinesHarsh Prateek Bora1-21/+25
2024-11-04target/ppc: optimize p8 exception handling routinesHarsh Prateek Bora1-28/+32
2024-11-04target/ppc: optimize p9 exception handling routinesHarsh Prateek Bora1-33/+39
2024-11-04target/ppc: optimize hreg_compute_pmu_hflags_valueHarsh Prateek Bora1-3/+3
2024-11-04target/ppc: optimize hreg_compute_pmu_hflags_valueHarsh Prateek Bora1-4/+5
2024-11-04target/ppc: use locally stored msr and avoid indirect accessHarsh Prateek Bora1-2/+2
2024-11-04target/ppc: Add Power11 DD2.0 processorAditya Gupta7-0/+86
2024-11-04target/ppc: Fix regression due to Power10 and Power11 having same PCRAditya Gupta1-0/+4
2024-11-04target/ppc: Introduce 'PowerPCCPUClass::spapr_logical_pvr'Aditya Gupta2-0/+5