aboutsummaryrefslogtreecommitdiff
path: root/migration/channel.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04migration: Fix migration_channel_read_peek() error pathAvihai Horon1-3/+6
2023-02-06migration: check magic value for deciding the mapping of channelsmanish.mishra1-0/+45
2022-07-20migration: Add helpers to detect TLS capabilityPeter Xu1-7/+2
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé1-2/+2
2022-05-16migration: Add migrate_use_tls() helperLeonardo Bras1-2/+1
2022-04-21migration: Postpone releasing MigrationState.hostnamePeter Xu1-1/+0
2021-07-26migration: Introduce migration_ioc_[un]register_yank()Peter Xu1-13/+2
2021-06-08yank: Unregister function when using TLS migrationLeonardo Bras1-12/+14
2021-04-01yank: Remove dependency on qiochannelLukas Straub1-2/+4
2021-01-13migration: Add yank featureLukas Straub1-0/+13
2020-09-25migration/tls: save hostname into MigrationStateChuan Zheng1-0/+1
2019-01-23migration: fix the multifd code when receiving less channelsFei Li1-5/+6
2018-05-15Migration+TLS: Fix crash due to double cleanupDr. David Alan Gilbert1-0/+9
2018-05-15migration: introduce lock for to_dst_filePeter Xu1-1/+2
2018-02-06migration: Route errors down through migration_channel_connectDr. David Alan Gilbert1-16/+16
2018-02-06migration: Allow migrate_fd_connect to take an Error *Dr. David Alan Gilbert1-1/+1
2017-09-22migration: Add comments to channel functionsJuan Quintela1-0/+15
2017-09-22migration: Create migration_ioc_process_incoming()Juan Quintela1-2/+1
2017-06-13migration: Move migration.h to migration/Juan Quintela1-1/+1
2017-06-13migration: Remove MigrationState from migration_channel_incomming()Juan Quintela1-2/+3
2017-06-01migration: Export tls.c functions in its own fileJuan Quintela1-0/+1
2017-05-18migration: Export qemu-file-channel.c functions in its own fileJuan Quintela1-0/+1
2017-05-18migration: Split migration/channel.c for channel operationsJuan Quintela1-0/+66