On 10/1/25 01:21, Philippe Mathieu-Daudé wrote:
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é <[email protected]>
---
  include/system/ram_addr.h | 9 ---------
  system/physmem.c          | 9 ++++++++-
  2 files changed, 8 insertions(+), 10 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to