| commit | a86cf967a1afe8ccbf58d34983816bc2985d65d2 | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Jan 23 10:19:44 2025 +0100 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Mar 06 15:46:18 2025 +0100 |
| tree | 2e4ae9211791830a77e75adb0fc1cf5e81167ac1 | |
| parent | e3a575f5609569400da628d384b32f5e3cf58745 [diff] |
cpus: Have cpu_exec_initfn() per user / system emulation
Slighly simplify cpu-target.c again by extracting cpu_exec_initfn()
to cpu-{system,user}.c, adding an empty stub for user emulation.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250123234415.59850-19-philmd@linaro.org>