| Commit message (Expand) | Author | Age | Files | Lines |
* | migration: Postcopy preemption preparation on channel creation | Peter Xu | 2022-07-20 | 1 | -1/+21 |
* | multifd: Implement zero copy write in multifd migration (multifd-zero-copy) | Leonardo Bras | 2022-05-16 | 1 | -2/+3 |
* | migration: Add zero-copy-send parameter for QMP/HMP for Linux | Leonardo Bras | 2022-05-16 | 1 | -2/+9 |
* | migration/socket: Close the listener at the end | Dr. David Alan Gilbert | 2021-06-08 | 1 | -6/+18 |
* | migration: unify the framework of socket-type channel | Longpeng(Mike) | 2020-08-28 | 1 | -57/+15 |
* | multifd: Use number of channels as listen backlog | Juan Quintela | 2019-09-03 | 1 | -1/+6 |
* | socket: Add num connections to qio_net_listener_open_sync() | Juan Quintela | 2019-09-03 | 1 | -1/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | migration: fix memory leak | Paolo Bonzini | 2019-03-12 | 1 | -0/+1 |
* | migration: Create socket-address parameter | Juan Quintela | 2019-03-06 | 1 | -0/+11 |
* | migration: unify incoming processing | Peter Xu | 2018-07-10 | 1 | -5/+0 |
* | migration: let incoming side use thread context | Peter Xu | 2018-05-15 | 1 | -3/+4 |
* | migration: Delay start of migration main routines | Juan Quintela | 2018-05-15 | 1 | -0/+4 |
* | migration: Export functions to create send channels | Juan Quintela | 2018-05-15 | 1 | -1/+27 |
* | migration: convert socket server to QIONetListener | Daniel P. Berrange | 2018-03-23 | 1 | -32/+16 |
* | qio: non-default context for async conn | Peter Xu | 2018-03-06 | 1 | -1/+2 |
* | migration: Route errors down through migration_channel_connect | Dr. David Alan Gilbert | 2018-02-06 | 1 | -3/+1 |
* | migration: free addr in the same function that we created it | Juan Quintela | 2018-01-15 | 1 | -2/+2 |
* | migration: Create migration_has_all_channels | Juan Quintela | 2017-09-22 | 1 | -3/+7 |
* | migration: Teach it about G_SOURCE_REMOVE | Juan Quintela | 2017-09-22 | 1 | -1/+1 |
* | migration: Move migration.h to migration/ | Juan Quintela | 2017-06-13 | 1 | -1/+1 |
* | migration: Remove MigrationState from migration_channel_incomming() | Juan Quintela | 2017-06-13 | 1 | -2/+1 |
* | migration: Export socket.c functions in its own file | Juan Quintela | 2017-06-01 | 1 | -0/+1 |
* | migration: Split qemu-file.h | Juan Quintela | 2017-06-01 | 1 | -1/+1 |
* | migration: Split migration/channel.c for channel operations | Juan Quintela | 2017-05-18 | 1 | -0/+1 |
* | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster | 2017-05-09 | 1 | -26/+23 |
* | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster | 2017-05-09 | 1 | -18/+18 |
* | sockets: Prepare inet_parse() for flattened SocketAddress | Markus Armbruster | 2017-05-09 | 1 | -2/+3 |
* | migration: to_dst_file at that point is NULL | Juan Quintela | 2017-05-04 | 1 | -1/+0 |
* | io: change the QIOTask callback signature | Daniel P. Berrange | 2017-01-23 | 1 | -5/+6 |
* | migration: set name for all I/O channels created | Daniel P. Berrange | 2016-10-27 | 1 | -0/+5 |
* | migration: Fix seg with missing port | Dr. David Alan Gilbert | 2016-10-13 | 1 | -4/+12 |
* | migration/socket: fix typo in file header | Cao jin | 2016-08-11 | 1 | -1/+3 |
* | migration: rename functions to starting migrations | Daniel P. Berrange | 2016-06-16 | 1 | -3/+3 |
* | migration: add support for encrypting data with TLS | Daniel P. Berrange | 2016-05-26 | 1 | -7/+27 |
* | migration: convert tcp socket protocol to use QIOChannel | Daniel P. Berrange | 2016-05-26 | 1 | -0/+31 |
* | migration: rename unix.c to socket.c | Daniel P. Berrange | 2016-05-26 | 1 | -0/+132 |