Re: [PATCH 03/18] include: Include missing 'qemu/clang-tsa.h' header

2024-12-12 Thread Pierrick Bouvier
On 12/12/24 12:18, Philippe Mathieu-Daudé wrote: On 12/12/24 20:22, Pierrick Bouvier wrote: On 12/12/24 10:53, Philippe Mathieu-Daudé wrote: 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.

Re: [PATCH 03/18] include: Include missing 'qemu/clang-tsa.h' header

2024-12-12 Thread Philippe Mathieu-Daudé
On 12/12/24 20:22, Pierrick Bouvier wrote: On 12/12/24 10:53, Philippe Mathieu-Daudé wrote: 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    i

Re: [PATCH 03/18] include: Include missing 'qemu/clang-tsa.h' header

2024-12-12 Thread Pierrick Bouvier
On 12/12/24 10:53, Philippe Mathieu-Daudé wrote: 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/uni

[PATCH 03/18] include: Include missing 'qemu/clang-tsa.h' header

2024-12-12 Thread Philippe Mathieu-Daudé
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