aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2018-05-15migration: new cmd MIG_CMD_RECV_BITMAPPeter Xu3-0/+64
2018-05-15migration: wakeup dst ram-load-thread for recoverPeter Xu1-2/+28
2018-05-15migration: new state "postcopy-recover"Peter Xu1-19/+57
2018-05-15migration: rebuild channel on sourcePeter Xu1-21/+70
2018-05-15qmp: hmp: add migrate "resume" optionPeter Xu1-1/+1
2018-05-15migration: allow fault thread to pausePeter Xu5-4/+57
2018-05-15migration: allow src return path to pausePeter Xu3-2/+36
2018-05-15migration: allow dst vm pause on postcopyPeter Xu4-2/+67
2018-05-15migration: implement "postcopy-pause" src logicPeter Xu3-6/+97
2018-05-15migration: new postcopy-pause statePeter Xu1-0/+2
2018-05-15migration: let incoming side use thread contextPeter Xu3-13/+12
2018-05-15migration: Define MultifdRecvParams soonerJuan Quintela1-15/+31
2018-05-15migration: Transmit initial package through the multifd channelsJuan Quintela1-5/+99
2018-05-15migration: Delay start of migration main routinesJuan Quintela4-2/+10
2018-05-15migration: Create multifd channelsJuan Quintela1-10/+42
2018-05-15migration: Export functions to create send channelsJuan Quintela2-1/+34
2018-05-15migration: Be sure all recv channels are createdJuan Quintela3-1/+17
2018-05-15migration: terminate_* can be called for other threadsJuan Quintela1-14/+30
2018-05-15migration: Introduce multifd_recv_new_channel()Juan Quintela3-1/+10
2018-05-15migration: Set error state in case of errorJuan Quintela1-2/+24
2018-05-15migration: fix saving normal page even if it's been compressedXiao Guangrong1-1/+1
2018-05-04Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-05-04' into st...Peter Maydell1-0/+1
2018-05-04migration/block-dirty-bitmap: fix memory leak in dirty_bitmap_load_bitsVladimir Sementsov-Ogievskiy1-0/+1
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2-3/+3
2018-04-25migration: remove ram_save_compressed_page()Xiao Guangrong1-37/+8
2018-04-25migration: introduce save_normal_page()Xiao Guangrong1-20/+30
2018-04-25migration: move calling save_zero_page to the common placeXiao Guangrong1-46/+59
2018-04-25migration: move calling control_save_page to the common placeXiao Guangrong1-8/+8
2018-04-25migration: move some code to ram_save_host_pageXiao Guangrong1-24/+19
2018-04-25migration: introduce control_save_page()Xiao Guangrong1-85/+89
2018-04-25migration: detect compression and decompression errorsXiao Guangrong2-19/+41
2018-04-25migration: stop decompression to allocate and free memory frequentlyXiao Guangrong1-30/+82
2018-04-25migration: stop compression to allocate and free memory frequentlyXiao Guangrong3-18/+68
2018-04-25migration: stop compressing page in migration threadXiao Guangrong1-16/+16
2018-04-25migration: add postcopy total blocktime into query-migrateAlexey Perevalov4-4/+99
2018-04-25migration: calculate vCPU blocktime on dst sideAlexey Perevalov2-2/+154
2018-04-25migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov2-0/+69
2018-04-25migration: introduce postcopy-blocktime capabilityAlexey Perevalov2-0/+10
2018-04-10Revert "migration: Don't activate block devices if using -S"Dr. David Alan Gilbert1-15/+7
2018-03-29migration: Don't activate block devices if using -SDr. David Alan Gilbert1-7/+15
2018-03-29migration: fix pfd leakMarc-André Lureau1-0/+1
2018-03-23migration: Fix block migration flag caseDr. David Alan Gilbert1-0/+1
2018-03-23migration/block: compare only read blocks against the rate limiterPeter Lieven1-2/+1
2018-03-23migration/block: limit the number of parallel I/O requestsPeter Lieven1-0/+2
2018-03-23migration: Fix rate limiting issue on RDMA migrationLidong Chen1-1/+1
2018-03-23migration: convert socket server to QIONetListenerDaniel P. Berrange1-32/+16
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-66/+402
2018-03-20postcopy: Allow shared memoryDr. David Alan Gilbert1-6/+0
2018-03-20vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert2-0/+8
2018-03-20vhost+postcopy: Call wakeupsDr. David Alan Gilbert2-4/+11