aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)Author
2023-02-13migration/multifd: Move load_cleanup inside incoming_state_destroyLeonardo Bras
2023-02-13migration/multifd: Change multifd_load_cleanup() signature and usageLeonardo Bras
2023-02-11migration: Postpone postcopy preempt channel to be after mainPeter Xu
2023-02-11migration: Add a semaphore to count PONGsPeter Xu
2023-02-11migration: Cleanup postcopy_preempt_setup()Peter Xu
2023-02-11migration: Rework multi-channel checks on URIPeter Xu
2023-02-06migration: save/delete migration thread infoJiang Jiacheng
2023-02-06migration: check magic value for deciding the mapping of channelsmanish.mishra
2023-02-06migration: Show downtime during postcopy phasePeter Xu
2023-02-06migration/ram: Factor out check for advised postcopyDavid Hildenbrand
2023-02-06migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()David Hildenbrand
2023-02-06migration: simplify migration_iteration_run()Juan Quintela
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela
2023-02-04migration: Move the QMP command from monitor/ to migration/Markus Armbruster
2022-12-15Merge tag 'next-8.0-pull-request' of https://gitlab.com/juan.quintela/qemu in...Peter Maydell
2022-12-15migration: Remove old preempt code around state maintainancePeter Xu
2022-12-15migration: Send requested page directly in rp-return threadPeter Xu
2022-12-15migration: Use atomic ops properly for page accountingsPeter Xu
2022-12-14qapi migration: Elide redundant has_FOO in generated CMarkus Armbruster
2022-11-21migration: Disable multifd explicitly with compressionPeter Xu
2022-11-21migration: Disallow postcopy preempt to be used with compressPeter Xu
2022-10-07migration: add missing coroutine_fn annotationsMarc-André Lureau
2022-08-02migration: Assert that migrate_multifd_compression() returns an in-range valuePeter Maydell
2022-08-02migration: add remaining params->has_* = true in migration_instance_init()Leonardo Bras
2022-07-20migration: Avoid false-positive on non-supported scenarios for zero-copy-sendLeonardo Bras
2022-07-20Add dirty-sync-missed-zero-copy migration statLeonardo Bras
2022-07-20migration: Export tls-[creds|hostname|authz] params to cmdline tooPeter Xu
2022-07-20migration: Add helpers to detect TLS capabilityPeter Xu
2022-07-20migration: Add property x-postcopy-preempt-break-hugePeter Xu
2022-07-20migration: Create the postcopy preempt channel asynchronouslyPeter Xu
2022-07-20migration: Postcopy recover with preempt enabledPeter Xu
2022-07-20migration: Postcopy preemption enablementPeter Xu
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu
2022-07-20migration: Add postcopy-preempt capabilityPeter Xu
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé
2022-06-22migration: Change zero_copy_send from migration parameter to migration capabi...Leonardo Bras
2022-05-16multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras
2022-05-16migration: Add migrate_use_tls() helperLeonardo Bras
2022-05-16migration: Add zero-copy-send parameter for QMP/HMP for LinuxLeonardo Bras
2022-04-21migration: Read state onceDr. David Alan Gilbert
2022-04-21migration: Allow migrate-recover to run multiple timesPeter Xu
2022-04-21migration: Move channel setup out of postcopy_try_recover()Peter Xu
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu
2022-04-21migration: Postpone releasing MigrationState.hostnamePeter Xu
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito
2022-03-02migration: Add migration_incoming_transport_cleanup()Peter Xu