summaryrefslogtreecommitdiffstats
path: root/migration/socket.c
Commit message (Expand)AuthorAgeFilesLines
* migration: Postcopy preemption preparation on channel creationPeter Xu2022-07-201-1/+21
* multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras2022-05-161-2/+3
* migration: Add zero-copy-send parameter for QMP/HMP for LinuxLeonardo Bras2022-05-161-2/+9
* migration/socket: Close the listener at the endDr. David Alan Gilbert2021-06-081-6/+18
* migration: unify the framework of socket-type channelLongpeng(Mike)2020-08-281-57/+15Star
* multifd: Use number of channels as listen backlogJuan Quintela2019-09-031-1/+6
* socket: Add num connections to qio_net_listener_open_sync()Juan Quintela2019-09-031-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* migration: fix memory leakPaolo Bonzini2019-03-121-0/+1
* migration: Create socket-address parameterJuan Quintela2019-03-061-0/+11
* migration: unify incoming processingPeter Xu2018-07-101-5/+0Star
* migration: let incoming side use thread contextPeter Xu2018-05-151-3/+4
* migration: Delay start of migration main routinesJuan Quintela2018-05-151-0/+4
* migration: Export functions to create send channelsJuan Quintela2018-05-151-1/+27
* migration: convert socket server to QIONetListenerDaniel P. Berrange2018-03-231-32/+16Star
* qio: non-default context for async connPeter Xu2018-03-061-1/+2
* migration: Route errors down through migration_channel_connectDr. David Alan Gilbert2018-02-061-3/+1Star
* migration: free addr in the same function that we created itJuan Quintela2018-01-151-2/+2
* migration: Create migration_has_all_channelsJuan Quintela2017-09-221-3/+7
* migration: Teach it about G_SOURCE_REMOVEJuan Quintela2017-09-221-1/+1
* migration: Move migration.h to migration/Juan Quintela2017-06-131-1/+1
* migration: Remove MigrationState from migration_channel_incomming()Juan Quintela2017-06-131-2/+1Star
* migration: Export socket.c functions in its own fileJuan Quintela2017-06-011-0/+1
* migration: Split qemu-file.hJuan Quintela2017-06-011-1/+1
* migration: Split migration/channel.c for channel operationsJuan Quintela2017-05-181-0/+1
* sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster2017-05-091-26/+23Star
* sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster2017-05-091-18/+18
* sockets: Prepare inet_parse() for flattened SocketAddressMarkus Armbruster2017-05-091-2/+3
* migration: to_dst_file at that point is NULLJuan Quintela2017-05-041-1/+0Star
* io: change the QIOTask callback signatureDaniel P. Berrange2017-01-231-5/+6
* migration: set name for all I/O channels createdDaniel P. Berrange2016-10-271-0/+5
* migration: Fix seg with missing portDr. David Alan Gilbert2016-10-131-4/+12
* migration/socket: fix typo in file headerCao jin2016-08-111-1/+3
* migration: rename functions to starting migrationsDaniel P. Berrange2016-06-161-3/+3
* migration: add support for encrypting data with TLSDaniel P. Berrange2016-05-261-7/+27
* migration: convert tcp socket protocol to use QIOChannelDaniel P. Berrange2016-05-261-0/+31
* migration: rename unix.c to socket.cDaniel P. Berrange2016-05-261-0/+132