aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-27migration: fix crash in when incoming client channel setup failsDaniel P. Berrangé1-1/+2
2018-06-27migration: Create ram_save_multifd_pageJuan Quintela1-1/+1
2018-06-27migration: Create multifd_bytes ram_counterJuan Quintela1-0/+1
2018-06-27migration: Abstract the number of bytes sentJuan Quintela1-3/+11
2018-06-27migration: Calculate mbps only during transfer timeJuan Quintela1-2/+4
2018-06-15migration: calculate expected_downtime with ram_bytes_remaining()Balamuruhan S1-2/+1
2018-06-15migration: Wake rate limiting for urgent requestsDr. David Alan Gilbert1-4/+31
2018-06-15migration/postcopy: Add max-postcopy-bandwidth parameterDr. David Alan Gilbert1-1/+34
2018-06-04migration: Don't activate block devices if using -SDr. David Alan Gilbert1-7/+27
2018-06-04migration: introduce decompress-error-checkXiao Guangrong1-0/+4
2018-05-15migration/qmp: add command migrate-pausePeter Xu1-0/+29
2018-05-15migration: introduce lock for to_dst_filePeter Xu1-3/+19
2018-05-15qmp/migration: new command migrate-recoverPeter Xu1-0/+24
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: synchronize dirty bitmap for resumePeter Xu1-0/+2
2018-05-15migration: introduce SaveVMHandlers.resume_preparePeter Xu1-1/+19
2018-05-15migration: new message MIG_RP_MSG_RESUME_ACKPeter Xu1-0/+37
2018-05-15migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu1-0/+68
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 Xu1-0/+1
2018-05-15migration: allow src return path to pausePeter Xu1-2/+33
2018-05-15migration: allow dst vm pause on postcopyPeter Xu1-0/+1
2018-05-15migration: implement "postcopy-pause" src logicPeter Xu1-6/+93
2018-05-15migration: new postcopy-pause statePeter Xu1-0/+2
2018-05-15migration: Delay start of migration main routinesJuan Quintela1-2/+2
2018-05-15migration: Be sure all recv channels are createdJuan Quintela1-1/+5
2018-05-15migration: Introduce multifd_recv_new_channel()Juan Quintela1-1/+2
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-2/+2
2018-04-25migration: add postcopy total blocktime into query-migrateAlexey Perevalov1-4/+38
2018-04-25migration: introduce postcopy-blocktime capabilityAlexey Perevalov1-0/+9
2018-04-10Revert "migration: Don't activate block devices if using -S"Dr. David Alan Gilbert1-15/+7
2018-03-29migration: Don't activate block devices if using -SDr. David Alan Gilbert1-7/+15
2018-03-23migration: Fix block migration flag caseDr. David Alan Gilbert1-0/+1
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+6
2018-03-20postcopy: Allow registering of fd handlerDr. David Alan Gilbert1-0/+6
2018-03-13migration: add postcopy migration of dirty bitmapsVladimir Sementsov-Ogievskiy1-0/+5
2018-03-13migration: allow qmp command migrate-start-postcopy for any postcopyVladimir Sementsov-Ogievskiy1-1/+1
2018-03-13migration: include migrate_dirty_bitmaps in migrate_postcopyVladimir Sementsov-Ogievskiy1-1/+1
2018-03-13qapi: add dirty-bitmaps migration capabilityVladimir Sementsov-Ogievskiy1-0/+9
2018-03-13migration: introduce postcopy-only pendingVladimir Sementsov-Ogievskiy1-6/+6
2018-03-09migration: fix applying wrong capabilitiesPeter Xu1-1/+3
2018-03-09migration: fix minor finalize leakMarc-André Lureau1-0/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-2/+2
2018-02-14migration: pass MigrationState to migrate_init()Peter Xu1-5/+2
2018-02-14migration: allow send_rq to failPeter Xu1-7/+28
2018-02-14migration: better error handling with QEMUFilePeter Xu1-0/+5