Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migration-tcp: call migrate_fd_error() instead of close() and free().
This patch fixes the following error report. When changing migration-tcp.c to call migrate_fd_error() instead of close() and free() by itself, monitor is resumed, and returns allocated mig_state is set to current_migration in migration.c allows us to print "info migrate". Reported-by: Cole Robinson <[email protected]> Signed-off-by: Yoshiaki Tamura <[email protected]> Signed-off-by: Anthony Liguori <[email protected]>
- Loading branch information