aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell
2021-05-27Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.1-pull-request' ...Peter Maydell
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson
2021-05-26cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-05-26cpu: Move AVR target vmsd field from CPUClass to DeviceClassPhilippe Mathieu-Daudé
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé
2021-05-26cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé
2021-05-26target/m68k: implement m68k "any instruction" trace modeMark Cave-Ayland
2021-05-26target/m68k: introduce gen_singlestep_exception() functionMark Cave-Ayland
2021-05-26target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm...Mark Cave-Ayland
2021-05-26target/m68k: introduce is_singlestepping() functionMark Cave-Ayland
2021-05-26i386/cpu: Expose AVX_VNNI instruction to guestYang Zhong
2021-05-25target/arm: Enable SVE2 and related extensionsRichard Henderson
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson
2021-05-25target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson
2021-05-25target/arm: Split decode of VSDOT and VUDOTRichard Henderson
2021-05-25target/arm: Split out do_neon_dddaRichard Henderson
2021-05-25target/arm: Fix decode for VDOT (indexed)Richard Henderson
2021-05-25target/arm: Remove unused fpst from VDOT_scalarRichard Henderson
2021-05-25target/arm: Split out do_neon_ddda_fpstRichard Henderson
2021-05-25target/arm: Implement aarch64 SUDOT, USDOTRichard Henderson
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson
2021-05-25target/arm: Implement SVE2 LD1RORichard Henderson
2021-05-25target/arm: Tidy do_ldrqRichard Henderson
2021-05-25target/arm: Share table of sve load functionsRichard Henderson
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long
2021-05-25target/arm: Implement SVE2 FCVTXNT, FCVTXStephen Long
2021-05-25target/arm: Implement SVE2 FCVTLTStephen Long
2021-05-25target/arm: Implement SVE2 FCVTNTRichard Henderson
2021-05-25target/arm: Implement SVE2 TBL, TBXStephen Long
2021-05-25target/arm: Implement SVE2 crypto constructive binary operationsRichard Henderson
2021-05-25target/arm: Implement SVE2 crypto destructive binary operationsRichard Henderson
2021-05-25target/arm: Implement SVE2 crypto unary operationsRichard Henderson
2021-05-25target/arm: Implement SVE mixed sign dot productRichard Henderson
2021-05-25target/arm: Implement SVE mixed sign dot product (indexed)Richard Henderson
2021-05-25target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}Richard Henderson
2021-05-25target/arm: Macroize helper_gvec_{s,u}dot_{b,h}Richard Henderson
2021-05-25target/arm: Implement SVE2 complex integer dot productRichard Henderson