Re: [PATCH 0/4] build qemu with gcc and tsan

2024-08-14 Thread Pierrick Bouvier
Sent v2 (forgot to signoff commits). On 8/14/24 10:11, Pierrick Bouvier wrote: While working on a concurrency bug, I gave a try to tsan builds for QEMU. I noticed it didn't build out of the box with recent gcc, so I fixed compilation. In more, updated documentation to explain how to build a sani

[PATCH 0/4] build qemu with gcc and tsan

2024-08-14 Thread Pierrick Bouvier
While working on a concurrency bug, I gave a try to tsan builds for QEMU. I noticed it didn't build out of the box with recent gcc, so I fixed compilation. In more, updated documentation to explain how to build a sanitized glib to avoid false positives related to glib synchronisation primitives. P