aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-20migration: Add property x-postcopy-preempt-break-hugePeter Xu1-0/+7
2022-07-20migration: Create the postcopy preempt channel asynchronouslyPeter Xu1-0/+7
2022-07-20migration: Postcopy recover with preempt enabledPeter Xu1-0/+19
2022-07-20migration: Postcopy preemption enablementPeter Xu1-1/+1
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu1-0/+8
2022-07-20migration: Add postcopy-preempt capabilityPeter Xu1-0/+1
2022-05-16migration: Add migrate_use_tls() helperLeonardo Bras1-0/+1
2022-05-16migration: Add zero-copy-send parameter for QMP/HMP for LinuxLeonardo Bras1-0/+5
2022-04-21migration: Allow migrate-recover to run multiple timesPeter Xu1-1/+0
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu1-0/+3
2022-03-02migration: Add migration_incoming_transport_cleanup()Peter Xu1-0/+1
2022-03-02migration: Move static var in ram_block_from_stream() into globalPeter Xu1-1/+2
2022-03-02migration: Add postcopy_thread_create()Peter Xu1-3/+5
2022-03-02migration: Introduce postcopy channels on dest nodePeter Xu1-1/+35
2021-11-03migration: provide an error message to migration_cancel()Laurent Vivier1-1/+1
2021-07-26migration: Make from_dst_file accesses thread-safePeter Xu1-3/+5
2021-07-26migration: Fix missing join() of rp_threadPeter Xu1-0/+7
2021-06-08migration: Add cleanup hook for inwards migrationDr. David Alan Gilbert1-0/+4
2021-05-14Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell1-0/+2
2021-05-14migration: Move populate_vfio_info() into a separate fileThomas Huth1-0/+2
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand1-0/+1
2021-02-08migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster1-1/+1
2021-02-08migration: implementation of background snapshot threadAndrey Gruzdev1-0/+3
2021-02-08migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev1-0/+1
2020-10-26migration: Maintain postcopy faulted addressesPeter Xu1-1/+18
2020-10-26migration: Introduce migrate_send_rp_message_req_pages()Peter Xu1-0/+2
2020-10-26migration: Open brace '{' following struct go on the same lineBihong Yu1-2/+1
2020-09-25migration/tls: save hostname into MigrationStateChuan Zheng1-0/+5
2020-09-25migration: Rework migrate_send_rp_req_pages() functionPeter Xu1-2/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-27migration: Rename class type checking macrosEduardo Habkost1-2/+2
2020-08-21migration: Add block-bitmap-mapping parameterMax Reitz1-0/+3
2020-07-27migration/block-dirty-bitmap: cancel migration on shutdownVladimir Sementsov-Ogievskiy1-0/+2
2020-07-27migration/block-dirty-bitmap: move mutex init to dirty_bitmap_mig_initVladimir Sementsov-Ogievskiy1-1/+0
2020-06-01migration/colo.c: Use event instead of semaphoreLukas Straub1-2/+2
2020-02-28multifd: Add multifd-zstd-level parameterJuan Quintela1-0/+1
2020-02-28multifd: Add multifd-zlib-level parameterJuan Quintela1-0/+1
2020-02-28multifd: Make no compression operations into its own structureJuan Quintela1-0/+1
2020-01-29multifd: Make multifd_load_setup() get an Error parameterJuan Quintela1-1/+1
2020-01-29migration: Create migration_is_running()Juan Quintela1-0/+1
2020-01-20migration: Rate limit inside host pagesDr. David Alan Gilbert1-0/+1
2019-10-29migration: add new migration state wait-unplugJens Freimann1-0/+3
2019-09-12migration: Add validate-uuid capabilityYury Kotov1-0/+1
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell1-2/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster1-0/+1
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-1/+0
2019-08-14migration: remove unused field bytes_xferWei Yang1-1/+0
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu1-0/+27