aboutsummaryrefslogtreecommitdiff
path: root/migration/socket.c
AgeCommit message (Expand)Author
2019-09-03multifd: Use number of channels as listen backlogJuan Quintela
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-03-12migration: fix memory leakPaolo Bonzini
2019-03-06migration: Create socket-address parameterJuan Quintela
2018-07-10migration: unify incoming processingPeter Xu
2018-05-15migration: let incoming side use thread contextPeter Xu
2018-05-15migration: Delay start of migration main routinesJuan Quintela
2018-05-15migration: Export functions to create send channelsJuan Quintela
2018-03-23migration: convert socket server to QIONetListenerDaniel P. Berrange
2018-03-06qio: non-default context for async connPeter Xu
2018-02-06migration: Route errors down through migration_channel_connectDr. David Alan Gilbert
2018-01-15migration: free addr in the same function that we created itJuan Quintela
2017-09-22migration: Create migration_has_all_channelsJuan Quintela
2017-09-22migration: Teach it about G_SOURCE_REMOVEJuan Quintela
2017-06-13migration: Move migration.h to migration/Juan Quintela
2017-06-13migration: Remove MigrationState from migration_channel_incomming()Juan Quintela
2017-06-01migration: Export socket.c functions in its own fileJuan Quintela
2017-06-01migration: Split qemu-file.hJuan Quintela
2017-05-18migration: Split migration/channel.c for channel operationsJuan Quintela
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster
2017-05-09sockets: Prepare inet_parse() for flattened SocketAddressMarkus Armbruster
2017-05-04migration: to_dst_file at that point is NULLJuan Quintela
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange
2016-10-27migration: set name for all I/O channels createdDaniel P. Berrange
2016-10-13migration: Fix seg with missing portDr. David Alan Gilbert
2016-08-11migration/socket: fix typo in file headerCao jin
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange
2016-05-26migration: convert tcp socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: rename unix.c to socket.cDaniel P. Berrange