On 10/1/25 01:21, Philippe Mathieu-Daudé wrote:
Avoid maintaining large functions in header, rely on the
linker to optimize at linking time.

cpu_physical_memory_get_dirty() doesn't involve any CPU,
remove the 'cpu_' prefix.

Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
  include/system/ram_addr.h | 46 +--------------------------------------
  system/physmem.c          | 44 +++++++++++++++++++++++++++++++++++++
  2 files changed, 45 insertions(+), 45 deletions(-)

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

r~

Reply via email to