summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* Migration+TLS: Fix crash due to double cleanupDr. David Alan Gilbert2018-05-151-0/+9
* migration: update index field when delete or qsort RDMALocalBlockLidong Chen2018-05-151-0/+7
* migration/qmp: add command migrate-pausePeter Xu2018-05-151-0/+29
* migration: introduce lock for to_dst_filePeter Xu2018-05-153-4/+27
* qmp/migration: new command migrate-recoverPeter Xu2018-05-153-0/+28
* migration: init dst in migration_object_init tooPeter Xu2018-05-151-18/+19
* migration: final handshake for the resumePeter Xu2018-05-151-4/+24
* migration: setup ramstate for resumePeter Xu2018-05-152-1/+45
* migration: synchronize dirty bitmap for resumePeter Xu2018-05-154-0/+54
* migration: introduce SaveVMHandlers.resume_preparePeter Xu2018-05-154-1/+46
* migration: new message MIG_RP_MSG_RESUME_ACKPeter Xu2018-05-154-1/+43
* migration: new cmd MIG_CMD_POSTCOPY_RESUMEPeter Xu2018-05-153-0/+38
* migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu2018-05-156-1/+221
* migration: new cmd MIG_CMD_RECV_BITMAPPeter Xu2018-05-153-0/+64
* migration: wakeup dst ram-load-thread for recoverPeter Xu2018-05-151-2/+28
* migration: new state "postcopy-recover"Peter Xu2018-05-151-19/+57
* migration: rebuild channel on sourcePeter Xu2018-05-151-21/+70
* qmp: hmp: add migrate "resume" optionPeter Xu2018-05-151-1/+1
* migration: allow fault thread to pausePeter Xu2018-05-155-4/+57
* migration: allow src return path to pausePeter Xu2018-05-153-2/+36
* migration: allow dst vm pause on postcopyPeter Xu2018-05-154-2/+67
* migration: implement "postcopy-pause" src logicPeter Xu2018-05-153-6/+97
* migration: new postcopy-pause statePeter Xu2018-05-151-0/+2
* migration: let incoming side use thread contextPeter Xu2018-05-153-13/+12Star
* migration: Define MultifdRecvParams soonerJuan Quintela2018-05-151-15/+31
* migration: Transmit initial package through the multifd channelsJuan Quintela2018-05-151-5/+99
* migration: Delay start of migration main routinesJuan Quintela2018-05-154-2/+10
* migration: Create multifd channelsJuan Quintela2018-05-151-10/+42
* migration: Export functions to create send channelsJuan Quintela2018-05-152-1/+34
* migration: Be sure all recv channels are createdJuan Quintela2018-05-153-1/+17
* migration: terminate_* can be called for other threadsJuan Quintela2018-05-151-14/+30
* migration: Introduce multifd_recv_new_channel()Juan Quintela2018-05-153-1/+10
* migration: Set error state in case of errorJuan Quintela2018-05-151-2/+24
* migration: fix saving normal page even if it's been compressedXiao Guangrong2018-05-151-1/+1
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-05-04' into st...Peter Maydell2018-05-041-0/+1
|\
| * migration/block-dirty-bitmap: fix memory leak in dirty_bitmap_load_bitsVladimir Sementsov-Ogievskiy2018-05-041-0/+1
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-042-3/+3
|/
* migration: remove ram_save_compressed_page()Xiao Guangrong2018-04-251-37/+8Star
* migration: introduce save_normal_page()Xiao Guangrong2018-04-251-20/+30
* migration: move calling save_zero_page to the common placeXiao Guangrong2018-04-251-46/+59
* migration: move calling control_save_page to the common placeXiao Guangrong2018-04-251-8/+8
* migration: move some code to ram_save_host_pageXiao Guangrong2018-04-251-24/+19Star
* migration: introduce control_save_page()Xiao Guangrong2018-04-251-85/+89
* migration: detect compression and decompression errorsXiao Guangrong2018-04-252-19/+41
* migration: stop decompression to allocate and free memory frequentlyXiao Guangrong2018-04-251-30/+82
* migration: stop compression to allocate and free memory frequentlyXiao Guangrong2018-04-253-18/+68
* migration: stop compressing page in migration threadXiao Guangrong2018-04-251-16/+16
* migration: add postcopy total blocktime into query-migrateAlexey Perevalov2018-04-254-4/+99
* migration: calculate vCPU blocktime on dst sideAlexey Perevalov2018-04-252-2/+154
* migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov2018-04-252-0/+69