[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/4] build qemu with gcc and tsan
From: |
Pierrick Bouvier |
Subject: |
[PATCH v2 0/4] build qemu with gcc and tsan |
Date: |
Wed, 14 Aug 2024 15:41:28 -0700 |
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.
v2
--
- forgot to signoff commits
Pierrick Bouvier (4):
meson: hide tsan related warnings
target/i386: fix build warning (gcc-12 -fsanitize=thread)
target/s390x: fix build warning (gcc-12 -fsanitize=thread)
docs/devel: update tsan build documentation
docs/devel/testing.rst | 26 ++++++++++++++++++++++----
meson.build | 10 +++++++++-
target/i386/kvm/kvm.c | 4 ++--
target/s390x/tcg/translate.c | 1 -
4 files changed, 33 insertions(+), 8 deletions(-)
--
2.39.2
- [PATCH v2 0/4] build qemu with gcc and tsan,
Pierrick Bouvier <=
- [PATCH v2 1/4] meson: hide tsan related warnings, Pierrick Bouvier, 2024/08/14
- Re: [PATCH v2 1/4] meson: hide tsan related warnings, Thomas Huth, 2024/08/15
- Re: [PATCH v2 1/4] meson: hide tsan related warnings, Peter Maydell, 2024/08/15
- Re: [PATCH v2 1/4] meson: hide tsan related warnings, Daniel P . Berrangé, 2024/08/15
- Re: [PATCH v2 1/4] meson: hide tsan related warnings, Pierrick Bouvier, 2024/08/15
- Re: [PATCH v2 1/4] meson: hide tsan related warnings, Peter Maydell, 2024/08/15
- Re: [PATCH v2 1/4] meson: hide tsan related warnings, Pierrick Bouvier, 2024/08/15
- Re: [PATCH v2 1/4] meson: hide tsan related warnings, Thomas Huth, 2024/08/16
- Re: [PATCH v2 1/4] meson: hide tsan related warnings, Daniel P . Berrangé, 2024/08/16