Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | migration/tls: extract migration_tls_client_create for common-use | Chuan Zheng | 2020-09-25 | 1 | -0/+6 |
| | | | | | | | | | | | migration_tls_client_create will be used in multifd-tls, let's extract it. Signed-off-by: Chuan Zheng <zhengchuan@huawei.com> Signed-off-by: Yan Jin <jinyan12@huawei.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <1600139042-104593-3-git-send-email-zhengchuan@huawei.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> | ||||
* | migration: Export tls.c functions in its own file | Juan Quintela | 2017-06-01 | 1 | -0/+34 |
Just for the functions exported from tls.c. Notice that we can't remove the migration/migration.h include from tls.c because it access directly MigrationState for the tls params. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> |