summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* migration: calculate expected_downtime with ram_bytes_remaining()Balamuruhan S2018-06-152-2/+2
* migration/postcopy: Wake rate limit sleep on postcopy requestDr. David Alan Gilbert2018-06-151-1/+8
* migration: Wake rate limiting for urgent requestsDr. David Alan Gilbert2018-06-153-4/+41
* migration/postcopy: Add max-postcopy-bandwidth parameterDr. David Alan Gilbert2018-06-151-1/+34
* migration: introduce migration_update_ratesXiao Guangrong2018-06-151-13/+22
* migration: fix counting xbzrle cache_miss_rateXiao Guangrong2018-06-151-1/+1
* migration/block-dirty-bitmap: fix dirty_bitmap_loadVladimir Sementsov-Ogievskiy2018-06-151-0/+3
* migration: Poison ramblock loops in migrationDr. David Alan Gilbert2018-06-152-1/+6
* migration: Fixes for non-migratable RAMBlocksDr. David Alan Gilbert2018-06-152-3/+3
* typedefs: add QJSONGreg Kurz2018-06-151-2/+0Star
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell2018-06-047-45/+90
|\
| * migration: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnectLidong Chen2018-06-042-11/+2Star
| * migration: remove unnecessary variables len in QIOChannelRDMALidong Chen2018-06-041-8/+7Star
| * migration: Don't activate block devices if using -SDr. David Alan Gilbert2018-06-041-7/+27
| * migration: discard non-migratable RAMBlocksCédric Le Goater2018-06-043-18/+42
| * migration: introduce decompress-error-checkXiao Guangrong2018-06-043-1/+12
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-045-5/+6
|\ \
| * | migration: use local path for local headersMichael S. Tsirkin2018-06-014-5/+5
| * | migration: drop an unused includeMichael S. Tsirkin2018-06-011-0/+1
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-011-4/+21
|\ \ \ | |_|/ |/| |
| * | vmstate: Add a VSTRUCT typeCorey Minyard2018-06-011-4/+21
| |/
* | migration: use g_free for ram load bitmapPeter Xu2018-05-251-2/+2
* | migration: fix exec/fd migrationsJuan Quintela2018-05-252-0/+8
|/
* 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