aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2 daystarget/arm: Define new fp_status_f16_a32 and fp_status_f16_a64Peter Maydell1-0/+2
2 daystarget/arm: Remove now-unused vfp.fp_status and FPST_FPCRPeter Maydell1-1/+0
2 daystarget/arm: Define new fp_status_a32 and fp_status_a64Peter Maydell1-0/+2
2025-01-13target/arm: change default pauth algorithm to impdefPierrick Bouvier1-0/+2
2024-12-24accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_coreRichard Henderson1-0/+1
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-3/+4
2024-12-20accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'Philippe Mathieu-Daudé1-0/+1
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-3/+3
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-15target/arm: Constify all PropertyRichard Henderson1-13/+13
2024-12-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-1/+1
2024-12-11target/arm: Set default NaN pattern explicitlyPeter Maydell1-0/+2
2024-12-11target/arm: Set Float3NaNPropRule explicitlyPeter Maydell1-0/+5
2024-12-11target/arm: Set FloatInfZeroNaNRule explicitlyPeter Maydell1-0/+3
2024-12-10arm: Replace type_register() with type_register_static()Zhao Liu1-1/+1
2024-11-05target/arm: Explicitly set 2-NaN propagation rulePeter Maydell1-8/+17
2024-10-29arm/kvm: add support for MTECornelia Huck1-3/+11
2024-10-13target/arm: Implement TCGCPUOps.tlb_fill_alignRichard Henderson1-1/+1
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