aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2018-05-15Migration+TLS: Fix crash due to double cleanupDr. David Alan Gilbert1-0/+9
2018-05-15migration: update index field when delete or qsort RDMALocalBlockLidong Chen1-0/+7
2018-05-15migration/qmp: add command migrate-pausePeter Xu1-0/+29
2018-05-15migration: introduce lock for to_dst_filePeter Xu3-4/+27
2018-05-15qmp/migration: new command migrate-recoverPeter Xu3-0/+28
2018-05-15migration: init dst in migration_object_init tooPeter Xu1-18/+19
2018-05-15migration: final handshake for the resumePeter Xu1-4/+24
2018-05-15migration: setup ramstate for resumePeter Xu2-1/+45
2018-05-15migration: synchronize dirty bitmap for resumePeter Xu4-0/+54
2018-05-15migration: introduce SaveVMHandlers.resume_preparePeter Xu4-1/+46
2018-05-15migration: new message MIG_RP_MSG_RESUME_ACKPeter Xu4-1/+43
2018-05-15migration: new cmd MIG_CMD_POSTCOPY_RESUMEPeter Xu3-0/+38
2018-05-15migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu6-1/+221
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