aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2018-09-26migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t structPeter Maydell1-5/+5
2018-09-26migration: fix the compression codeFei Li1-16/+8
2018-09-26migration: fix QEMUFile leakMarc-André Lureau1-1/+4
2018-09-26migration: cleanup in error paths in loadvmDr. David Alan Gilbert1-0/+2
2018-09-26migration/postcopy: Clear have_listen_threadDr. David Alan Gilbert1-0/+1
2018-09-26migration: use save_page_use_compression in flush_compressed_dataXiao Guangrong1-1/+3
2018-09-26migration: show the statistics of compressionXiao Guangrong3-1/+53
2018-09-26migration: do not flush_compressed_data at the end of iterationXiao Guangrong1-7/+11
2018-09-26Add a hint message to loadvm and exits on failureJose Ricardo Ziviani1-1/+3
2018-09-26migration: handle the error condition properlyXiao Guangrong1-3/+15
2018-09-26migration: fix calculating xbzrle_counters.cache_miss_rateXiao Guangrong1-9/+9
2018-09-26migration/rdma: Fix uninitialised rdma_return_pathDr. David Alan Gilbert1-1/+1
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2-3/+3
2018-08-25Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...Peter Maydell1-2/+16
2018-08-23postcopy: Synchronize usage of the balloon inhibitorAlex Williamson1-2/+16
2018-08-22migration: hold the lock only if it is really neededXiao Guangrong1-0/+4
2018-08-22migration: move handle of zero page to the threadXiao Guangrong1-26/+70
2018-08-22migration: drop the return value of do_compress_ram_pageXiao Guangrong1-15/+11
2018-08-22migration: introduce save_zero_page_to_fileXiao Guangrong1-10/+30
2018-08-22migration: fix counting normal page for compressionXiao Guangrong1-1/+0
2018-08-22migration: do not wait for free threadXiao Guangrong3-19/+48
2018-08-22migration: poll the cm event for destination qemuLidong Chen2-2/+33
2018-08-22migration: implement the shutdown for RDMA QIOChannelLidong Chen1-0/+40
2018-08-22migration: poll the cm event while wait RDMA work request completionLidong Chen1-3/+30
2018-08-22migration: invoke qio_channel_yield only when qemu_in_coroutine()Lidong Chen1-2/+10
2018-08-22migration: implement io_set_aio_fd_handler function for RDMA QIOChannelLidong Chen1-0/+16
2018-08-22migration: Stop rdma yielding during incoming postcopyLidong Chen1-1/+3
2018-08-22migration: implement bi-directional RDMA QIOChannelLidong Chen6-26/+183
2018-08-22migration: create a dedicated connection for rdma return pathLidong Chen1-3/+91
2018-08-22migration: disable RDMA WRITE after postcopy startedLidong Chen2-2/+18
2018-08-22migrate/cpu-throttle: Add max-cpu-throttle migration parameterLi Qiang3-2/+26
2018-08-22migration: Correctly handle subsections with no 'needed' functionPeter Maydell1-3/+3
2018-08-10migration/ram: ensure write persistence on loading all data to PMEM.Junyan He1-0/+8
2018-08-10migration/ram: Add check and info message to nvdimm post copy.Junyan He1-0/+9
2018-07-24migration: fix duplicate initialization for expected_downtime and cleanup_bhLidong Chen1-2/+0
2018-07-24migration: disallow recovery for release-ramPeter Xu1-0/+19
2018-07-24migration: update recv bitmap only on dest vmPeter Xu1-2/+9
2018-07-24migrate: Fix cancelling state warningDr. David Alan Gilbert1-0/+1
2018-07-24migration: fix potential overflow in multifd sendPeter Xu1-1/+1
2018-07-10migration: reorder MIG_CMD_POSTCOPY_RESUMEPeter Xu1-1/+1
2018-07-10migration: show pause/recover state on dst hostPeter Xu1-0/+2
2018-07-10migration: fix incorrect bitmap size calculationPeter Xu1-2/+2
2018-07-10migration: loosen recovery check when load vmPeter Xu1-10/+6
2018-07-10migration: simplify check to use qemu file bufferPeter Xu1-6/+11
2018-07-10migration: unify incoming processingPeter Xu4-13/+16
2018-07-10migration: unbreak postcopy recoveryPeter Xu1-5/+18
2018-07-10migration: move income process out of multifdPeter Xu3-8/+10
2018-07-10migration: delay postcopy paused statePeter Xu1-3/+3
2018-07-04dirty-bitmap: fix double lock on bitmap enablingVladimir Sementsov-Ogievskiy1-2/+2
2018-06-28Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i...Peter Maydell5-27/+508