aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-09-19target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1Peter Maydell1-1/+1
2024-09-19target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson2-127/+63
2024-09-19target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson2-14/+186
2024-09-19target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetreeRichard Henderson2-131/+128
2024-09-19target/arm: Widen NeonGenNarrowEnvFn return to 64 bitsRichard Henderson5-78/+93
2024-09-19target/arm: Convert VQSHL, VQSHLU to gvecRichard Henderson6-110/+94
2024-09-19target/arm: Convert handle_scalar_simd_shli to decodetreeRichard Henderson2-35/+13
2024-09-19target/arm: Convert handle_scalar_simd_shri to decodetreeRichard Henderson2-70/+86
2024-09-19target/arm: Convert SHRN, RSHRN to decodetreeRichard Henderson2-48/+55
2024-09-19target/arm: Split out subroutines of handle_shri_with_rndaccRichard Henderson1-56/+82
2024-09-19target/arm: Push tcg_rnd into handle_shri_with_rndaccRichard Henderson1-26/+6
2024-09-19target/arm: Convert SSHLL, USHLL to decodetreeRichard Henderson2-44/+45
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