Re: Question: ThreadSanitizer support in QEMU user-mode

2025-09-17 Thread Alex Bennée
Arkadiusz Marud writes: > Hi all, > > I am experimenting with running a C++ project built with ThreadSanitizer > (TSAN) under QEMU. > The documentation describes TSAN usage in system-mode (qemu-system-x86_64) > with --enable-tsan, > but I couldn’t find any reference to support in user-mode (qe

Question: ThreadSanitizer support in QEMU user-mode

2025-09-10 Thread Arkadiusz Marud
Hi all, I am experimenting with running a C++ project built with ThreadSanitizer (TSAN) under QEMU. The documentation describes TSAN usage in system-mode (qemu-system-x86_64) with --enable-tsan, but I couldn’t find any reference to support in user-mode (qemu-x86_64). Does QEMU user-mode supp