On 08/07/2025 11.57, Philippe Mathieu-Daudé wrote:
Since halting a vCPU and how many left running do not need
to be tied together, split the s390_count_running_cpus()
call out of s390_cpu_halt() to the single caller using it:
s390_handle_wait().
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
target/s390x/s390x-internal.h | 2 +-
target/s390x/cpu-system.c | 4 +---
target/s390x/helper.c | 4 +++-
3 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>