Re: [PATCH v2 17/23] migration/multifd: Change retval of multifd_send_pages()

2024-02-02 Thread Fabiano Rosas
pet...@redhat.com writes: > From: Peter Xu > > Using int is an overkill when there're only two options. Change it to a > boolean. > > Signed-off-by: Peter Xu Reviewed-by: Fabiano Rosas

[PATCH v2 17/23] migration/multifd: Change retval of multifd_send_pages()

2024-02-02 Thread peterx
From: Peter Xu Using int is an overkill when there're only two options. Change it to a boolean. Signed-off-by: Peter Xu --- migration/multifd.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/migration/multifd.c b/migration/multifd.c index 12e587fda8..35d4e