qemu-cr16/include/accel
Philippe Mathieu-Daudé 05927e9dc9 accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'
Unfortunately "system/accel-ops.h" handlers are not only
system-specific. For example, the cpu_reset_hold() hook
is part of the vCPU creation, after it is realized.

Mechanical rename to drop 'system' using:

  $ sed -i -e s_system/accel-ops.h_accel/accel-cpu-ops.h_g \
              $(git grep -l system/accel-ops.h)

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250703173248.44995-38-philmd@linaro.org>
2025-07-15 19:34:33 +02:00
..
tcg target: Use cpu_pointer_wrap_uint32 for 32-bit targets 2025-05-28 08:08:48 +01:00
accel-cpu-ops.h accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h' 2025-07-15 19:34:33 +02:00
accel-cpu-target.h accel: Make AccelCPUClass structure target-agnostic 2025-04-25 17:09:58 +02:00
accel-cpu.h accel: Make AccelCPUClass structure target-agnostic 2025-04-25 17:09:58 +02:00