summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-09-24target/riscv: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-24target/arm: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-24target/i386/kvm: replace assert(false) with g_assert_not_reached()Pierrick Bouvier
2024-09-24target/ppc: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-19target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1Peter Maydell
2024-09-19target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson
2024-09-19target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson
2024-09-19target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetreeRichard Henderson
2024-09-19target/arm: Widen NeonGenNarrowEnvFn return to 64 bitsRichard Henderson
2024-09-19target/arm: Convert VQSHL, VQSHLU to gvecRichard Henderson
2024-09-19target/arm: Convert handle_scalar_simd_shli to decodetreeRichard Henderson
2024-09-19target/arm: Convert handle_scalar_simd_shri to decodetreeRichard Henderson
2024-09-19target/arm: Convert SHRN, RSHRN to decodetreeRichard Henderson
2024-09-19target/arm: Split out subroutines of handle_shri_with_rndaccRichard Henderson
2024-09-19target/arm: Push tcg_rnd into handle_shri_with_rndaccRichard Henderson
2024-09-19target/arm: Convert SSHLL, USHLL to decodetreeRichard Henderson
2024-09-19target/arm: Use {, s}extract in handle_vec_simd_wshliRichard Henderson
2024-09-19target/arm: Convert handle_vec_simd_shli to decodetreeRichard Henderson
2024-09-19target/arm: Convert handle_vec_simd_shri to decodetreeRichard Henderson
2024-09-19target/arm: Fix whitespace near gen_srshr64_i64Richard Henderson
2024-09-19target/arm: Introduce gen_gvec_sshr, gen_gvec_ushrRichard Henderson
2024-09-19target/arm: Convert MOVI, FMOV, ORR, BIC (vector immediate) to decodetreeRichard Henderson
2024-09-19target/arm: Convert FMOVI (scalar, immediate) to decodetreeRichard Henderson
2024-09-19target/arm: Convert FMAXNMV, FMINNMV, FMAXV, FMINV to decodetreeRichard Henderson
2024-09-19target/arm: Convert ADDV, *ADDLV, *MAXV, *MINV to decodetreeRichard Henderson
2024-09-19target/arm: Simplify do_reduction_opRichard Henderson
2024-09-19target/arm: Convert UZP, TRN, ZIP to decodetreeRichard Henderson
2024-09-19target/arm: Convert TBL, TBX to decodetreeRichard Henderson
2024-09-19target/arm: Convert EXT to decodetreeRichard Henderson
2024-09-19target/arm: Use tcg_gen_extract2_i64 for EXTRichard Henderson
2024-09-19target/arm: Use cmpsel in gen_sshl_vecRichard Henderson
2024-09-19target/arm: Use cmpsel in gen_ushl_vecRichard Henderson
2024-09-19target/arm: Replace tcg_gen_dupi_vec with constants in translate-sve.cRichard Henderson
2024-09-19target/arm: Replace tcg_gen_dupi_vec with constants in gengvec.cRichard Henderson
2024-09-13target/riscv: Remove the deprecated 'any' CPU typePhilippe Mathieu-Daudé
2024-09-13target/cris: Remove the deprecated CRIS targetPhilippe Mathieu-Daudé
2024-09-13target/arm/tcg: refine cache descriptions with a wrapperAlireza Sanaee
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter
2024-09-13hvf: Split up hv_vm_create logic per archDanny Canter
2024-09-13kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()Johannes Stoelp
2024-09-13target/alpha, hppa: Remove unused parent_reset fieldsPeter Maydell
2024-09-13target/s390: Convert CPU to Resettable interfacePeter Maydell
2024-09-13Merge tag 'pull-loongarch-20240912' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2024-09-12target/loongarch: Support QMP dump-guest-memoryBibo Mao
2024-09-12target/loongarch/kvm: Add vCPU reset functionBibo Mao
2024-09-12target/loongarch: Add compatible support about VM rebootBibo Mao
2024-09-11target/sparc: Add gen_trap_if_nofpu_fpexceptionRichard Henderson
2024-09-11target/sparc: Implement STDFQRichard Henderson
2024-09-11target/sparc: Add FSR_QNE to tb_flagsRichard Henderson
2024-09-11target/sparc: Populate sparc32 FQ when raising fp exceptionCarl Hauser