Re: [PATCH V2 08/11] migration: refactor migrate_fd_connect failures

2024-01-16 Thread Steven Sistare
On 1/15/2024 2:37 AM, Peter Xu wrote: > On Fri, Jan 12, 2024 at 07:05:07AM -0800, Steve Sistare wrote: >> Move common code for the error path in migrate_fd_connect to a shared >> fail label. No functional change. >> >> Signed-off-by: Steve Sistare > > Reviewed-by: Peter Xu > > One nitpick

Re: [PATCH V2 08/11] migration: refactor migrate_fd_connect failures

2024-01-14 Thread Peter Xu
On Fri, Jan 12, 2024 at 07:05:07AM -0800, Steve Sistare wrote: > Move common code for the error path in migrate_fd_connect to a shared > fail label. No functional change. > > Signed-off-by: Steve Sistare Reviewed-by: Peter Xu One nitpick below: > --- > migration/migration.c | 22

[PATCH V2 08/11] migration: refactor migrate_fd_connect failures

2024-01-12 Thread Steve Sistare
Move common code for the error path in migrate_fd_connect to a shared fail label. No functional change. Signed-off-by: Steve Sistare --- migration/migration.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/migration/migration.c