aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu_tcg.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell1-0/+6
2022-05-09target/arm: Enable FEAT_CSV3 for -cpu maxRichard Henderson1-0/+1
2022-05-09target/arm: Enable FEAT_CSV2 for -cpu maxRichard Henderson1-0/+1
2022-05-09target/arm: Enable FEAT_RAS for -cpu maxRichard Henderson1-0/+1
2022-05-09target/arm: Enable FEAT_Debugv8p4 for -cpu maxRichard Henderson1-2/+2
2022-05-09target/arm: Enable FEAT_Debugv8p2 for -cpu maxRichard Henderson1-0/+2
2022-05-09target/arm: Annotate arm_max_initfn with FEAT identifiersRichard Henderson1-24/+24
2022-05-09target/arm: Split out aa32_max_featuresRichard Henderson1-53/+61
2022-05-09target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu maxRichard Henderson1-0/+4
2022-05-09target/arm: Update qemu-system-arm -cpu max to cortex-a57Richard Henderson1-60/+93
2022-05-09target/arm: Move cortex impdef sysregs to cpu_tcg.cRichard Henderson1-0/+59
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson1-4/+0
2022-05-05target/arm: Split out cpregs.hRichard Henderson1-0/+1
2021-11-02target/arm: Implement arm_cpu_record_sigbusRichard Henderson1-0/+1
2021-11-02target/arm: Implement arm_cpu_record_sigsegvRichard Henderson1-2/+4
2021-09-14target/arm: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-3/+3
2021-09-01target/arm: Enable MVE in Cortex-M55Peter Maydell1-5/+2
2021-07-21target/arm: Implement debug_check_breakpointRichard Henderson1-0/+1
2021-06-03target/arm: Enable BFloat16 extensionsRichard Henderson1-0/+1
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-25target/arm: Enable SVE2 and related extensionsRichard Henderson1-0/+1
2021-04-06Revert "target/arm: Make number of counters in PMCR follow the CPU"Peter Maydell1-5/+0
2021-03-30target/arm: Make number of counters in PMCR follow the CPUPeter Maydell1-0/+5
2021-03-08target/arm: Restrict v7A TCG cpus to TCG accelPhilippe Mathieu-Daudé1-0/+318
2021-03-05target/arm: Restrict v8M IDAU to TCGPhilippe Mathieu-Daudé1-0/+8
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-5/+23
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-5/+4
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-1/+6
2021-01-08target/arm: Implement Cortex-M55 modelPeter Maydell1-0/+42
2020-10-01target/arm: Add ID register values for Cortex-M0Peter Maydell1-0/+24
2020-10-01target/arm: Move id_pfr0, id_pfr1 into ARMISARegistersPeter Maydell1-18/+18
2020-05-14target/arm: Use correct GDB XML for M-profile coresPeter Maydell1-0/+1
2020-05-11target/arm: Restrict TCG cpus to TCG accelPhilippe Mathieu-Daudé1-0/+664