cpus: Have cpu_class_init_props() per user / system emulation
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 23 Jan 2025 09:14:17 +0000 (10:14 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 6 Mar 2025 14:46:18 +0000 (15:46 +0100)
commite3a575f5609569400da628d384b32f5e3cf58745
treee9bfaa800033709612bb2c3072e82bffab5ee549
parent530c7139f64aa0e45b61ce9abecb7df8c55b3f12
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>
MAINTAINERS
cpu-target.c
hw/core/cpu-system.c
hw/core/cpu-user.c [new file with mode: 0644]
hw/core/meson.build