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_all_dirty() doesn't involve any CPU,
remove the 'cpu_' prefix.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
include/system/ram_addr.h | 62 ++-------------------------------------
system/physmem.c | 60 +++++++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+), 59 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~