mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
include: Include missing 'qemu/clang-tsa.h' header
The next commit will remove "qemu/clang-tsa.h" of "exec/exec-all.h", however the following files indirectly include it: $ git grep -L qemu/clang-tsa.h $(git grep -wl TSA_NO_TSA) block/create.c include/block/block_int-common.h tests/unit/test-bdrv-drain.c tests/unit/test-block-iothread.c util/qemu-thread-posix.c Explicitly include it so we can process with the removal in the next commit. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212185341.2857-4-philmd@linaro.org>
This commit is contained in:
parent
975cb16cb5
commit
edf3bce969
5 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "qemu/osdep.h"
|
||||
#include "block/block_int.h"
|
||||
#include "qemu/clang-tsa.h"
|
||||
#include "qemu/job.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "qapi/qapi-commands-block-core.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "block/block-common.h"
|
||||
#include "block/block-global-state.h"
|
||||
#include "block/snapshot.h"
|
||||
#include "qemu/clang-tsa.h"
|
||||
#include "qemu/iov.h"
|
||||
#include "qemu/rcu.h"
|
||||
#include "qemu/stats64.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "system/block-backend.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "qemu/clang-tsa.h"
|
||||
#include "iothread.h"
|
||||
|
||||
static QemuEvent done_event;
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "system/block-backend.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qemu/clang-tsa.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "iothread.h"
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include "qemu-thread-common.h"
|
||||
#include "qemu/tsan.h"
|
||||
#include "qemu/bitmap.h"
|
||||
#include "qemu/clang-tsa.h"
|
||||
|
||||
#ifdef CONFIG_PTHREAD_SET_NAME_NP
|
||||
#include <pthread_np.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue