aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2018-06-15migration: calculate expected_downtime with ram_bytes_remaining()Balamuruhan S2-2/+2
2018-06-15migration/postcopy: Wake rate limit sleep on postcopy requestDr. David Alan Gilbert1-1/+8
2018-06-15migration: Wake rate limiting for urgent requestsDr. David Alan Gilbert3-4/+41
2018-06-15migration/postcopy: Add max-postcopy-bandwidth parameterDr. David Alan Gilbert1-1/+34
2018-06-15migration: introduce migration_update_ratesXiao Guangrong1-13/+22
2018-06-15migration: fix counting xbzrle cache_miss_rateXiao Guangrong1-1/+1
2018-06-15migration/block-dirty-bitmap: fix dirty_bitmap_loadVladimir Sementsov-Ogievskiy1-0/+3
2018-06-15migration: Poison ramblock loops in migrationDr. David Alan Gilbert2-1/+6
2018-06-15migration: Fixes for non-migratable RAMBlocksDr. David Alan Gilbert2-3/+3
2018-06-15typedefs: add QJSONGreg Kurz1-2/+0
2018-06-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell7-45/+90
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-5/+6
2018-06-04migration: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnectLidong Chen2-11/+2
2018-06-04migration: remove unnecessary variables len in QIOChannelRDMALidong Chen1-8/+7
2018-06-04migration: Don't activate block devices if using -SDr. David Alan Gilbert1-7/+27
2018-06-04migration: discard non-migratable RAMBlocksCédric Le Goater3-18/+42
2018-06-04migration: introduce decompress-error-checkXiao Guangrong3-1/+12
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+21
2018-06-01migration: use local path for local headersMichael S. Tsirkin4-5/+5
2018-06-01migration: drop an unused includeMichael S. Tsirkin1-0/+1
2018-06-01vmstate: Add a VSTRUCT typeCorey Minyard1-4/+21
2018-05-25migration: use g_free for ram load bitmapPeter Xu1-2/+2
2018-05-25migration: fix exec/fd migrationsJuan Quintela2-0/+8
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