aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-24migration: Move migrate_use_compression() to options.cJuan Quintela1-1/+0
2023-04-24migration: Move migrate_colo_enabled() to options.cJuan Quintela1-1/+0
2023-04-24migration: Create options.cJuan Quintela1-12/+0
2023-04-24migration: rename enabled_capabilities to capabilitiesJuan Quintela1-1/+1
2023-04-12migration: Recover behavior of preempt channel creation for pre-7.2Peter Xu1-0/+7
2023-04-12migration: Fix potential race on postcopy_qemufile_srcPeter Xu1-1/+33
2023-02-11migration: Postpone postcopy preempt channel to be after mainPeter Xu1-0/+6
2023-02-11migration: Add a semaphore to count PONGsPeter Xu1-0/+6
2023-02-11migration: Rework multi-channel checks on URIPeter Xu1-3/+0
2023-02-06migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()David Hildenbrand1-0/+4
2022-12-15migration: Remove old preempt code around state maintainancePeter Xu1-7/+0
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