Re: [PATCH 2/2] migration: unexport migrate_fd_error()

2023-07-06 Thread Philippe Mathieu-Daudé
On 6/7/23 12:29, Laszlo Ersek wrote: The only migrate_fd_error() call sites are in "migration/migration.c", which is also where we define migrate_fd_error(). Make the function static, and remove its declaration from "migration/migration.h". Cc: Juan Quintela (maintainer:Migration) Cc: Leonardo

Re: [PATCH 2/2] migration: unexport migrate_fd_error()

2023-07-06 Thread Juan Quintela
Laszlo Ersek wrote: > The only migrate_fd_error() call sites are in "migration/migration.c", > which is also where we define migrate_fd_error(). Make the function > static, and remove its declaration from "migration/migration.h". > > Cc: Juan Quintela (maintainer:Migration) > Cc: Leonardo Bras (

[PATCH 2/2] migration: unexport migrate_fd_error()

2023-07-06 Thread Laszlo Ersek
The only migrate_fd_error() call sites are in "migration/migration.c", which is also where we define migrate_fd_error(). Make the function static, and remove its declaration from "migration/migration.h". Cc: Juan Quintela (maintainer:Migration) Cc: Leonardo Bras (reviewer:Migration) Cc: Peter Xu