summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* migration: Stop postcopy fault thread before notifyingIlya Maximets2018-10-111-5/+6
* migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t structPeter Maydell2018-09-261-5/+5
* migration: fix the compression codeFei Li2018-09-261-16/+8Star
* migration: fix QEMUFile leakMarc-André Lureau2018-09-261-1/+4
* migration: cleanup in error paths in loadvmDr. David Alan Gilbert2018-09-261-0/+2
* migration/postcopy: Clear have_listen_threadDr. David Alan Gilbert2018-09-261-0/+1
* migration: use save_page_use_compression in flush_compressed_dataXiao Guangrong2018-09-261-1/+3
* migration: show the statistics of compressionXiao Guangrong2018-09-263-1/+53
* migration: do not flush_compressed_data at the end of iterationXiao Guangrong2018-09-261-7/+11
* Add a hint message to loadvm and exits on failureJose Ricardo Ziviani2018-09-261-1/+3
* migration: handle the error condition properlyXiao Guangrong2018-09-261-3/+15
* migration: fix calculating xbzrle_counters.cache_miss_rateXiao Guangrong2018-09-261-9/+9
* migration/rdma: Fix uninitialised rdma_return_pathDr. David Alan Gilbert2018-09-261-1/+1
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-282-3/+3
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...Peter Maydell2018-08-251-2/+16
|\
| * postcopy: Synchronize usage of the balloon inhibitorAlex Williamson2018-08-231-2/+16
* | migration: hold the lock only if it is really neededXiao Guangrong2018-08-221-0/+4
* | migration: move handle of zero page to the threadXiao Guangrong2018-08-221-26/+70
* | migration: drop the return value of do_compress_ram_pageXiao Guangrong2018-08-221-15/+11Star
* | migration: introduce save_zero_page_to_fileXiao Guangrong2018-08-221-10/+30
* | migration: fix counting normal page for compressionXiao Guangrong2018-08-221-1/+0Star
* | migration: do not wait for free threadXiao Guangrong2018-08-223-19/+48
* | migration: poll the cm event for destination qemuLidong Chen2018-08-222-2/+33
* | 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: invoke qio_channel_yield only when qemu_in_coroutine()Lidong Chen2018-08-221-2/+10
* | 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-226-26/+183
* | migration: create a dedicated connection for rdma return pathLidong Chen2018-08-221-3/+91
* | migration: disable RDMA WRITE after postcopy startedLidong Chen2018-08-222-2/+18
* | migrate/cpu-throttle: Add max-cpu-throttle migration parameterLi Qiang2018-08-223-2/+26
* | migration: Correctly handle subsections with no 'needed' functionPeter Maydell2018-08-221-3/+3
|/
* migration/ram: ensure write persistence on loading all data to PMEM.Junyan He2018-08-101-0/+8
* migration/ram: Add check and info message to nvdimm post copy.Junyan He2018-08-101-0/+9
* migration: fix duplicate initialization for expected_downtime and cleanup_bhLidong Chen2018-07-241-2/+0Star
* migration: disallow recovery for release-ramPeter Xu2018-07-241-0/+19
* migration: update recv bitmap only on dest vmPeter Xu2018-07-241-2/+9
* migrate: Fix cancelling state warningDr. David Alan Gilbert2018-07-241-0/+1
* migration: fix potential overflow in multifd sendPeter Xu2018-07-241-1/+1
* migration: reorder MIG_CMD_POSTCOPY_RESUMEPeter Xu2018-07-101-1/+1
* migration: show pause/recover state on dst hostPeter Xu2018-07-101-0/+2
* migration: fix incorrect bitmap size calculationPeter Xu2018-07-101-2/+2
* migration: loosen recovery check when load vmPeter Xu2018-07-101-10/+6Star
* migration: simplify check to use qemu file bufferPeter Xu2018-07-101-6/+11
* migration: unify incoming processingPeter Xu2018-07-104-13/+16
* migration: unbreak postcopy recoveryPeter Xu2018-07-101-5/+18
* migration: move income process out of multifdPeter Xu2018-07-103-8/+10
* migration: delay postcopy paused statePeter Xu2018-07-101-3/+3
* dirty-bitmap: fix double lock on bitmap enablingVladimir Sementsov-Ogievskiy2018-07-041-2/+2