Re: [PATCH v3 3/9] migration: Change migrate_fd_ to migration_

2025-02-13 Thread Peter Xu
On Thu, Feb 13, 2025 at 02:59:21PM -0300, Fabiano Rosas wrote: > Remove all instances of _fd_ from the migration generic code. These > functions have grown over time and the _fd_ part is now just > confusing. > > migration_fd_error() -> migration_error() makes it a little > vague. Since it's only

[PATCH v3 3/9] migration: Change migrate_fd_ to migration_

2025-02-13 Thread Fabiano Rosas
Remove all instances of _fd_ from the migration generic code. These functions have grown over time and the _fd_ part is now just confusing. migration_fd_error() -> migration_error() makes it a little vague. Since it's only used for migration_connect() failures, change it to migration_connect_set_e