aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
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
2024-09-11target/sparc: Add FQ and FSR.QNECarl Hauser
2024-09-11Merge tag 'pull-testing-gdbstub-oct-100924-1' of https://gitlab.com/stsquad/q...Peter Maydell
2024-09-10gdbstub: Add support for MTE in system modeGustavo Romero
2024-09-10gdbstub: Use specific MMU index when probing MTE addressesGustavo Romero
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/machine: Rename CpuS390* to S390Cpu*, and drop 'prefix'Markus Armbruster
2024-09-06Merge tag 'pull-target-arm-20240905' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-09-06Merge tag 'migration-20240904-pull-request' of https://gitlab.com/farosas/qem...Peter Maydell
2024-09-05target/arm: Correct names of VFP VFNMA and VFNMS insnsPeter Maydell
2024-09-05target/arm: Enable FEAT_EBF16 in the "max" CPUPeter Maydell
2024-09-05target/arm: Implement FPCR.EBF=1 semantics for bfdotadd()Peter Maydell
2024-09-05target/arm: Prepare bfdotadd() callers for FEAT_EBF supportPeter Maydell
2024-09-05target/arm: Pass env pointer through to gvec_bfmmla helperPeter Maydell
2024-09-05target/arm: Pass env pointer through to gvec_bfdot_idx helperPeter Maydell
2024-09-05target/arm: Pass env pointer through to gvec_bfdot helperPeter Maydell
2024-09-05target/arm: Pass env pointer through to sme_bfmopa helperPeter Maydell
2024-09-05target/arm: Allow setting the FPCR.EBF bit for FEAT_EBF16Peter Maydell
2024-09-03target/hppa: Fix random 32-bit linux-user crashesHelge Deller
2024-09-03target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64Helge Deller
2024-09-03target/ppc: Fix migration of CPUs with TLB_EMB TLB typeArman Nabiev
2024-08-21target/i386: Fix tss access size in switch_tss_raRichard Henderson