qemu/include/accel
Richard Henderson efe25c260c include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h
and cpu-all.h, depending on CONFIG_USER_ONLY.  We already have the
plumbing common to user and system mode.  Using MMU_USER_IDX
requires the cpu.h for a specific target, and so is restricted to
when we're compiling per-target.

Include the new header only where needed.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2025-04-23 14:08:17 -07:00
..
tcg include/exec: Split out accel/tcg/cpu-mmu-index.h 2025-04-23 14:08:17 -07:00
accel-cpu-target.h accel/accel-cpu-target.h: Include missing 'cpu.h' header 2025-03-06 15:46:18 +01:00