Re: [PATCH 3/4] include/qemu/thread: Use qatomic_* functions

2022-10-25 Thread Richard Henderson
On 10/25/22 23:47, Claudio Fontana wrote: On 10/25/22 01:24, Richard Henderson wrote: Use qatomic_*, which expands to __atomic_* in preference to the "legacy" __sync_* functions. Signed-off-by: Richard Henderson --- include/qemu/thread.h | 8 1 file changed, 4 insertions(+), 4 dele

Re: [PATCH 3/4] include/qemu/thread: Use qatomic_* functions

2022-10-25 Thread Claudio Fontana
On 10/25/22 01:24, Richard Henderson wrote: > Use qatomic_*, which expands to __atomic_* in preference > to the "legacy" __sync_* functions. > > Signed-off-by: Richard Henderson > --- > include/qemu/thread.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/includ

[PATCH 3/4] include/qemu/thread: Use qatomic_* functions

2022-10-24 Thread Richard Henderson
Use qatomic_*, which expands to __atomic_* in preference to the "legacy" __sync_* functions. Signed-off-by: Richard Henderson --- include/qemu/thread.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/qemu/thread.h b/include/qemu/thread.h index af19f2b3fc..976e