diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-30 09:08:44 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-10-07 05:03:56 +0200 |
| commit | aa60bdb700f4afa8577a495c734870516910864f (patch) | |
| tree | fda55de51e17f7d842e684b7dd0099a69c07a74b /tests | |
| parent | 8bf3a883088b65430f58aeb3d2d1db87f01eabec (diff) | |
| download | focaccia-qemu-aa60bdb700f4afa8577a495c734870516910864f.tar.gz focaccia-qemu-aa60bdb700f4afa8577a495c734870516910864f.zip | |
system/physmem: Drop 'cpu_' prefix in Physical Memory API
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>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tsan/ignore.tsan | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tsan/ignore.tsan b/tests/tsan/ignore.tsan index 423e482d2f..8fa00a2c49 100644 --- a/tests/tsan/ignore.tsan +++ b/tests/tsan/ignore.tsan @@ -4,7 +4,7 @@ # The eventual goal would be to fix these warnings. # TSan is not happy about setting/getting of dirty bits, -# for example, cpu_physical_memory_set_dirty_range, -# and cpu_physical_memory_get_dirty. +# for example, physical_memory_set_dirty_range, +# and physical_memory_get_dirty. src:bitops.c src:bitmap.c |