Re: [PATCH v3 2/8] migration: Don't return for postcopy_chunk_hostpages()

2021-12-30 Thread Philippe Mathieu-Daudé
On 12/24/21 07:49, Peter Xu wrote: > It always return zero, because it just can't go wrong so far. Simplify the > code with no functional change. > > Reviewed-by: Dr. David Alan Gilbert > Signed-off-by: Peter Xu > --- > migration/ram.c | 11 ++- > 1 file changed, 2 insertions(+), 9

[PATCH v3 2/8] migration: Don't return for postcopy_chunk_hostpages()

2021-12-23 Thread Peter Xu
It always return zero, because it just can't go wrong so far. Simplify the code with no functional change. Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Peter Xu --- migration/ram.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/migration/ram.c