diff options
| author | Fabiano Rosas <farosas@suse.de> | 2025-02-13 14:59:21 -0300 |
|---|---|---|
| committer | Fabiano Rosas <farosas@suse.de> | 2025-02-14 15:19:05 -0300 |
| commit | 4bbadfc55e6ec608df75911b4360e6e995daa28c (patch) | |
| tree | a5520544e5211cca469a8d7175c92c83d518ea50 /migration/trace-events | |
| parent | 8444d0938112b7da8d88cc6a7481b9eb33654997 (diff) | |
| download | focaccia-qemu-4bbadfc55e6ec608df75911b4360e6e995daa28c.tar.gz focaccia-qemu-4bbadfc55e6ec608df75911b4360e6e995daa28c.zip | |
migration: Change migrate_fd_ to migration_
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_error(). Reviewed-by: Peter Xu <peterx@redhat.com> Message-ID: <20250213175927.19642-4-farosas@suse.de> Signed-off-by: Fabiano Rosas <farosas@suse.de>
Diffstat (limited to 'migration/trace-events')
| -rw-r--r-- | migration/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/trace-events b/migration/trace-events index d22600abe6..58c0f07f5b 100644 --- a/migration/trace-events +++ b/migration/trace-events @@ -154,7 +154,7 @@ multifd_set_outgoing_channel(void *ioc, const char *ioctype, const char *hostnam # migration.c migrate_set_state(const char *new_state) "new state %s" -migrate_fd_cleanup(void) "" +migration_cleanup(void) "" migrate_error(const char *error_desc) "error=%s" migration_cancel(void) "" migrate_handle_rp_req_pages(const char *rbname, size_t start, size_t len) "in %s at 0x%zx len 0x%zx" |