Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
11 lines
383 B
Plaintext
11 lines
383 B
Plaintext
# This is an example ignore list.
|
|
# To enable use of the ignore list add this to configure:
|
|
# "--extra-cflags=-fsanitize-blacklist=<src path>/tests/tsan/ignore.tsan"
|
|
# The eventual goal would be to fix these warnings.
|
|
|
|
# TSan is not happy about setting/getting of dirty bits,
|
|
# for example, physical_memory_set_dirty_range,
|
|
# and physical_memory_get_dirty.
|
|
src:bitops.c
|
|
src:bitmap.c
|