summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2018-05-15migration: introduce SaveVMHandlers.resume_preparePeter Xu
2018-05-15migration: new message MIG_RP_MSG_RESUME_ACKPeter Xu
2018-05-15migration: new cmd MIG_CMD_POSTCOPY_RESUMEPeter Xu
2018-05-15migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu
2018-05-15migration: new cmd MIG_CMD_RECV_BITMAPPeter Xu
2018-05-15migration: wakeup dst ram-load-thread for recoverPeter Xu
2018-05-15migration: new state "postcopy-recover"Peter Xu
2018-05-15migration: rebuild channel on sourcePeter Xu
2018-05-15qmp: hmp: add migrate "resume" optionPeter Xu
2018-05-15migration: allow fault thread to pausePeter Xu
2018-05-15migration: allow src return path to pausePeter Xu
2018-05-15migration: allow dst vm pause on postcopyPeter Xu
2018-05-15migration: implement "postcopy-pause" src logicPeter Xu
2018-05-15migration: new postcopy-pause statePeter Xu
2018-05-15migration: let incoming side use thread contextPeter Xu
2018-05-15migration: Define MultifdRecvParams soonerJuan Quintela
2018-05-15migration: Transmit initial package through the multifd channelsJuan Quintela
2018-05-15migration: Delay start of migration main routinesJuan Quintela
2018-05-15migration: Create multifd channelsJuan Quintela
2018-05-15migration: Export functions to create send channelsJuan Quintela
2018-05-15migration: Be sure all recv channels are createdJuan Quintela
2018-05-15migration: terminate_* can be called for other threadsJuan Quintela
2018-05-15migration: Introduce multifd_recv_new_channel()Juan Quintela
2018-05-15migration: Set error state in case of errorJuan Quintela
2018-05-15migration: fix saving normal page even if it's been compressedXiao Guangrong
2018-05-04Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-05-04' into st...Peter Maydell
2018-05-04migration/block-dirty-bitmap: fix memory leak in dirty_bitmap_load_bitsVladimir Sementsov-Ogievskiy
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-04-25migration: remove ram_save_compressed_page()Xiao Guangrong
2018-04-25migration: introduce save_normal_page()Xiao Guangrong
2018-04-25migration: move calling save_zero_page to the common placeXiao Guangrong
2018-04-25migration: move calling control_save_page to the common placeXiao Guangrong
2018-04-25migration: move some code to ram_save_host_pageXiao Guangrong
2018-04-25migration: introduce control_save_page()Xiao Guangrong
2018-04-25migration: detect compression and decompression errorsXiao Guangrong
2018-04-25migration: stop decompression to allocate and free memory frequentlyXiao Guangrong
2018-04-25migration: stop compression to allocate and free memory frequentlyXiao Guangrong
2018-04-25migration: stop compressing page in migration threadXiao Guangrong
2018-04-25migration: add postcopy total blocktime into query-migrateAlexey Perevalov
2018-04-25migration: calculate vCPU blocktime on dst sideAlexey Perevalov
2018-04-25migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov
2018-04-25migration: introduce postcopy-blocktime capabilityAlexey Perevalov
2018-04-10Revert "migration: Don't activate block devices if using -S"Dr. David Alan Gilbert
2018-03-29migration: Don't activate block devices if using -SDr. David Alan Gilbert
2018-03-29migration: fix pfd leakMarc-André Lureau
2018-03-23migration: Fix block migration flag caseDr. David Alan Gilbert
2018-03-23migration/block: compare only read blocks against the rate limiterPeter Lieven
2018-03-23migration/block: limit the number of parallel I/O requestsPeter Lieven
2018-03-23migration: Fix rate limiting issue on RDMA migrationLidong Chen
2018-03-23migration: convert socket server to QIONetListenerDaniel P. Berrange