mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
aa60bdb700
The functions related to the Physical Memory API declared in "system/ram_addr.h" do not operate on vCPU. Remove the 'cpu_' prefix. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Cédric Le Goater <clg@redhat.com> Message-Id: <20251001175448.18933-18-philmd@linaro.org>
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
|