aboutsummaryrefslogtreecommitdiffstats
path: root/migration (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+12
* 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 stagingPeter 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/+8
* 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/+19
* 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
* migration: introduce postcopy-blocktime capabilityAlexey Perevalov2018-04-252-0/+10
* Revert "migration: Don't activate block devices if using -S"Dr. David Alan Gilbert2018-04-101-15/+7
* migration: Don't activate block devices if using -SDr. David Alan Gilbert2018-03-291-7/+15
* migration: fix pfd leakMarc-André Lureau2018-03-291-0/+1
* migration: Fix block migration flag caseDr. David Alan Gilbert2018-03-231-0/+1
* migration/block: compare only read blocks against the rate limiterPeter Lieven2018-03-231-2/+1
* migration/block: limit the number of parallel I/O requestsPeter Lieven2018-03-231-0/+2
* migration: Fix rate limiting issue on RDMA migrationLidong Chen2018-03-231-1/+1
* migration: convert socket server to QIONetListenerDaniel P. Berrange2018-03-231-32/+16