aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-27migration: fix crash in when incoming client channel setup failsDaniel P. Berrangé1-1/+2
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand3-6/+4
2018-06-27migration: Stop sending whole pages through main channelJuan Quintela1-8/+3
2018-06-27migration: Remove not needed semaphore and quitJuan Quintela1-9/+5
2018-06-27migration: Wait for blocking IOJuan Quintela1-13/+0
2018-06-27migration: Start sending messagesJuan Quintela1-5/+24
2018-06-27migration: Create ram_save_multifd_pageJuan Quintela2-1/+108
2018-06-27migration: Create multifd_bytes ram_counterJuan Quintela1-0/+1
2018-06-27migration: Synchronize multifd threads with main threadJuan Quintela2-30/+121
2018-06-27migration: Add block where to send/receive packetsJuan Quintela2-5/+46
2018-06-27migration: Multifd channels always wait on the semJuan Quintela1-2/+11
2018-06-27migration: Add multifd traces for start/end threadJuan Quintela2-0/+26