aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-11target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt()Peter Maydell1-1/+1
2024-07-05gdbstub: Add support for MTE in user modeGustavo Romero1-0/+1
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell1-0/+40
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-1/+1
2024-04-30target/arm: Default to 1GHz cntfrq for 'max' and new CPUsPeter Maydell1-6/+17
2024-04-30target/arm: Refactor default generic timer frequency handlingPeter Maydell1-14/+17
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-04-25target/arm: Add support for Non-maskable InterruptJinjie Ruan1-11/+136
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-7/+7
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé1-2/+2
2024-02-29target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-onlyRichard Henderson1-22/+29
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki1-1/+0
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki1-1/+0
2024-02-03Merge tag 'pull-tcg-20240202-2' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-0/+6
2024-02-03target/arm: Populate CPUClass.mmu_indexRichard Henderson1-0/+6
2024-02-02target/arm: Reinstate "vfp" property on AArch32 CPUsPeter Maydell1-0/+4
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-26target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' headerPhilippe Mathieu-Daudé1-0/+5
2024-01-26target/arm: Rename arm_cpu_mp_affinityRichard Henderson1-3/+3
2024-01-19accel: Do not set CPUState::tcg_cflags in non-TCG accelsPhilippe Mathieu-Daudé1-1/+1
2024-01-09target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUsPeter Maydell1-5/+0
2024-01-09target/arm: Report HCR_EL2.{NV,NV1,NV2} in cpu dumpsPeter Maydell1-0/+5
2024-01-09target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUsPeter Maydell1-3/+5
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+1
2023-12-19target/arm/kvm: Have kvm_arm_add_vcpu_properties take a ARMCPU argumentPhilippe Mathieu-Daudé1-1/+1
2023-12-04target/arm: Disable SME if SVE is disabledPeter Maydell1-0/+10
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-2/+1
2023-11-02target/arm: Enable FEAT_MOPS insns in user-mode emulationPeter Maydell1-0/+2
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell1-0/+1
2023-10-19target/arm/arm-powerctl: Correctly init CPUs when powered on to lower ELPeter Maydell1-0/+95
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki1-3/+3
2023-10-11target/arm: Move the reference to arm-core.xmlAkihiko Odaki1-1/+2
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-1/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-4/+4
2023-10-03target/arm: Remove size and alignment for cpu subclassesRichard Henderson1-3/+0
2023-09-08target/arm: Enable SCTLR_EL1.TIDCP for user-onlyRichard Henderson1-0/+4
2023-08-31target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_initPeter Maydell1-82/+97
2023-08-31target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)Richard Henderson1-0/+3
2023-08-31target/arm: When tag memory is not present, set MTE=1Richard Henderson1-3/+4
2023-08-31target/arm: Support more GM blocksizesRichard Henderson1-4/+14
2023-08-22target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASKJean-Philippe Brucker1-0/+6
2023-07-25arm: spelling fixesMichael Tokarev1-1/+1
2023-07-06target/arm: Suppress more TCG unimplemented features in ID registersPeter Maydell1-4/+29
2023-07-06target/arm: Handle IC IVAU to improve compatibility with JITsJohn Högberg1-0/+11
2023-07-06target/arm: Dump ZA[] when activeRichard Henderson1-0/+18
2023-07-06target/arm: Avoid splitting Zregs across lines in dumpRichard Henderson1-22/+14
2023-06-23target/arm: Restructure has_vfp_d32 testRichard Henderson1-13/+15
2023-06-23target/arm: Add isar_feature_aa64_rmeRichard Henderson1-0/+4