aboutsummaryrefslogtreecommitdiff
path: root/migration/socket.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu1-1/+21
2022-05-16multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras1-2/+3
2022-05-16migration: Add zero-copy-send parameter for QMP/HMP for LinuxLeonardo Bras1-2/+9
2021-06-08migration/socket: Close the listener at the endDr. David Alan Gilbert1-6/+18
2020-08-28migration: unify the framework of socket-type channelLongpeng(Mike)1-57/+15
2019-09-03multifd: Use number of channels as listen backlogJuan Quintela1-1/+6
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-03-12migration: fix memory leakPaolo Bonzini1-0/+1
2019-03-06migration: Create socket-address parameterJuan Quintela1-0/+11
2018-07-10migration: unify incoming processingPeter Xu1-5/+0
2018-05-15migration: let incoming side use thread contextPeter Xu1-3/+4
2018-05-15migration: Delay start of migration main routinesJuan Quintela1-0/+4
2018-05-15migration: Export functions to create send channelsJuan Quintela1-1/+27
2018-03-23migration: convert socket server to QIONetListenerDaniel P. Berrange1-32/+16
2018-03-06qio: non-default context for async connPeter Xu1-1/+2
2018-02-06migration: Route errors down through migration_channel_connectDr. David Alan Gilbert1-3/+1
2018-01-15migration: free addr in the same function that we created itJuan Quintela1-2/+2
2017-09-22migration: Create migration_has_all_channelsJuan Quintela1-3/+7
2017-09-22migration: Teach it about G_SOURCE_REMOVEJuan Quintela1-1/+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/+1
2017-06-01migration: Export socket.c functions in its own fileJuan Quintela1-0/+1
2017-06-01migration: Split qemu-file.hJuan Quintela1-1/+1
2017-05-18migration: Split migration/channel.c for channel operationsJuan Quintela1-0/+1
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster1-26/+23
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster1-18/+18
2017-05-09sockets: Prepare inet_parse() for flattened SocketAddressMarkus Armbruster1-2/+3
2017-05-04migration: to_dst_file at that point is NULLJuan Quintela1-1/+0
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-5/+6
2016-10-27migration: set name for all I/O channels createdDaniel P. Berrange1-0/+5
2016-10-13migration: Fix seg with missing portDr. David Alan Gilbert1-4/+12
2016-08-11migration/socket: fix typo in file headerCao jin1-1/+3
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange1-3/+3
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange1-7/+27
2016-05-26migration: convert tcp socket protocol to use QIOChannelDaniel P. Berrange1-0/+31
2016-05-26migration: rename unix.c to socket.cDaniel P. Berrange1-0/+132