On 7/17/21 3:41 AM, Richard Henderson wrote: > Use it to avoid some clang-12 -Watomic-alignment errors, > forcing some structures to be aligned and as a pointer when > we have ensured that the address is aligned. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > accel/tcg/atomic_template.h | 4 ++-- > include/qemu/atomic.h | 14 +++++++++++++- > include/qemu/stats64.h | 2 +- > softmmu/timers-state.h | 2 +- > linux-user/hppa/cpu_loop.c | 2 +- > util/qsp.c | 4 ++-- > 6 files changed, 20 insertions(+), 8 deletions(-)
Nice. Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>