On 08/07/2025 11.57, Philippe Mathieu-Daudé wrote:
In order to simplify the next commit where s390_count_running_cpus() is split out of s390_cpu_halt(), make its prototype public as a preliminary step.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- target/s390x/s390x-internal.h | 1 + target/s390x/cpu-system.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Thomas Huth <th...@redhat.com>