aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-14migration: remove unused field bytes_xferWei Yang1-1/+0
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu1-0/+27
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-14migration: remove not used field xfer_limitWei Yang1-1/+0
2019-04-02Revert "migration: move only_migratable to MigrationState"Markus Armbruster1-3/+0
2019-03-25multifd: Drop x-multifd-page-count parameterJuan Quintela1-1/+0
2019-03-06migration: Create socket-address parameterJuan Quintela1-0/+4
2019-03-06migration: Add an ability to ignore shared RAM blocksYury Kotov1-1/+3
2019-03-06migration: Introduce ignore-shared capabilityYury Kotov1-0/+1
2019-03-05migration: Switch to using announce timerDr. David Alan Gilbert1-0/+4
2019-01-23migration: introduce pages-per-secondXiao Guangrong1-1/+9
2019-01-23migration: fix the multifd code when receiving less channelsFei Li1-1/+1
2018-10-31migration: avoid segmentfault when take a snapshot of a VM which being migratedJia Lina1-0/+2
2018-08-22migration: do not wait for free threadXiao Guangrong1-0/+1
2018-08-22migrate/cpu-throttle: Add max-cpu-throttle migration parameterLi Qiang1-0/+1
2018-06-15migration: Wake rate limiting for urgent requestsDr. David Alan Gilbert1-0/+8
2018-06-15migration: Poison ramblock loops in migrationDr. David Alan Gilbert1-0/+3
2018-06-04migration: introduce decompress-error-checkXiao Guangrong1-0/+7
2018-05-15migration: introduce lock for to_dst_filePeter Xu1-0/+6
2018-05-15qmp/migration: new command migrate-recoverPeter Xu1-0/+1
2018-05-15migration: synchronize dirty bitmap for resumePeter Xu1-0/+1
2018-05-15migration: new message MIG_RP_MSG_RESUME_ACKPeter Xu1-0/+3
2018-05-15migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu1-0/+2
2018-05-15migration: allow fault thread to pausePeter Xu1-0/+1
2018-05-15migration: allow src return path to pausePeter Xu1-0/+1
2018-05-15migration: allow dst vm pause on postcopyPeter Xu1-0/+3
2018-05-15migration: implement "postcopy-pause" src logicPeter Xu1-0/+3
2018-05-15migration: Delay start of migration main routinesJuan Quintela1-0/+1
2018-04-25migration: add postcopy total blocktime into query-migrateAlexey Perevalov1-0/+4
2018-04-25migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov1-0/+8
2018-04-25migration: introduce postcopy-blocktime capabilityAlexey Perevalov1-0/+1
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+4
2018-03-20vhost+postcopy: Helper to send requests to source for shared pagesDr. David Alan Gilbert1-0/+2
2018-03-20postcopy: Allow registering of fd handlerDr. David Alan Gilbert1-0/+2
2018-03-13migration: add postcopy migration of dirty bitmapsVladimir Sementsov-Ogievskiy1-0/+3
2018-03-13qapi: add dirty-bitmaps migration capabilityVladimir Sementsov-Ogievskiy1-0/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-0/+1
2018-02-14migration: pass MigrationState to migrate_init()Peter Xu1-1/+1
2018-02-14migration: allow send_rq to failPeter Xu1-1/+1
2018-02-14migration: reuse mis->userfault_quit_fdPeter Xu1-2/+4
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-02-06migration: Allow migrate_fd_connect to take an Error *Dr. David Alan Gilbert1-1/+1
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell1-13/+0
2018-01-15migration: cleanup stats update into functionPeter Xu1-0/+11
2018-01-15migration: introduce downtime_startPeter Xu1-0/+2
2018-01-15migration: move vm_old_running into global statePeter Xu1-0/+6
2018-01-15migration: split use of MigrationState.total_timePeter Xu1-0/+3
2018-01-15migration: add postcopy total blocktime into query-migrateAlexey Perevalov1-0/+4
2018-01-15migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov1-0/+8
2018-01-15migration: introduce postcopy-blocktime capabilityAlexey Perevalov1-0/+1