On 08/07/2025 11.57, Philippe Mathieu-Daudé wrote:
Since commit da944885469 ("target/s390x: make helper.c sysemu-only") target/s390x/helper.c is only built for system mode, so s390_cpu_halt() and s390_cpu_unhalt() are never called from user mode.Fixes: da944885469 ("target/s390x: make helper.c sysemu-only") Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/s390x/s390x-internal.h | 10 ---------- 1 file changed, 10 deletions(-)
There is another call to s390_cpu_unhalt() in target/s390x/tcg/excp_helper.c but it is protected by an #ifdef ... so this should be fine.
Reviewed-by: Thomas Huth <[email protected]>
