On Tue, 2024-12-17 at 15:13 +0100, Philippe Mathieu-Daudé wrote: > We have 2 headers using qatomic_read() without including > its declaration from "qemu/atomic.h". Include the missing > header. For my own convenience I plan to merge these 2 patches > via my tree. > > Regards, > > Phil. > > Philippe Mathieu-Daudé (2): > exec/translation-block: Include missing 'qemu/atomic.h' header > qemu/coroutine: Include missing 'qemu/atomic.h' header > > include/exec/translation-block.h | 1 + > include/qemu/coroutine.h | 1 + > 2 files changed, 2 insertions(+)
Acked-by: Ilya Leoshkevich <i...@linux.ibm.com>