On 9/22/26 09:49, Philippe Mathieu-Daudé wrote:
Move arm_set_cpu_power_state() from the header to arm-powerctl.c,
keeping the power-state helper with the other power-control code.
Restrict the call in arm_cpu_reset_hold() to system emulation.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
target/arm/internals.h | 8 +-------
target/arm/arm-powerctl.c | 7 +++++++
target/arm/cpu.c | 4 ++--
3 files changed, 10 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~