summary refs log tree commit diff stats
path: root/include/system/os-posix.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-09-29 13:55:15 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-10-07 05:03:56 +0200
commit1085a44ebb55346b30888ce1b7b18565a719f78b (patch)
tree4ce8d29a2d5760bf036f6c201974e6a1bf3a74c4 /include/system/os-posix.h
parent57f3d859bf947cdef418dec14445b1f8935f2d20 (diff)
downloadfocaccia-qemu-1085a44ebb55346b30888ce1b7b18565a719f78b.tar.gz
focaccia-qemu-1085a44ebb55346b30888ce1b7b18565a719f78b.zip
system/physmem: Reduce cpu_physical_memory_clear_dirty_range() scope
cpu_physical_memory_clear_dirty_range() is now only called within
system/physmem.c, by qemu_ram_resize(). Reduce its scope by making
it internal to this file. Since it doesn't involve any CPU, remove
the 'cpu_' prefix. As it operates on a range, rename @start as @addr.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251001175448.18933-16-philmd@linaro.org>
Diffstat (limited to 'include/system/os-posix.h')
0 files changed, 0 insertions, 0 deletions