On 9/22/26 12:49 PM, Philippe Mathieu-Daudé wrote:
Use qatomic_read/set() in the S390 CPU state accessors. This avoids non-atomic reads in s390_cpu_has_work(). Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/s390x/cpu.h | 2 +- target/s390x/cpu-system.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Eric Farman <[email protected]>
