On 9/22/26 12:49 PM, Philippe Mathieu-Daudé wrote:
The return value of s390_cpu_set_state() is only used by the STOP interrupt handler. Make the setter return void and count running CPUs directly at that call site. Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/s390x/cpu.h | 5 ++--- target/s390x/cpu-system.c | 4 +--- target/s390x/sigp.c | 3 ++- 3 files changed, 5 insertions(+), 7 deletions(-)
Reviewed-by: Eric Farman <[email protected]>
