commit | e3a575f5609569400da628d384b32f5e3cf58745 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Jan 23 10:14:17 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Mar 06 15:46:18 2025 +0100 |
tree | e9bfaa800033709612bb2c3072e82bffab5ee549 | |
parent | 530c7139f64aa0e45b61ce9abecb7df8c55b3f12 [diff] |
cpus: Have cpu_class_init_props() per user / system emulation Rather than maintaining a mix of system / user code for CPU class properties, move system properties to cpu-system.c and user ones to the new cpu-user.c unit. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250123234415.59850-18-philmd@linaro.org>