qemu/target/arm
Sean Wei c95b08106b treewide: fix paths for relocated files in comments
After the docs directory restructuring, several comments
refer to paths that no longer exist.

Replace these references to the current file locations
so readers can find the correct files.

Related commits
---------------

  189c099f75 (Jul 2021)
    docs: collect the disparate device emulation docs into one section
    Rename  docs/system/{ => devices}/nvme.rst

  5f4c96b779 (Feb 2023)
    docs/system/loongarch: update loongson3.rst and rename it to virt.rst
    Rename  docs/system/loongarch/{loongson3.rst => virt.rst}

  fe0007f3c1 (Sep 2023)
    exec: Rename cpu.c -> cpu-target.c
    Rename  cpus-common.c => cpu-common.c

  42fa9665e5 (Apr 2025)
    exec: Restrict 'cpu_ldst.h' to accel/tcg/
    Rename  include/{exec/cpu_ldst.h => accel/tcg/cpu-ldst.h}

Signed-off-by: Sean Wei <me@sean.taipei>
Message-ID: <20250616.qemu.relocated.06@sean.taipei>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2025-07-02 18:26:27 +02:00
..
hvf target/arm/hvf: Pass @target_el argument to hvf_raise_exception() 2025-07-01 15:08:34 +01:00
tcg target/arm: Unify gen_exception_internal() 2025-07-01 15:08:32 +01:00
arch_dump.c target/arm/arch_dump: remove TARGET_AARCH64 conditionals 2025-05-14 15:12:40 +01:00
arm-powerctl.c include: Rename sysemu/ -> system/ 2024-12-20 17:44:56 +01:00
arm-powerctl.h target/arm/arm-powerctl: Add new arm_set_cpu_on_and_reset() 2019-02-28 11:03:04 +00:00
arm-qmp-cmds.c target/arm/qmp: Include missing 'cpu.h' header 2025-05-29 17:45:12 +01:00
common-semi-target.h target/arm/common-semi-target.h: Remove unnecessary boot.h include 2023-10-19 14:32:13 +01:00
cortex-regs.c target/arm: Saturate L2CTLR_EL1 core count field rather than overflowing 2023-05-18 11:39:33 +01:00
cpregs.h target/arm/cpregs: Include missing 'target/arm/cpu.h' header 2025-05-29 17:45:11 +01:00
cpu-features.h arm/cpu: Store id_mmfr0-5 into the idregs array 2025-07-01 15:08:29 +01:00
cpu-param.h accel/tcg: Move TARGET_TAGGED_ADDRESSES to TCGCPUOps.untagged_addr 2025-05-05 09:24:10 -07:00
cpu-qom.h target/arm: Remove TYPE_AARCH64_CPU 2025-05-14 14:29:46 +01:00
cpu-sysregs.h arm/cpu: Add sysreg definitions in cpu-sysregs.h 2025-07-01 15:08:26 +01:00
cpu-sysregs.h.inc arm/cpu: Add sysreg definitions in cpu-sysregs.h 2025-07-01 15:08:26 +01:00
cpu.c treewide: fix paths for relocated files in comments 2025-07-02 18:26:27 +02:00
cpu.h target/arm: Reduce arm_cpu_post_init() declaration scope 2025-07-01 15:08:32 +01:00
cpu32-stubs.c target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features 2025-05-14 15:12:40 +01:00
cpu64.c arm/cpu: Store id_mmfr0-5 into the idregs array 2025-07-01 15:08:29 +01:00
debug_helper.c target/arm/debug_helper: remove target_ulong 2025-05-14 15:12:40 +01:00
gdbstub.c target/arm: Handle AArch64 gdb read/write regs in TYPE_ARM_CPU 2025-04-25 17:00:42 +02:00
gdbstub64.c exec/cpu-all: remove exec/target_page include 2025-04-23 15:04:57 -07:00
gtimer.h target/arm: Document the architectural names of our GTIMERs 2025-03-07 10:08:21 +00:00
helper.c arm/cpu: Store id_mmfr0-5 into the idregs array 2025-07-01 15:08:29 +01:00
helper.h target/arm/helper: extract common helpers 2025-05-14 15:12:40 +01:00
hvf-stub.c target/arm/hvf_arm: Avoid using poisoned CONFIG_HVF definition 2025-05-29 17:45:10 +01:00
hvf_arm.h target/arm/hvf: Include missing 'cpu-qom.h' header 2025-05-29 17:45:12 +01:00
hyp_gdbstub.c target/arm: Replace target_ulong -> vaddr for HWBreakpoint 2025-05-14 15:12:40 +01:00
idau.h Use DECLARE_*CHECKER* macros 2020-09-09 09:27:09 -04:00
internals.h target/arm: Remove arm_handle_psci_call() stub 2025-07-01 15:08:31 +01:00
Kconfig kconfig: express dependency of individual boards on libfdt 2024-05-10 15:45:15 +02:00
kvm-consts.h exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET 2024-04-26 09:49:51 +02:00
kvm-stub.c target/arm/kvm-stub: add missing stubs 2025-05-14 15:12:40 +01:00
kvm.c target/arm: Correct KVM & HVF dtb_compatible value 2025-07-01 15:08:33 +01:00
kvm_arm.h target/arm/kvm: Include missing 'cpu-qom.h' header 2025-05-29 17:45:12 +01:00
machine.c target/arm/machine: move cpu_post_load kvm bits to kvm_arm_cpu_post_load function 2025-05-14 15:12:40 +01:00
meson.build target-arm queue: 2025-05-30 11:41:21 -04:00
multiprocessing.h target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header 2024-01-26 11:30:48 +00:00
ptw.c arm/cpu: Store aa64mmfr0-3 into the idregs array 2025-07-01 15:08:27 +01:00
syndrome.h target/arm: fix exception syndrome for AArch32 bkpt insn 2024-02-02 13:51:57 +00:00
tcg-stubs.c target/arm: Unexport assert_hflags_rebuild_correctly 2025-04-30 12:45:05 -07:00
trace-events target/arm: Implement FEAT_ECV CNTPOFF_EL2 handling 2024-03-07 12:19:03 +00:00
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
vfp_fpscr.c target/arm: Rename vfp_helper.c to vfp_fpscr.c 2025-02-25 15:32:58 +00:00