[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] include: Two cleanups around missing 'qemu/atomic.h'
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/2] include: Two cleanups around missing 'qemu/atomic.h' |
Date: |
Tue, 17 Dec 2024 15:13:24 +0100 |
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(+)
--
2.45.2
- [PATCH 0/2] include: Two cleanups around missing 'qemu/atomic.h',
Philippe Mathieu-Daudé <=
- [PATCH 1/2] exec/translation-block: Include missing 'qemu/atomic.h' header, Philippe Mathieu-Daudé, 2024/12/17
- [PATCH 2/2] qemu/coroutine: Include missing 'qemu/atomic.h' header, Philippe Mathieu-Daudé, 2024/12/17
- Re: [PATCH 0/2] include: Two cleanups around missing 'qemu/atomic.h', Richard Henderson, 2024/12/17
- Re: [PATCH 0/2] include: Two cleanups around missing 'qemu/atomic.h', Ilya Leoshkevich, 2024/12/17
- Re: [PATCH 0/2] include: Two cleanups around missing 'qemu/atomic.h', Philippe Mathieu-Daudé, 2024/12/19