Re: [PATCH v2 2/9] migration: Unify migration_cancel and migrate_fd_cancel

2025-02-11 Thread Peter Xu
On Tue, Feb 11, 2025 at 12:01:29PM -0300, Fabiano Rosas wrote: > There's no need for two separate functions and this _fd_ is a historic > artifact that makes little sense nowadays. > > Signed-off-by: Fabiano Rosas Reviewed-by: Peter Xu -- Peter Xu

[PATCH v2 2/9] migration: Unify migration_cancel and migrate_fd_cancel

2025-02-11 Thread Fabiano Rosas
There's no need for two separate functions and this _fd_ is a historic artifact that makes little sense nowadays. Signed-off-by: Fabiano Rosas --- migration/migration.c | 18 +++--- migration/trace-events | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/migra