aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-11-05target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)Peter Maydell
2024-11-05target/arm: Add new MMU indexes for AArch32 Secure PL1&0Peter Maydell
2024-11-05Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"Peter Maydell
2024-11-05target/rx: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/openrisc: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/microblaze: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/microblaze: Move setting of float rounding mode to resetPeter Maydell
2024-11-05target/alpha: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/i386: Set 2-NaN propagation rule explicitlyPeter Maydell
2024-11-05target/xtensa: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/xtensa: Factor out calls to set_use_first_nan()Peter Maydell
2024-11-05target/sparc: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/sparc: Move cpu_put_fsr(env, 0) call to resetPeter Maydell
2024-11-05target/m68k: Initialize float_status fields in gdb set/get functionsPeter Maydell
2024-11-05target/m68k: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/ppc: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/s390x: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/hppa: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/loongarch: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/mips: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-05target/arm: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-04Merge tag 'pull-loongarch-20241102' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2024-11-02Merge tag 'for-upstream-i386' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-11-02target/loongarch: Add steal time support on migrationBibo Mao
2024-11-02target/loongarch/kvm: Implement LoongArch PMU extensionBibo Mao
2024-11-02target/loongarch: Implement lbt registers save/restore functionBibo Mao
2024-11-02target/loongarch: Add loongson binary translation featureBibo Mao
2024-10-31target/i386: Introduce GraniteRapids-v2 modelTao Su
2024-10-31target/i386: Add AVX512 state when AVX10 is supportedTao Su
2024-10-31target/i386: Add feature dependencies for AVX10Tao Su
2024-10-31target/i386: add CPUID.24 features for AVX10Tao Su
2024-10-31target/i386: add AVX10 feature and AVX10 version propertyTao Su
2024-10-31target/i386: return bool from x86_cpu_filter_featuresPaolo Bonzini
2024-10-31target/i386: do not rely on ExtSaveArea for accelerator-supported XCR0 bitsPaolo Bonzini
2024-10-31target/i386: cpu: set correct supported XCR0 features for TCGPaolo Bonzini
2024-10-31target/i386: use + to put flags togetherPaolo Bonzini
2024-10-31target/i386: use higher-precision arithmetic to compute CFPaolo Bonzini
2024-10-31target/i386: use compiler builtin to compute PFPaolo Bonzini
2024-10-31target/i386: make flag variables unsignedPaolo Bonzini
2024-10-31target/i386: add a note about gen_jcc1Paolo Bonzini
2024-10-31target/i386: add a few more trivial CCPrepare casesPaolo Bonzini
2024-10-31target/i386: optimize TEST+Jxx sequencesPaolo Bonzini
2024-10-31target/i386: optimize computation of ZF from CC_OP_DYNAMICPaolo Bonzini
2024-10-31target/i386: Wrap cc_op_live with a validity checkRichard Henderson
2024-10-31target/i386: Introduce cc_op_sizeRichard Henderson
2024-10-31target/i386: Rearrange CCOpRichard Henderson
2024-10-31target/i386: remove CC_OP_CLRPaolo Bonzini
2024-10-31target/i386: Tidy cc_op_str usageRichard Henderson
2024-10-31target/i386: use tcg_gen_ext_tl when applicablePaolo Bonzini
2024-10-31target/i386/hvf: fix handling of XSAVE-related CPUID bitsPaolo Bonzini