On Fri, Aug 08, 2025 at 08:59:00PM +0200, Paolo Bonzini wrote: > CPU threads write exit_request as a "note to self" that they need to > go out to a slow path. This write happens out of the BQL and can be > a data race with another threads' cpu_exit(); use atomic accesses > consistently. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
Reviewed-by: Peter Xu <pet...@redhat.com> -- Peter Xu