docs/system/gdb.rst: Add some more heading structure
[qemu/ar7.git] / tests / tsan / blacklist.tsan
blob75e444f5dc6c212e906320b80c2a70c82723583a
1 # This is an example blacklist.
2 # To enable use of the blacklist add this to configure:
3 # "--extra-cflags=-fsanitize-blacklist=<src path>/tests/tsan/blacklist.tsan"
4 # The eventual goal would be to fix these warnings.
6 # TSan is not happy about setting/getting of dirty bits,
7 # for example, cpu_physical_memory_set_dirty_range,
8 # and cpu_physical_memory_get_dirty.
9 src:bitops.c
10 src:bitmap.c