summaryrefslogtreecommitdiffstats
path: root/migration/channel.c
Commit message (Expand)AuthorAgeFilesLines
* migration: Add helpers to detect TLS capabilityPeter Xu2022-07-201-7/+2Star
* migration: remove the QEMUFileOps abstractionDaniel P. Berrangé2022-06-231-2/+2
* migration: Add migrate_use_tls() helperLeonardo Bras2022-05-161-2/+1Star
* migration: Postpone releasing MigrationState.hostnamePeter Xu2022-04-211-1/+0Star
* migration: Introduce migration_ioc_[un]register_yank()Peter Xu2021-07-261-13/+2Star
* yank: Unregister function when using TLS migrationLeonardo Bras2021-06-081-12/+14
* yank: Remove dependency on qiochannelLukas Straub2021-04-011-2/+4
* migration: Add yank featureLukas Straub2021-01-131-0/+13
* migration/tls: save hostname into MigrationStateChuan Zheng2020-09-251-0/+1
* migration: fix the multifd code when receiving less channelsFei Li2019-01-231-5/+6
* Migration+TLS: Fix crash due to double cleanupDr. David Alan Gilbert2018-05-151-0/+9
* migration: introduce lock for to_dst_filePeter Xu2018-05-151-1/+2
* migration: Route errors down through migration_channel_connectDr. David Alan Gilbert2018-02-061-16/+16
* migration: Allow migrate_fd_connect to take an Error *Dr. David Alan Gilbert2018-02-061-1/+1
* migration: Add comments to channel functionsJuan Quintela2017-09-221-0/+15
* migration: Create migration_ioc_process_incoming()Juan Quintela2017-09-221-2/+1Star
* migration: Move migration.h to migration/Juan Quintela2017-06-131-1/+1
* migration: Remove MigrationState from migration_channel_incomming()Juan Quintela2017-06-131-2/+3
* migration: Export tls.c functions in its own fileJuan Quintela2017-06-011-0/+1
* migration: Export qemu-file-channel.c functions in its own fileJuan Quintela2017-05-181-0/+1
* migration: Split migration/channel.c for channel operationsJuan Quintela2017-05-181-0/+66