aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella8-8/+8
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell25-79/+229
2021-05-27Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.1-pull-request' ...Peter Maydell2-8/+51
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson21-22/+22
2021-05-26target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson2-1/+5
2021-05-26cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+3
2021-05-26cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé19-19/+19
2021-05-26cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé2-2/+2
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé5-13/+11
2021-05-26cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé2-2/+2
2021-05-26cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé2-4/+2
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé7-7/+7
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé19-0/+146
2021-05-26cpu: Move AVR target vmsd field from CPUClass to DeviceClassPhilippe Mathieu-Daudé2-3/+3
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé8-9/+8
2021-05-26cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé2-3/+6
2021-05-26target/m68k: implement m68k "any instruction" trace modeMark Cave-Ayland2-7/+28
2021-05-26target/m68k: introduce gen_singlestep_exception() functionMark Cave-Ayland1-4/+13
2021-05-26target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm...Mark Cave-Ayland1-1/+3
2021-05-26target/m68k: introduce is_singlestepping() functionMark Cave-Ayland1-4/+15
2021-05-26i386/cpu: Expose AVX_VNNI instruction to guestYang Zhong2-2/+4
2021-05-25target/arm: Enable SVE2 and related extensionsRichard Henderson3-0/+16
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson7-0/+169
2021-05-25target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson3-0/+38
2021-05-25target/arm: Split decode of VSDOT and VUDOTRichard Henderson2-11/+28
2021-05-25target/arm: Split out do_neon_dddaRichard Henderson1-52/+38
2021-05-25target/arm: Fix decode for VDOT (indexed)Richard Henderson2-3/+3
2021-05-25target/arm: Remove unused fpst from VDOT_scalarRichard Henderson1-3/+0
2021-05-25target/arm: Split out do_neon_ddda_fpstRichard Henderson1-55/+43
2021-05-25target/arm: Implement aarch64 SUDOT, USDOTRichard Henderson2-0/+30
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long4-0/+141
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson3-28/+24
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long4-0/+133
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson4-8/+90
2021-05-25target/arm: Implement SVE2 LD1RORichard Henderson2-0/+97
2021-05-25target/arm: Tidy do_ldrqRichard Henderson1-9/+4
2021-05-25target/arm: Share table of sve load functionsRichard Henderson1-128/+126
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long4-0/+119
2021-05-25target/arm: Implement SVE2 FCVTXNT, FCVTXStephen Long2-10/+41
2021-05-25target/arm: Implement SVE2 FCVTLTStephen Long4-0/+46
2021-05-25target/arm: Implement SVE2 FCVTNTRichard Henderson4-0/+45
2021-05-25target/arm: Implement SVE2 TBL, TBXStephen Long4-19/+119
2021-05-25target/arm: Implement SVE2 crypto constructive binary operationsRichard Henderson3-0/+25
2021-05-25target/arm: Implement SVE2 crypto destructive binary operationsRichard Henderson3-0/+50
2021-05-25target/arm: Implement SVE2 crypto unary operationsRichard Henderson2-0/+17
2021-05-25target/arm: Implement SVE mixed sign dot productRichard Henderson4-0/+22
2021-05-25target/arm: Implement SVE mixed sign dot product (indexed)Richard Henderson5-0/+31
2021-05-25target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}Richard Henderson1-131/+29
2021-05-25target/arm: Macroize helper_gvec_{s,u}dot_{b,h}Richard Henderson1-64/+22