summaryrefslogtreecommitdiffstats
path: root/migration/migration.h
Commit message (Expand)AuthorAgeFilesLines
* migration: Add property x-postcopy-preempt-break-hugePeter Xu2022-07-201-0/+7
* migration: Create the postcopy preempt channel asynchronouslyPeter Xu2022-07-201-0/+7
* migration: Postcopy recover with preempt enabledPeter Xu2022-07-201-0/+19
* migration: Postcopy preemption enablementPeter Xu2022-07-201-1/+1
* migration: Postcopy preemption preparation on channel creationPeter Xu2022-07-201-0/+8
* migration: Add postcopy-preempt capabilityPeter Xu2022-07-201-0/+1
* migration: Add migrate_use_tls() helperLeonardo Bras2022-05-161-0/+1
* migration: Add zero-copy-send parameter for QMP/HMP for LinuxLeonardo Bras2022-05-161-0/+5
* migration: Allow migrate-recover to run multiple timesPeter Xu2022-04-211-1/+0Star
* migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu2022-04-211-0/+3
* migration: Add migration_incoming_transport_cleanup()Peter Xu2022-03-021-0/+1
* migration: Move static var in ram_block_from_stream() into globalPeter Xu2022-03-021-1/+2
* migration: Add postcopy_thread_create()Peter Xu2022-03-021-3/+5
* migration: Introduce postcopy channels on dest nodePeter Xu2022-03-021-1/+35
* migration: provide an error message to migration_cancel()Laurent Vivier2021-11-031-1/+1
* migration: Make from_dst_file accesses thread-safePeter Xu2021-07-261-3/+5
* migration: Fix missing join() of rp_threadPeter Xu2021-07-261-0/+7
* migration: Add cleanup hook for inwards migrationDr. David Alan Gilbert2021-06-081-0/+4
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell2021-05-141-0/+2
|\
| * migration: Move populate_vfio_info() into a separate fileThomas Huth2021-05-141-0/+2
* | migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand2021-05-131-0/+1
|/
* migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster2021-02-081-1/+1
* migration: implementation of background snapshot threadAndrey Gruzdev2021-02-081-0/+3
* migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev2021-02-081-0/+1
* migration: Maintain postcopy faulted addressesPeter Xu2020-10-261-1/+18
* migration: Introduce migrate_send_rp_message_req_pages()Peter Xu2020-10-261-0/+2
* migration: Open brace '{' following struct go on the same lineBihong Yu2020-10-261-2/+1Star
* migration/tls: save hostname into MigrationStateChuan Zheng2020-09-251-0/+5
* migration: Rework migrate_send_rp_req_pages() functionPeter Xu2020-09-251-2/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* migration: Rename class type checking macrosEduardo Habkost2020-08-271-2/+2
* migration: Add block-bitmap-mapping parameterMax Reitz2020-08-211-0/+3
* migration/block-dirty-bitmap: cancel migration on shutdownVladimir Sementsov-Ogievskiy2020-07-271-0/+2
* migration/block-dirty-bitmap: move mutex init to dirty_bitmap_mig_initVladimir Sementsov-Ogievskiy2020-07-271-1/+0Star
* migration/colo.c: Use event instead of semaphoreLukas Straub2020-06-011-2/+2
* multifd: Add multifd-zstd-level parameterJuan Quintela2020-02-281-0/+1
* multifd: Add multifd-zlib-level parameterJuan Quintela2020-02-281-0/+1
* multifd: Make no compression operations into its own structureJuan Quintela2020-02-281-0/+1
* multifd: Make multifd_load_setup() get an Error parameterJuan Quintela2020-01-291-1/+1
* migration: Create migration_is_running()Juan Quintela2020-01-291-0/+1
* migration: Rate limit inside host pagesDr. David Alan Gilbert2020-01-201-0/+1
* migration: add new migration state wait-unplugJens Freimann2019-10-291-0/+3
* migration: Add validate-uuid capabilityYury Kotov2019-09-121-0/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell2019-08-161-2/+2
|\
| * Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
| * Include exec/memory.h slightly lessMarkus Armbruster2019-08-161-0/+1
| * Clean up inclusion of exec/cpu-common.hMarkus Armbruster2019-08-161-1/+0Star
* | migration: remove unused field bytes_xferWei Yang2019-08-141-1/+0Star
|/
* migration: Split log_clear() into smaller chunksPeter Xu2019-07-151-0/+27