aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2018-10-19migration: Fix !replay_can_snapshot() error handlingMarkus Armbruster
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-10-11migration: Stop postcopy fault thread before notifyingIlya Maximets
2018-09-26migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t structPeter Maydell
2018-09-26migration: fix the compression codeFei Li
2018-09-26migration: fix QEMUFile leakMarc-André Lureau
2018-09-26migration: cleanup in error paths in loadvmDr. David Alan Gilbert
2018-09-26migration/postcopy: Clear have_listen_threadDr. David Alan Gilbert
2018-09-26migration: use save_page_use_compression in flush_compressed_dataXiao Guangrong
2018-09-26migration: show the statistics of compressionXiao Guangrong
2018-09-26migration: do not flush_compressed_data at the end of iterationXiao Guangrong
2018-09-26Add a hint message to loadvm and exits on failureJose Ricardo Ziviani
2018-09-26migration: handle the error condition properlyXiao Guangrong
2018-09-26migration: fix calculating xbzrle_counters.cache_miss_rateXiao Guangrong
2018-09-26migration/rdma: Fix uninitialised rdma_return_pathDr. David Alan Gilbert
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-25Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...Peter Maydell
2018-08-23postcopy: Synchronize usage of the balloon inhibitorAlex Williamson
2018-08-22migration: hold the lock only if it is really neededXiao Guangrong
2018-08-22migration: move handle of zero page to the threadXiao Guangrong
2018-08-22migration: drop the return value of do_compress_ram_pageXiao Guangrong
2018-08-22migration: introduce save_zero_page_to_fileXiao Guangrong
2018-08-22migration: fix counting normal page for compressionXiao Guangrong
2018-08-22migration: do not wait for free threadXiao Guangrong
2018-08-22migration: poll the cm event for destination qemuLidong Chen
2018-08-22migration: implement the shutdown for RDMA QIOChannelLidong Chen
2018-08-22migration: poll the cm event while wait RDMA work request completionLidong Chen
2018-08-22migration: invoke qio_channel_yield only when qemu_in_coroutine()Lidong Chen
2018-08-22migration: implement io_set_aio_fd_handler function for RDMA QIOChannelLidong Chen
2018-08-22migration: Stop rdma yielding during incoming postcopyLidong Chen
2018-08-22migration: implement bi-directional RDMA QIOChannelLidong Chen
2018-08-22migration: create a dedicated connection for rdma return pathLidong Chen
2018-08-22migration: disable RDMA WRITE after postcopy startedLidong Chen
2018-08-22migrate/cpu-throttle: Add max-cpu-throttle migration parameterLi Qiang
2018-08-22migration: Correctly handle subsections with no 'needed' functionPeter Maydell
2018-08-10migration/ram: ensure write persistence on loading all data to PMEM.Junyan He
2018-08-10migration/ram: Add check and info message to nvdimm post copy.Junyan He
2018-07-24migration: fix duplicate initialization for expected_downtime and cleanup_bhLidong Chen
2018-07-24migration: disallow recovery for release-ramPeter Xu
2018-07-24migration: update recv bitmap only on dest vmPeter Xu
2018-07-24migrate: Fix cancelling state warningDr. David Alan Gilbert
2018-07-24migration: fix potential overflow in multifd sendPeter Xu
2018-07-10migration: reorder MIG_CMD_POSTCOPY_RESUMEPeter Xu
2018-07-10migration: show pause/recover state on dst hostPeter Xu
2018-07-10migration: fix incorrect bitmap size calculationPeter Xu
2018-07-10migration: loosen recovery check when load vmPeter Xu
2018-07-10migration: simplify check to use qemu file bufferPeter Xu
2018-07-10migration: unify incoming processingPeter Xu
2018-07-10migration: unbreak postcopy recoveryPeter Xu
2018-07-10migration: move income process out of multifdPeter Xu