On 23/12/25 22:50, BALATON Zoltan wrote:
Factor out common operation from memory_region_init_{ram,rom} functions to register the region for migration. This avoids duplicating the long comment in several functions.Signed-off-by: BALATON Zoltan <[email protected]> --- system/memory.c | 75 +++++++++++++------------------------------------ 1 file changed, 20 insertions(+), 55 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
