[PULL 08/22] migration: Split ram_bytes_total_common() in two functions

2023-02-12 Thread Juan Quintela
It is just a big if in the middle of the function, and we need two functions anways. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Juan Quintela --- Reindent to make Phillipe happy (and CODING_STYLE) --- migration/ram.c | 25 ++--- 1 file changed, 14 insertions(+), 11

[PULL 08/22] migration: Split ram_bytes_total_common() in two functions

2023-02-12 Thread Xxx Xx
From: Juan Quintela It is just a big if in the middle of the function, and we need two functions anways. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Juan Quintela --- Reindent to make Phillipe happy (and CODING_STYLE) --- migration/ram.c | 25 ++--- 1 file changed