Re: [PATCH v4 15/17] include/exec/memory: move devend functions to memory-internal.h

2025-03-13 Thread Richard Henderson
On 3/13/25 09:39, Pierrick Bouvier wrote: Only system/physmem.c and system/memory.c use those functions, so we can move then to internal header. Signed-off-by: Pierrick Bouvier --- include/exec/memory-internal.h | 19 +++ include/exec/memory.h | 18 --

[PATCH v4 15/17] include/exec/memory: move devend functions to memory-internal.h

2025-03-13 Thread Pierrick Bouvier
Only system/physmem.c and system/memory.c use those functions, so we can move then to internal header. Signed-off-by: Pierrick Bouvier --- include/exec/memory-internal.h | 19 +++ include/exec/memory.h | 18 -- 2 files changed, 19 insertions(+), 18 deleti