summaryrefslogtreecommitdiffstats
path: root/migration/rdma.c
Commit message (Expand)AuthorAgeFilesLines
* migration/rdma: unregister fd handlerDr. David Alan Gilbert2019-01-231-0/+1
* migration/rdma: Fix uninitialised rdma_return_pathDr. David Alan Gilbert2018-09-261-1/+1
* migration: poll the cm event for destination qemuLidong Chen2018-08-221-1/+31
* migration: implement the shutdown for RDMA QIOChannelLidong Chen2018-08-221-0/+40
* migration: poll the cm event while wait RDMA work request completionLidong Chen2018-08-221-3/+30
* migration: implement io_set_aio_fd_handler function for RDMA QIOChannelLidong Chen2018-08-221-0/+16
* migration: Stop rdma yielding during incoming postcopyLidong Chen2018-08-221-1/+3
* migration: implement bi-directional RDMA QIOChannelLidong Chen2018-08-221-26/+170
* migration: create a dedicated connection for rdma return pathLidong Chen2018-08-221-3/+91
* migration: disable RDMA WRITE after postcopy startedLidong Chen2018-08-221-0/+12
* migration: Fixes for non-migratable RAMBlocksDr. David Alan Gilbert2018-06-151-1/+1
* migration: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnectLidong Chen2018-06-041-10/+2Star
* migration: remove unnecessary variables len in QIOChannelRDMALidong Chen2018-06-041-8/+7Star
* migration: update index field when delete or qsort RDMALocalBlockLidong Chen2018-05-151-0/+7
* migration: Allow migrate_fd_connect to take an Error *Dr. David Alan Gilbert2018-02-061-1/+1
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-161-1/+1
* migration/rdma: Send error during cancellingDr. David Alan Gilbert2017-07-181-1/+3
* migration/rdma: Safely convert control typesDr. David Alan Gilbert2017-07-181-22/+32
* migration/rdma: Allow cancelling while waiting for wridDr. David Alan Gilbert2017-07-181-6/+53
* migration/rdma: fix qemu_rdma_block_for_wrid error pathsDr. David Alan Gilbert2017-07-181-2/+6
* migration/rdma: Fix race on sourceDr. David Alan Gilbert2017-07-181-6/+6
* migration: Move migration.h to migration/Juan Quintela2017-06-131-1/+1
* migration: Export ram.c functions in its own fileJuan Quintela2017-06-011-1/+1
* migration: Export rdma.c functions in its own fileJuan Quintela2017-06-011-0/+1
* migration: Split qemu-file.hJuan Quintela2017-06-011-1/+1
* migration: Export qemu-file-channel.c functions in its own fileJuan Quintela2017-05-181-0/+1
* sockets: Prepare inet_parse() for flattened SocketAddressMarkus Armbruster2017-05-091-2/+2
* migration: Make errp the last parameter of local functionsFam Zheng2017-04-241-6/+6
* migration/rdma: Don't flag an error when we've been told about oneDr. David Alan Gilbert2016-10-131-1/+5
* migration/rdma: Pass qemu_file errors across linkDr. David Alan Gilbert2016-10-131-0/+3
* cutils: Export only buffer_is_zeroRichard Henderson2016-09-131-4/+1Star
* migration: rename functions to starting migrationsDaniel P. Berrange2016-06-161-2/+2
* migration: convert RDMA to use QIOChannel interfaceDaniel P. Berrange2016-05-261-99/+275
* migration: add reporting of errors for outgoing migrationDaniel P. Berrange2016-05-261-7/+3Star
* migration: split migration hooks out of QEMUFileOpsDaniel P. Berrange2016-05-261-0/+8
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang2016-02-051-1/+1
* migration: Clean up includesPeter Maydell2016-01-291-3/+1Star
* migration: Make 32bit linux compile with RDMAJuan Quintela2015-11-121-1/+1
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-201-1/+1
* migration: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-291-9/+8Star
* migration: size_t'ify some of qemu-fileDr. David Alan Gilbert2015-09-291-6/+7
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* RDMA: Fix error exitsDr. David Alan Gilbert2015-07-161-4/+4
* Fail more cleanly in mismatched RAM casesDr. David Alan Gilbert2015-07-071-0/+2
* Sanity check RDMA remote dataDr. David Alan Gilbert2015-07-071-0/+30
* Sort destination RAMBlocks to be the same as the sourceDr. David Alan Gilbert2015-07-071-28/+73
* Rework ram block hashDr. David Alan Gilbert2015-07-071-12/+20
* Allow rdma_delete_block to work without the hashDr. David Alan Gilbert2015-07-071-11/+16