On 5/10/23 17:04, Paolo Bonzini wrote:
Note that qatomic_mb_set can remain, similar to how Linux has smp_store_mb (an optimized version of following a store with a full memory barrier).Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- accel/tcg/tcg-accel-ops-rr.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~