On 14/05/16 06:34, Emilio G. Cota wrote: > When __atomic is not available, we use full memory barriers instead > of smp/wmb, since acquire/release barriers apply to all memory > operations and not just to loads/stores, respectively. > > Signed-off-by: Emilio G. Cota <c...@braap.org> > --- > include/qemu/atomic.h | 27 +++++++++++++++++++++++++++ >
Update docs/atomics.txt? (The same for the previous patch.) Kind regards, Sergey