aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.h
AgeCommit message (Expand)Author
2019-09-12migration: Add validate-uuid capabilityYury Kotov
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster
2019-08-14migration: remove unused field bytes_xferWei Yang
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-14migration: remove not used field xfer_limitWei Yang
2019-04-02Revert "migration: move only_migratable to MigrationState"Markus Armbruster
2019-03-25multifd: Drop x-multifd-page-count parameterJuan Quintela
2019-03-06migration: Create socket-address parameterJuan Quintela
2019-03-06migration: Add an ability to ignore shared RAM blocksYury Kotov
2019-03-06migration: Introduce ignore-shared capabilityYury Kotov
2019-03-05migration: Switch to using announce timerDr. David Alan Gilbert
2019-01-23migration: introduce pages-per-secondXiao Guangrong
2019-01-23migration: fix the multifd code when receiving less channelsFei Li
2018-10-31migration: avoid segmentfault when take a snapshot of a VM which being migratedJia Lina
2018-08-22migration: do not wait for free threadXiao Guangrong
2018-08-22migrate/cpu-throttle: Add max-cpu-throttle migration parameterLi Qiang
2018-06-15migration: Wake rate limiting for urgent requestsDr. David Alan Gilbert
2018-06-15migration: Poison ramblock loops in migrationDr. David Alan Gilbert
2018-06-04migration: introduce decompress-error-checkXiao Guangrong
2018-05-15migration: introduce lock for to_dst_filePeter Xu
2018-05-15qmp/migration: new command migrate-recoverPeter Xu
2018-05-15migration: synchronize dirty bitmap for resumePeter Xu
2018-05-15migration: new message MIG_RP_MSG_RESUME_ACKPeter Xu
2018-05-15migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu
2018-05-15migration: allow fault thread to pausePeter Xu
2018-05-15migration: allow src return path to pausePeter Xu
2018-05-15migration: allow dst vm pause on postcopyPeter Xu
2018-05-15migration: implement "postcopy-pause" src logicPeter Xu
2018-05-15migration: Delay start of migration main routinesJuan Quintela
2018-04-25migration: add postcopy total blocktime into query-migrateAlexey Perevalov
2018-04-25migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov
2018-04-25migration: introduce postcopy-blocktime capabilityAlexey Perevalov
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20vhost+postcopy: Helper to send requests to source for shared pagesDr. David Alan Gilbert
2018-03-20postcopy: Allow registering of fd handlerDr. David Alan Gilbert
2018-03-13migration: add postcopy migration of dirty bitmapsVladimir Sementsov-Ogievskiy
2018-03-13qapi: add dirty-bitmaps migration capabilityVladimir Sementsov-Ogievskiy
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-14migration: pass MigrationState to migrate_init()Peter Xu
2018-02-14migration: allow send_rq to failPeter Xu
2018-02-14migration: reuse mis->userfault_quit_fdPeter Xu
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-06migration: Allow migrate_fd_connect to take an Error *Dr. David Alan Gilbert
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell
2018-01-15migration: cleanup stats update into functionPeter Xu
2018-01-15migration: introduce downtime_startPeter Xu