On 6/16/26 08:37, Philippe Mathieu-Daudé wrote:
cpu_exec_init_all() is system specific: it initializes globals for the memory subsystem. Rename it as machine_memory_init() and restrict its declaration to 'system/' namespace.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- include/exec/cpu-common.h | 1 - system/memory-internal.h | 2 ++ system/physmem.c | 2 +- system/vl.c | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
