Re: [PATCH v3 3/4] migration: process_incoming_migration_co(): rework error reporting

2024-04-25 Thread Fabiano Rosas
Vladimir Sementsov-Ogievskiy writes: > Unify error reporting in the function. This simplifies the following > commit, which will not-exit-on-error behavior variant to the function. > > Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Fabiano Rosas

[PATCH v3 3/4] migration: process_incoming_migration_co(): rework error reporting

2024-04-25 Thread Vladimir Sementsov-Ogievskiy
Unify error reporting in the function. This simplifies the following commit, which will not-exit-on-error behavior variant to the function. Signed-off-by: Vladimir Sementsov-Ogievskiy --- migration/migration.c | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff