aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)Author
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé
2024-02-29target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-onlyRichard Henderson
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki
2024-02-03Merge tag 'pull-tcg-20240202-2' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-02-03target/arm: Populate CPUClass.mmu_indexRichard Henderson
2024-02-02target/arm: Reinstate "vfp" property on AArch32 CPUsPeter Maydell
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2024-01-26target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé
2024-01-26target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé
2024-01-26target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' headerPhilippe Mathieu-Daudé
2024-01-26target/arm: Rename arm_cpu_mp_affinityRichard Henderson
2024-01-19accel: Do not set CPUState::tcg_cflags in non-TCG accelsPhilippe Mathieu-Daudé
2024-01-09target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUspull-target-arm-20240111Peter Maydell
2024-01-09target/arm: Report HCR_EL2.{NV,NV1,NV2} in cpu dumpsPeter Maydell
2024-01-09target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUsPeter Maydell
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé
2023-12-19target/arm/kvm: Have kvm_arm_add_vcpu_properties take a ARMCPU argumentPhilippe Mathieu-Daudé
2023-12-04target/arm: Disable SME if SVE is disabledpull-target-arm-20231204-1Peter Maydell
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé
2023-11-02target/arm: Enable FEAT_MOPS insns in user-mode emulationPeter Maydell
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-19target/arm/arm-powerctl: Correctly init CPUs when powered on to lower ELPeter Maydell
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki
2023-10-11target/arm: Move the reference to arm-core.xmlAkihiko Odaki
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03target/arm: Remove size and alignment for cpu subclassesRichard Henderson
2023-09-08target/arm: Enable SCTLR_EL1.TIDCP for user-onlyRichard Henderson
2023-08-31target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_initPeter Maydell
2023-08-31target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)Richard Henderson
2023-08-31target/arm: When tag memory is not present, set MTE=1Richard Henderson
2023-08-31target/arm: Support more GM blocksizesRichard Henderson
2023-08-22target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASKJean-Philippe Brucker
2023-07-25arm: spelling fixesMichael Tokarev
2023-07-06target/arm: Suppress more TCG unimplemented features in ID registersPeter Maydell
2023-07-06target/arm: Handle IC IVAU to improve compatibility with JITsJohn Högberg
2023-07-06target/arm: Dump ZA[] when activeRichard Henderson
2023-07-06target/arm: Avoid splitting Zregs across lines in dumpRichard Henderson
2023-06-23target/arm: Restructure has_vfp_d32 testRichard Henderson
2023-06-23target/arm: Add isar_feature_aa64_rmeRichard Henderson
2023-06-15target/arm: Allow users to set the number of VFP registersCédric Le Goater
2023-06-06target/arm: trap DCC access in user mode emulationpull-target-arm-20230606Zhuojia Shen
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell
2023-05-18arm/kvm: add support for MTECornelia Huck
2023-03-01target/arm: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/arm: set `CF_PCREL` in `arm_cpu_realizefn`Anton Johansson
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas