aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-09-19target/arm: Use {, s}extract in handle_vec_simd_wshliRichard Henderson1-2/+5
2024-09-19target/arm: Convert handle_vec_simd_shli to decodetreeRichard Henderson2-30/+18
2024-09-19target/arm: Convert handle_vec_simd_shri to decodetreeRichard Henderson2-60/+89
2024-09-19target/arm: Fix whitespace near gen_srshr64_i64Richard Henderson1-1/+1
2024-09-19target/arm: Introduce gen_gvec_sshr, gen_gvec_ushrRichard Henderson4-38/+27
2024-09-19target/arm: Convert MOVI, FMOV, ORR, BIC (vector immediate) to decodetreeRichard Henderson2-67/+59
2024-09-19target/arm: Convert FMOVI (scalar, immediate) to decodetreeRichard Henderson2-48/+30
2024-09-19target/arm: Convert FMAXNMV, FMINNMV, FMAXV, FMINV to decodetreeRichard Henderson2-123/+67
2024-09-19target/arm: Convert ADDV, *ADDLV, *MAXV, *MINV to decodetreeRichard Henderson2-91/+61
2024-09-19target/arm: Simplify do_reduction_opRichard Henderson1-27/+13
2024-09-19target/arm: Convert UZP, TRN, ZIP to decodetreeRichard Henderson2-90/+77
2024-09-19target/arm: Convert TBL, TBX to decodetreeRichard Henderson2-33/+18
2024-09-19target/arm: Convert EXT to decodetreeRichard Henderson2-73/+53
2024-09-19target/arm: Use tcg_gen_extract2_i64 for EXTRichard Henderson1-20/+3
2024-09-19target/arm: Use cmpsel in gen_sshl_vecRichard Henderson1-5/+3
2024-09-19target/arm: Use cmpsel in gen_ushl_vecRichard Henderson1-11/+8
2024-09-19target/arm: Replace tcg_gen_dupi_vec with constants in translate-sve.cRichard Henderson1-79/+49
2024-09-19target/arm: Replace tcg_gen_dupi_vec with constants in gengvec.cRichard Henderson1-24/+19
2024-09-13target/riscv: Remove the deprecated 'any' CPU typePhilippe Mathieu-Daudé2-29/+0
2024-09-13target/cris: Remove the deprecated CRIS targetPhilippe Mathieu-Daudé20-7280/+0
2024-09-13target/arm/tcg: refine cache descriptions with a wrapperAlireza Sanaee3-60/+117
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter4-1/+108
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter2-0/+14
2024-09-13kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()Johannes Stoelp1-1/+2
2024-09-13target/alpha, hppa: Remove unused parent_reset fieldsPeter Maydell2-4/+0
2024-09-13target/s390: Convert CPU to Resettable interfacePeter Maydell3-44/+23
2024-09-13Merge tag 'pull-loongarch-20240912' of https://gitlab.com/gaosong/qemu into s...Peter Maydell6-3/+191
2024-09-12target/loongarch: Support QMP dump-guest-memoryBibo Mao4-0/+171
2024-09-12target/loongarch/kvm: Add vCPU reset functionBibo Mao3-3/+6
2024-09-12target/loongarch: Add compatible support about VM rebootBibo Mao1-0/+14
2024-09-11target/sparc: Add gen_trap_if_nofpu_fpexceptionRichard Henderson1-29/+61
2024-09-11target/sparc: Implement STDFQRichard Henderson2-3/+27
2024-09-11target/sparc: Add FSR_QNE to tb_flagsRichard Henderson2-4/+14
2024-09-11target/sparc: Populate sparc32 FQ when raising fp exceptionCarl Hauser1-15/+25
2024-09-11target/sparc: Add FQ and FSR.QNECarl Hauser3-0/+51
2024-09-11Merge tag 'pull-testing-gdbstub-oct-100924-1' of https://gitlab.com/stsquad/q...Peter Maydell1-6/+17
2024-09-10gdbstub: Add support for MTE in system modeGustavo Romero1-2/+4
2024-09-10gdbstub: Use specific MMU index when probing MTE addressesGustavo Romero1-4/+13
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster1-3/+3
2024-09-10qapi/machine: Rename CpuS390* to S390Cpu*, and drop 'prefix'Markus Armbruster1-1/+1
2024-09-06Merge tag 'pull-target-arm-20240905' of https://git.linaro.org/people/pmaydel...Peter Maydell15-107/+381
2024-09-06Merge tag 'migration-20240904-pull-request' of https://gitlab.com/farosas/qem...Peter Maydell1-1/+1
2024-09-05target/arm: Correct names of VFP VFNMA and VFNMS insnsPeter Maydell2-10/+10
2024-09-05target/arm: Enable FEAT_EBF16 in the "max" CPUPeter Maydell2-3/+2
2024-09-05target/arm: Implement FPCR.EBF=1 semantics for bfdotadd()Peter Maydell1-3/+54
2024-09-05target/arm: Prepare bfdotadd() callers for FEAT_EBF supportPeter Maydell3-65/+193
2024-09-05target/arm: Pass env pointer through to gvec_bfmmla helperPeter Maydell5-7/+8
2024-09-05target/arm: Pass env pointer through to gvec_bfdot_idx helperPeter Maydell5-7/+22
2024-09-05target/arm: Pass env pointer through to gvec_bfdot helperPeter Maydell5-7/+77
2024-09-05target/arm: Pass env pointer through to sme_bfmopa helperPeter Maydell3-5/+5